| Package | Description |
|---|---|
| org.apache.bookkeeper.mledger.impl |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetaStoreImpl.asyncGetCursorInfo(String ledgerName,
String cursorName,
MetaStore.MetaStoreCallback<MLDataFormats.ManagedCursorInfo> callback) |
void |
MetaStore.asyncGetCursorInfo(String ledgerName,
String cursorName,
MetaStore.MetaStoreCallback<MLDataFormats.ManagedCursorInfo> callback)
Get the ledger id associated with a cursor.
|
void |
MetaStoreImpl.asyncRemoveCursor(String ledgerName,
String cursorName,
MetaStore.MetaStoreCallback<Void> callback) |
void |
MetaStore.asyncRemoveCursor(String ledgerName,
String cursorName,
MetaStore.MetaStoreCallback<Void> callback)
Drop the persistent state of a consumer from the metadata store.
|
void |
MetaStoreImpl.asyncUpdateCursorInfo(String ledgerName,
String cursorName,
MLDataFormats.ManagedCursorInfo info,
Stat stat,
MetaStore.MetaStoreCallback<Void> callback) |
void |
MetaStore.asyncUpdateCursorInfo(String ledgerName,
String cursorName,
MLDataFormats.ManagedCursorInfo info,
Stat stat,
MetaStore.MetaStoreCallback<Void> callback)
Update the persisted position of a cursor.
|
void |
MetaStoreImpl.asyncUpdateLedgerIds(String ledgerName,
MLDataFormats.ManagedLedgerInfo mlInfo,
Stat stat,
MetaStore.MetaStoreCallback<Void> callback) |
void |
MetaStore.asyncUpdateLedgerIds(String ledgerName,
MLDataFormats.ManagedLedgerInfo mlInfo,
Stat stat,
MetaStore.MetaStoreCallback<Void> callback) |
void |
MetaStoreImpl.getCursors(String ledgerName,
MetaStore.MetaStoreCallback<List<String>> callback) |
void |
MetaStore.getCursors(String ledgerName,
MetaStore.MetaStoreCallback<List<String>> callback)
Get the list of cursors registered on a ManagedLedger.
|
void |
MetaStoreImpl.getManagedLedgerInfo(String ledgerName,
boolean createIfMissing,
MetaStore.MetaStoreCallback<MLDataFormats.ManagedLedgerInfo> callback) |
void |
MetaStore.getManagedLedgerInfo(String ledgerName,
boolean createIfMissing,
MetaStore.MetaStoreCallback<MLDataFormats.ManagedLedgerInfo> callback)
Get the metadata used by the ManagedLedger.
|
void |
MetaStoreImpl.removeManagedLedger(String ledgerName,
MetaStore.MetaStoreCallback<Void> callback) |
void |
MetaStore.removeManagedLedger(String ledgerName,
MetaStore.MetaStoreCallback<Void> callback)
Drop the persistent state for the ManagedLedger and all its associated consumers.
|
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.