Package org.apache.bookkeeper.metastore
MetaStore-related classes.
-
Interface Summary Interface Description MetaStore Metadata Store Interface.MetastoreCallback<T> Metastore callback.MetastoreCursor A Metastore Cursor.MetastoreCursor.ReadEntriesCallback A callback for reading entries.MetastoreScannableTable Metastore Scannable Table.MetastoreTable Metastore Table interface.MetastoreWatcher Metastore watcher. -
Class Summary Class Description InMemoryMetaStore An in-memory implementation of the MetaStore interface.InMemoryMetastoreCursor InMemoryMetastoreTable An in-memory implementation of a Metastore table.InMemoryMetastoreTable.MetadataVersion An implementation of the Version interface for metadata.InMemoryMetastoreTable.Result<T> MetastoreFactory Metastore Factory.MetastoreTableItem Identify an item in a metastore table.MetastoreUtils Provides utilities for metastore.MetastoreUtils.MultiMetastoreCallback<T> MetastoreUtils.SyncMetastoreCallback<T> MSWatchedEvent A metastore watched event.Value A metastore value. -
Enum Summary Enum Description MetastoreScannableTable.Order The order to loop over a table.MSException.Code Return codes.MSWatchedEvent.EventType The metastore event type. -
Exception Summary Exception Description MetastoreException A marker for Metastore exceptions.MSException Marker for metastore exceptions.MSException.BadVersionException A BadVersion exception.MSException.IllegalOpException Illegal operation exception.MSException.KeyExistsException Key Exists Exception.MSException.MSInterruptedException Metastore interruption exception.MSException.NoEntriesException Exception would be thrown in a cursor if no entries found.MSException.NoKeyException Exception in cases where there is no key.MSException.OperationFailureException Operation failure exception.MSException.ServiceDownException Service down exception.