Uses of Interface
org.apache.bookkeeper.client.AsyncCallback.AddCallbackWithLatency
-
Packages that use AsyncCallback.AddCallbackWithLatency Package Description org.apache.bookkeeper.client BookKeeper Client. -
-
Uses of AsyncCallback.AddCallbackWithLatency in org.apache.bookkeeper.client
Subinterfaces of AsyncCallback.AddCallbackWithLatency in org.apache.bookkeeper.client Modifier and Type Interface Description static interface
AsyncCallback.AddCallback
Async Callback for adding entries to ledgers.Classes in org.apache.bookkeeper.client that implement AsyncCallback.AddCallbackWithLatency Modifier and Type Class Description (package private) class
LedgerRecoveryOp
This class encapsulated the ledger recovery operation.(package private) static class
SyncCallbackUtils.SyncAddCallback
Fields in org.apache.bookkeeper.client declared as AsyncCallback.AddCallbackWithLatency Modifier and Type Field Description (package private) AsyncCallback.AddCallbackWithLatency
PendingAddOp. cb
Methods in org.apache.bookkeeper.client with parameters of type AsyncCallback.AddCallbackWithLatency Modifier and Type Method Description void
LedgerHandle. asyncAddEntry(long entryId, byte[] data, int offset, int length, AsyncCallback.AddCallbackWithLatency cb, java.lang.Object ctx)
Add entry asynchronously to an open ledger, using an offset and range.void
LedgerHandle. asyncAddEntry(long entryId, io.netty.buffer.ByteBuf data, AsyncCallback.AddCallbackWithLatency cb, java.lang.Object ctx)
Add entry asynchronously to an open ledger, using an offset and range.void
LedgerHandleAdv. asyncAddEntry(long entryId, byte[] data, int offset, int length, AsyncCallback.AddCallbackWithLatency cb, java.lang.Object ctx)
Add entry asynchronously to an open ledger, using an offset and range.void
LedgerHandleAdv. asyncAddEntry(long entryId, io.netty.buffer.ByteBuf data, AsyncCallback.AddCallbackWithLatency cb, java.lang.Object ctx)
Add entry asynchronously to an open ledger, using an offset and range.(package private) static PendingAddOp
PendingAddOp. 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)
-