Uses of Class
org.apache.bookkeeper.proto.PerChannelBookieClient
-
Packages that use PerChannelBookieClient Package Description org.apache.bookkeeper.proto Classes related to the Bookkeeper protocol. -
-
Uses of PerChannelBookieClient in org.apache.bookkeeper.proto
Fields in org.apache.bookkeeper.proto declared as PerChannelBookieClient Modifier and Type Field Description (package private) PerChannelBookieClient[]
DefaultPerChannelBookieClientPool. clients
(package private) PerChannelBookieClient[]
DefaultPerChannelBookieClientPool. clientsV3Enforced
Methods in org.apache.bookkeeper.proto that return PerChannelBookieClient Modifier and Type Method Description PerChannelBookieClient
BookieClientImpl. create(BookieId address, PerChannelBookieClientPool pcbcPool, SecurityHandlerFactory shFactory, boolean forceUseV3)
PerChannelBookieClient
PerChannelBookieClientFactory. create(BookieId address, PerChannelBookieClientPool pcbcPool, SecurityHandlerFactory shFactory, boolean forceUseV3)
Create aPerChannelBookieClient
to address.Methods in org.apache.bookkeeper.proto with parameters of type PerChannelBookieClient Modifier and Type Method Description void
DefaultPerChannelBookieClientPool. operationComplete(int rc, PerChannelBookieClient pcbc)
Method parameters in org.apache.bookkeeper.proto with type arguments of type PerChannelBookieClient Modifier and Type Method Description (package private) void
PerChannelBookieClient. connectIfNeededAndDoOp(BookkeeperInternalCallbacks.GenericCallback<PerChannelBookieClient> op)
void
DefaultPerChannelBookieClientPool. obtain(BookkeeperInternalCallbacks.GenericCallback<PerChannelBookieClient> callback, long key)
void
DefaultPerChannelBookieClientPool. obtain(BookkeeperInternalCallbacks.GenericCallback<PerChannelBookieClient> callback, long key, boolean forceUseV3)
void
PerChannelBookieClientPool. obtain(BookkeeperInternalCallbacks.GenericCallback<PerChannelBookieClient> callback, long key)
Obtain a channel from channel pool to execute operations.void
PerChannelBookieClientPool. obtain(BookkeeperInternalCallbacks.GenericCallback<PerChannelBookieClient> callback, long key, boolean forceUseV3)
Obtain a channel from channel pool by version to execute operations.
-