Uses of Interface
org.apache.bookkeeper.metastore.MetastoreCursor.ReadEntriesCallback
-
Packages that use MetastoreCursor.ReadEntriesCallback Package Description org.apache.bookkeeper.metastore MetaStore-related classes. -
-
Uses of MetastoreCursor.ReadEntriesCallback in org.apache.bookkeeper.metastore
Methods in org.apache.bookkeeper.metastore with parameters of type MetastoreCursor.ReadEntriesCallback Modifier and Type Method Description void
InMemoryMetastoreCursor. asyncReadEntries(int numEntries, MetastoreCursor.ReadEntriesCallback cb, java.lang.Object ctx)
void
MetastoreCursor. asyncReadEntries(int numEntries, MetastoreCursor.ReadEntriesCallback callback, java.lang.Object ctx)
Asynchronously read entries from the cursor, up to the specifiednumEntries
.
-