Uses of Interface
org.apache.bookkeeper.client.AsyncCallback.AddCallbackWithLatency
Packages that use AsyncCallback.AddCallbackWithLatency
-
Uses of AsyncCallback.AddCallbackWithLatency in org.apache.bookkeeper.client
Subinterfaces of AsyncCallback.AddCallbackWithLatency in org.apache.bookkeeper.clientModifier and TypeInterfaceDescriptionstatic interfaceAsync Callback for adding entries to ledgers.Classes in org.apache.bookkeeper.client that implement AsyncCallback.AddCallbackWithLatencyModifier and TypeClassDescription(package private) classThis class encapsulated the ledger recovery operation.(package private) static classFields in org.apache.bookkeeper.client declared as AsyncCallback.AddCallbackWithLatencyModifier and TypeFieldDescription(package private) AsyncCallback.AddCallbackWithLatencyPendingAddOp.cbMethods in org.apache.bookkeeper.client with parameters of type AsyncCallback.AddCallbackWithLatencyModifier and TypeMethodDescriptionvoidLedgerHandle.asyncAddEntry(long entryId, byte[] data, int offset, int length, AsyncCallback.AddCallbackWithLatency cb, 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, 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, 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, Object ctx) Add entry asynchronously to an open ledger, using an offset and range.(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)