Uses of Interface
org.apache.bookkeeper.bookie.CacheCallback
Packages that use CacheCallback
Package
Description
Provides a Bookie server that stores entries for clients.
-
Uses of CacheCallback in org.apache.bookkeeper.bookie
Classes in org.apache.bookkeeper.bookie that implement CacheCallbackModifier and TypeClassDescriptionclassASortedLedgerStorageis an extension ofInterleavedLedgerStorage.Methods in org.apache.bookkeeper.bookie with parameters of type CacheCallbackModifier and TypeMethodDescriptionlongEntryMemTable.addEntry(long ledgerId, long entryId, ByteBuffer entry, CacheCallback cb) Write an update.