Uses of Class
org.apache.bookkeeper.bookie.EntryKey
-
Packages that use EntryKey Package Description org.apache.bookkeeper.bookie Provides a Bookie server that stores entries for clients. -
-
Uses of EntryKey in org.apache.bookkeeper.bookie
Subclasses of EntryKey in org.apache.bookkeeper.bookie Modifier and Type Class Description class
EntryKeyValue
An entry Key/Value.Methods in org.apache.bookkeeper.bookie that return EntryKey Modifier and Type Method Description EntryKey
LedgerEntryPage. getEntryKey()
Methods in org.apache.bookkeeper.bookie with parameters of type EntryKey Modifier and Type Method Description int
KeyComparator. compare(EntryKey left, EntryKey right)
EntryKeyValue
EntryMemTable.EntrySkipList. put(EntryKey k, EntryKeyValue v)
EntryKeyValue
EntryMemTable.EntrySkipList. putIfAbsent(EntryKey k, EntryKeyValue v)
-