Uses of Class
org.apache.bookkeeper.bookie.EntryKeyValue
-
Packages that use EntryKeyValue Package Description org.apache.bookkeeper.bookie Provides a Bookie server that stores entries for clients. -
-
Uses of EntryKeyValue in org.apache.bookkeeper.bookie
Methods in org.apache.bookkeeper.bookie that return EntryKeyValue Modifier and Type Method Description EntryKeyValue
EntryMemTable. getEntry(long ledgerId, long entryId)
Find the entry with given key.EntryKeyValue
EntryMemTable. getLastEntry(long ledgerId)
Find the last entry with the given ledger key.EntryKeyValue
EntryMemTable.EntrySkipList. put(EntryKey k, EntryKeyValue v)
EntryKeyValue
EntryMemTable.EntrySkipList. putIfAbsent(EntryKey k, EntryKeyValue v)
Methods in org.apache.bookkeeper.bookie with parameters of type EntryKeyValue Modifier and Type Method Description EntryKeyValue
EntryMemTable.EntrySkipList. put(EntryKey k, EntryKeyValue v)
EntryKeyValue
EntryMemTable.EntrySkipList. putIfAbsent(EntryKey k, EntryKeyValue v)
-