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 voidInMemoryMetastoreCursor. asyncReadEntries(int numEntries, MetastoreCursor.ReadEntriesCallback cb, java.lang.Object ctx)voidMetastoreCursor. asyncReadEntries(int numEntries, MetastoreCursor.ReadEntriesCallback callback, java.lang.Object ctx)Asynchronously read entries from the cursor, up to the specifiednumEntries.
-