Uses of Interface
org.apache.bookkeeper.metastore.MetastoreCursor.ReadEntriesCallback
Packages that use MetastoreCursor.ReadEntriesCallback
-
Uses of MetastoreCursor.ReadEntriesCallback in org.apache.bookkeeper.metastore
Methods in org.apache.bookkeeper.metastore with parameters of type MetastoreCursor.ReadEntriesCallbackModifier and TypeMethodDescriptionvoidInMemoryMetastoreCursor.asyncReadEntries(int numEntries, MetastoreCursor.ReadEntriesCallback cb, Object ctx) voidMetastoreCursor.asyncReadEntries(int numEntries, MetastoreCursor.ReadEntriesCallback callback, Object ctx) Asynchronously read entries from the cursor, up to the specifiednumEntries.