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 classEntryKeyValueAn entry Key/Value.Methods in org.apache.bookkeeper.bookie that return EntryKey Modifier and Type Method Description EntryKeyLedgerEntryPage. getEntryKey()Methods in org.apache.bookkeeper.bookie with parameters of type EntryKey Modifier and Type Method Description intKeyComparator. compare(EntryKey left, EntryKey right)EntryKeyValueEntryMemTable.EntrySkipList. put(EntryKey k, EntryKeyValue v)EntryKeyValueEntryMemTable.EntrySkipList. putIfAbsent(EntryKey k, EntryKeyValue v)
-