Package org.apache.bookkeeper.bookie
Interface LedgerCache.PageEntries
-
- Enclosing interface:
- LedgerCache
public static interface LedgerCache.PageEntriesRepresents a page of the index.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetFirstEntry()longgetLastEntry()LedgerEntryPagegetLEP()
-
-
-
Method Detail
-
getLEP
LedgerEntryPage getLEP() throws java.io.IOException
- Throws:
java.io.IOException
-
getFirstEntry
long getFirstEntry()
-
getLastEntry
long getLastEntry()
-
-