Uses of Class
org.apache.bookkeeper.proto.PerChannelBookieClient
Packages that use PerChannelBookieClient
-
Uses of PerChannelBookieClient in org.apache.bookkeeper.proto
Fields in org.apache.bookkeeper.proto declared as PerChannelBookieClientModifier and TypeFieldDescription(package private) final PerChannelBookieClient[]DefaultPerChannelBookieClientPool.clients(package private) final PerChannelBookieClient[]DefaultPerChannelBookieClientPool.clientsV3Enforcedprotected PerChannelBookieClientCompletionValue.perChannelBookieClientMethods in org.apache.bookkeeper.proto that return PerChannelBookieClientModifier and TypeMethodDescriptionBookieClientImpl.create(BookieId address, PerChannelBookieClientPool pcbcPool, SecurityHandlerFactory shFactory, boolean forceUseV3) PerChannelBookieClientFactory.create(BookieId address, PerChannelBookieClientPool pcbcPool, SecurityHandlerFactory shFactory, boolean forceUseV3) Create aPerChannelBookieClientto address.Methods in org.apache.bookkeeper.proto with parameters of type PerChannelBookieClientModifier and TypeMethodDescription(package private) static AddCompletionAddCompletion.acquireAddCompletion(CompletionKey key, BookkeeperInternalCallbacks.WriteCallback originalCallback, 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, Object originalCtx, long ledgerId, long entryId, PerChannelBookieClient perChannelBookieClient) Method parameters in org.apache.bookkeeper.proto with type arguments of type PerChannelBookieClientModifier and TypeMethodDescription(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.Constructors in org.apache.bookkeeper.proto with parameters of type PerChannelBookieClientModifierConstructorDescriptionBatchedReadCompletion(CompletionKey key, BookkeeperInternalCallbacks.BatchedReadEntryCallback originalCallback, Object originalCtx, long ledgerId, long entryId, PerChannelBookieClient perChannelBookieClient) CompletionValue(String operationName, Object ctx, long ledgerId, long entryId, PerChannelBookieClient perChannelBookieClient) ForceLedgerCompletion(CompletionKey key, BookkeeperInternalCallbacks.ForceLedgerCallback originalCallback, Object originalCtx, long ledgerId, PerChannelBookieClient perChannelBookieClient) GetBookieInfoCompletion(CompletionKey key, BookkeeperInternalCallbacks.GetBookieInfoCallback origCallback, Object origCtx, PerChannelBookieClient perChannelBookieClient) GetListOfEntriesOfLedgerCompletion(CompletionKey key, BookkeeperInternalCallbacks.GetListOfEntriesOfLedgerCallback origCallback, long ledgerId, PerChannelBookieClient perChannelBookieClient) ReadCompletion(CompletionKey key, BookkeeperInternalCallbacks.ReadEntryCallback originalCallback, Object originalCtx, long ledgerId, long entryId, PerChannelBookieClient perChannelBookieClient) ReadLacCompletion(CompletionKey key, BookkeeperInternalCallbacks.ReadLacCallback originalCallback, Object ctx, long ledgerId, PerChannelBookieClient perChannelBookieClient) StartTLSCompletion(CompletionKey key, PerChannelBookieClient perChannelBookieClient) WriteLacCompletion(CompletionKey key, BookkeeperInternalCallbacks.WriteLacCallback originalCallback, Object originalCtx, long ledgerId, PerChannelBookieClient perChannelBookieClient)