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