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 interfaceAsyncCallback.AddCallbackAsync Callback for adding entries to ledgers.Classes in org.apache.bookkeeper.client that implement AsyncCallback.AddCallbackWithLatency Modifier and Type Class Description (package private) classLedgerRecoveryOpThis class encapsulated the ledger recovery operation.(package private) static classSyncCallbackUtils.SyncAddCallbackFields in org.apache.bookkeeper.client declared as AsyncCallback.AddCallbackWithLatency Modifier and Type Field Description (package private) AsyncCallback.AddCallbackWithLatencyPendingAddOp. cbMethods in org.apache.bookkeeper.client with parameters of type AsyncCallback.AddCallbackWithLatency Modifier and Type Method Description voidLedgerHandle. 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.voidLedgerHandle. 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.voidLedgerHandleAdv. 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.voidLedgerHandleAdv. 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 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)
-