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 EntryKeyValueEntryMemTable. getEntry(long ledgerId, long entryId)Find the entry with given key.EntryKeyValueEntryMemTable. getLastEntry(long ledgerId)Find the last entry with the given ledger key.EntryKeyValueEntryMemTable.EntrySkipList. put(EntryKey k, EntryKeyValue v)EntryKeyValueEntryMemTable.EntrySkipList. putIfAbsent(EntryKey k, EntryKeyValue v)Methods in org.apache.bookkeeper.bookie with parameters of type EntryKeyValue Modifier and Type Method Description EntryKeyValueEntryMemTable.EntrySkipList. put(EntryKey k, EntryKeyValue v)EntryKeyValueEntryMemTable.EntrySkipList. putIfAbsent(EntryKey k, EntryKeyValue v)
-