Uses of Class
org.apache.bookkeeper.metastore.MetastoreTableItem
- 
Packages that use MetastoreTableItem Package Description org.apache.bookkeeper.meta Classes for interacting with bookkeeper ledgers and ledger metadata.org.apache.bookkeeper.metastore MetaStore-related classes. - 
- 
Uses of MetastoreTableItem in org.apache.bookkeeper.meta
Method parameters in org.apache.bookkeeper.meta with type arguments of type MetastoreTableItem Modifier and Type Method Description (package private) static java.util.SortedSet<java.lang.Long>MSLedgerManagerFactory. entries2Ledgers(java.util.Iterator<MetastoreTableItem> entries)Deprecated. - 
Uses of MetastoreTableItem in org.apache.bookkeeper.metastore
Methods in org.apache.bookkeeper.metastore that return types with arguments of type MetastoreTableItem Modifier and Type Method Description java.util.Iterator<MetastoreTableItem>InMemoryMetastoreCursor. readEntries(int numEntries)java.util.Iterator<MetastoreTableItem>MetastoreCursor. readEntries(int numEntries)Read entries from the cursor, up to the specifiednumEntries. 
 -