Uses of Interface
org.apache.bookkeeper.client.ClientContext
Packages that use ClientContext
-
Uses of ClientContext in org.apache.bookkeeper.client
Fields in org.apache.bookkeeper.client declared as ClientContextModifier and TypeFieldDescription(package private) final ClientContextExplicitLacFlushPolicy.ExplicitLacFlushPolicyImpl.clientCtx(package private) final ClientContextLedgerHandle.clientCtx(package private) final ClientContextLedgerRecoveryOp.clientCtx(package private) ClientContextPendingAddOp.clientCtx(package private) ClientContextPendingWriteLacOp.clientCtxprotected ClientContextReadOpBase.clientCtxMethods in org.apache.bookkeeper.client that return ClientContextMethods in org.apache.bookkeeper.client with parameters of type ClientContextModifier and TypeMethodDescription(package private) static PendingAddOpPendingAddOp.create(LedgerHandle lh, ClientContext clientCtx, List<BookieId> ensemble, io.netty.buffer.ByteBuf payload, EnumSet<WriteFlag> writeFlags, AsyncCallback.AddCallbackWithLatency cb, Object ctx) Constructors in org.apache.bookkeeper.client with parameters of type ClientContextModifierConstructorDescription(package private)BatchedReadOp(LedgerHandle lh, ClientContext clientCtx, long startEntryId, int maxCount, long maxSize, boolean isRecoveryRead) (package private)ExplicitLacFlushPolicyImpl(LedgerHandle lh, ClientContext clientCtx) (package private)LedgerHandle(ClientContext clientCtx, long ledgerId, Versioned<LedgerMetadata> versionedMetadata, BookKeeper.DigestType digestType, byte[] password, EnumSet<WriteFlag> writeFlags) (package private)LedgerHandleAdv(ClientContext clientCtx, long ledgerId, Versioned<LedgerMetadata> metadata, BookKeeper.DigestType digestType, byte[] password, EnumSet<WriteFlag> writeFlags) LedgerRecoveryOp(LedgerHandle lh, ClientContext clientCtx) (package private)ListenerBasedPendingReadOp(LedgerHandle lh, ClientContext clientCtx, long startEntryId, long endEntryId, BookkeeperInternalCallbacks.ReadEntryListener listener, Object ctx, boolean isRecoveryRead) (package private)PendingReadOp(LedgerHandle lh, ClientContext clientCtx, long startEntryId, long endEntryId, boolean isRecoveryRead) (package private)PendingWriteLacOp(LedgerHandle lh, ClientContext clientCtx, List<BookieId> ensemble, AsyncCallback.AddLacCallback cb, Object ctx) (package private)ReadLastConfirmedAndEntryOp(LedgerHandle lh, ClientContext clientCtx, List<BookieId> ensemble, ReadLastConfirmedAndEntryOp.LastConfirmedAndEntryCallback cb, long prevEntryId, long timeOutInMillis) (package private)ReadOnlyLedgerHandle(ClientContext clientCtx, long ledgerId, Versioned<LedgerMetadata> metadata, BookKeeper.DigestType digestType, byte[] password, boolean watchImmediately) protectedReadOpBase(LedgerHandle lh, ClientContext clientCtx, long startEntryId, long endEntryId, boolean isRecoveryRead) (package private)RecoveryReadOp(LedgerHandle lh, ClientContext clientCtx, long startEntryId, long endEntryId, BookkeeperInternalCallbacks.ReadEntryListener cb, Object ctx)