Uses of Interface
org.apache.bookkeeper.client.AsyncCallback.CreateCallback
Packages that use AsyncCallback.CreateCallback
-
Uses of AsyncCallback.CreateCallback in org.apache.bookkeeper.client
Classes in org.apache.bookkeeper.client that implement AsyncCallback.CreateCallbackModifier and TypeClassDescription(package private) static class(package private) static classFields in org.apache.bookkeeper.client declared as AsyncCallback.CreateCallbackModifier and TypeFieldDescription(package private) final AsyncCallback.CreateCallbackLedgerCreateOp.cbMethods in org.apache.bookkeeper.client with parameters of type AsyncCallback.CreateCallbackModifier and TypeMethodDescriptionvoidBookKeeper.asyncCreateLedger(int ensSize, int writeQuorumSize, int ackQuorumSize, BookKeeper.DigestType digestType, byte[] passwd, AsyncCallback.CreateCallback cb, Object ctx, Map<String, byte[]> customMetadata) Creates a new ledger asynchronously.voidBookKeeper.asyncCreateLedger(int ensSize, int writeQuorumSize, BookKeeper.DigestType digestType, byte[] passwd, AsyncCallback.CreateCallback cb, Object ctx) Creates a new ledger asynchronously.voidBookKeeper.asyncCreateLedgerAdv(int ensSize, int writeQuorumSize, int ackQuorumSize, BookKeeper.DigestType digestType, byte[] passwd, AsyncCallback.CreateCallback cb, Object ctx, Map<String, byte[]> customMetadata) Creates a new ledger asynchronously and returnsLedgerHandleAdvwhich can accept entryId.voidBookKeeper.asyncCreateLedgerAdv(long ledgerId, int ensSize, int writeQuorumSize, int ackQuorumSize, BookKeeper.DigestType digestType, byte[] passwd, AsyncCallback.CreateCallback cb, Object ctx, Map<String, byte[]> customMetadata) Asynchronously creates a new ledger using the interface which accepts a ledgerId as input.Constructors in org.apache.bookkeeper.client with parameters of type AsyncCallback.CreateCallbackModifierConstructorDescription(package private)LedgerCreateOp(BookKeeper bk, int ensembleSize, int writeQuorumSize, int ackQuorumSize, BookKeeper.DigestType digestType, byte[] passwd, AsyncCallback.CreateCallback cb, Object ctx, Map<String, byte[]> customMetadata, EnumSet<WriteFlag> writeFlags, BookKeeperClientStats clientStats) Constructor.