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