Uses of Interface
org.apache.bookkeeper.mledger.impl.MetaStore.MetaStoreCallback
Packages that use MetaStore.MetaStoreCallback
-
Uses of MetaStore.MetaStoreCallback in org.apache.bookkeeper.mledger.impl
Methods in org.apache.bookkeeper.mledger.impl with parameters of type MetaStore.MetaStoreCallbackModifier and TypeMethodDescriptionvoidMetaStore.asyncGetCursorInfo(String ledgerName, String cursorName, MetaStore.MetaStoreCallback<MLDataFormats.ManagedCursorInfo> callback) Get the ledger id associated with a cursor.voidMetaStoreImpl.asyncGetCursorInfo(String ledgerName, String cursorName, MetaStore.MetaStoreCallback<MLDataFormats.ManagedCursorInfo> callback) voidMetaStore.asyncRemoveCursor(String ledgerName, String cursorName, MetaStore.MetaStoreCallback<Void> callback) Drop the persistent state of a consumer from the metadata store.voidMetaStoreImpl.asyncRemoveCursor(String ledgerName, String cursorName, MetaStore.MetaStoreCallback<Void> callback) voidMetaStore.asyncUpdateCursorInfo(String ledgerName, String cursorName, MLDataFormats.ManagedCursorInfo info, Stat stat, MetaStore.MetaStoreCallback<Void> callback) Update the persisted position of a cursor.voidMetaStoreImpl.asyncUpdateCursorInfo(String ledgerName, String cursorName, MLDataFormats.ManagedCursorInfo info, Stat stat, MetaStore.MetaStoreCallback<Void> callback) voidMetaStore.asyncUpdateLedgerIds(String ledgerName, MLDataFormats.ManagedLedgerInfo mlInfo, Stat stat, MetaStore.MetaStoreCallback<Void> callback) voidMetaStoreImpl.asyncUpdateLedgerIds(String ledgerName, MLDataFormats.ManagedLedgerInfo mlInfo, Stat stat, MetaStore.MetaStoreCallback<Void> callback) voidMetaStore.getCursors(String ledgerName, MetaStore.MetaStoreCallback<List<String>> callback) Get the list of cursors registered on a ManagedLedger.voidMetaStoreImpl.getCursors(String ledgerName, MetaStore.MetaStoreCallback<List<String>> callback) voidMetaStore.getManagedLedgerInfo(String ledgerName, boolean createIfMissing, Map<String, String> properties, MetaStore.MetaStoreCallback<MLDataFormats.ManagedLedgerInfo> callback) Get the metadata used by the ManagedLedger.default voidMetaStore.getManagedLedgerInfo(String ledgerName, boolean createIfMissing, MetaStore.MetaStoreCallback<MLDataFormats.ManagedLedgerInfo> callback) Get the metadata used by the ManagedLedger.voidMetaStoreImpl.getManagedLedgerInfo(String ledgerName, boolean createIfMissing, Map<String, String> properties, MetaStore.MetaStoreCallback<MLDataFormats.ManagedLedgerInfo> callback) voidMetaStore.removeManagedLedger(String ledgerName, MetaStore.MetaStoreCallback<Void> callback) Drop the persistent state for the ManagedLedger and all its associated consumers.voidMetaStoreImpl.removeManagedLedger(String ledgerName, MetaStore.MetaStoreCallback<Void> callback)