Package org.apache.bookkeeper.bookie
Interface LedgerEntryPage.EntryVisitor
-
- Enclosing class:
- LedgerEntryPage
public static interface LedgerEntryPage.EntryVisitor
Interface for getEntries to propagate entry, pos pairs.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
visit(long entry, long pos)
-