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. clientsV3Enforcedprotected PerChannelBookieClientCompletionValue. perChannelBookieClientMethods in org.apache.bookkeeper.proto that return PerChannelBookieClient Modifier and Type Method Description PerChannelBookieClientBookieClientImpl. create(BookieId address, PerChannelBookieClientPool pcbcPool, SecurityHandlerFactory shFactory, boolean forceUseV3)PerChannelBookieClientPerChannelBookieClientFactory. create(BookieId address, PerChannelBookieClientPool pcbcPool, SecurityHandlerFactory shFactory, boolean forceUseV3)Create aPerChannelBookieClientto address.Methods in org.apache.bookkeeper.proto with parameters of type PerChannelBookieClient Modifier and Type Method Description (package private) static AddCompletionAddCompletion. acquireAddCompletion(CompletionKey key, BookkeeperInternalCallbacks.WriteCallback originalCallback, java.lang.Object originalCtx, long ledgerId, long entryId, PerChannelBookieClient perChannelBookieClient)voidBookieClientImpl.ChannelReadyForAddEntryCallback. operationComplete(int rc, PerChannelBookieClient pcbc)voidDefaultPerChannelBookieClientPool. operationComplete(int rc, PerChannelBookieClient pcbc)(package private) voidAddCompletion. reset(CompletionKey key, BookkeeperInternalCallbacks.WriteCallback originalCallback, java.lang.Object originalCtx, long ledgerId, long entryId, PerChannelBookieClient perChannelBookieClient)Method parameters in org.apache.bookkeeper.proto with type arguments of type PerChannelBookieClient Modifier and Type Method Description (package private) voidPerChannelBookieClient. connectIfNeededAndDoOp(BookkeeperInternalCallbacks.GenericCallback<PerChannelBookieClient> op)voidDefaultPerChannelBookieClientPool. obtain(BookkeeperInternalCallbacks.GenericCallback<PerChannelBookieClient> callback, long key)voidDefaultPerChannelBookieClientPool. obtain(BookkeeperInternalCallbacks.GenericCallback<PerChannelBookieClient> callback, long key, boolean forceUseV3)voidPerChannelBookieClientPool. obtain(BookkeeperInternalCallbacks.GenericCallback<PerChannelBookieClient> callback, long key)Obtain a channel from channel pool to execute operations.voidPerChannelBookieClientPool. obtain(BookkeeperInternalCallbacks.GenericCallback<PerChannelBookieClient> callback, long key, boolean forceUseV3)Obtain a channel from channel pool by version to execute operations.
-