Uses of Class
org.apache.bookkeeper.bookie.EntryKeyValue
Packages that use EntryKeyValue
Package
Description
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 EntryKeyValueModifier and TypeMethodDescriptionEntryMemTable.getEntry(long ledgerId, long entryId) Find the entry with given key.EntryMemTable.getLastEntry(long ledgerId) Find the last entry with the given ledger key.EntryMemTable.EntrySkipList.put(EntryKey k, EntryKeyValue v) EntryMemTable.EntrySkipList.putIfAbsent(EntryKey k, EntryKeyValue v) Methods in org.apache.bookkeeper.bookie with parameters of type EntryKeyValueModifier and TypeMethodDescriptionEntryMemTable.EntrySkipList.put(EntryKey k, EntryKeyValue v) EntryMemTable.EntrySkipList.putIfAbsent(EntryKey k, EntryKeyValue v)