Uses of Interface
org.apache.bookkeeper.mledger.impl.cache.EntryCache
Packages that use EntryCache
-
Uses of EntryCache in org.apache.bookkeeper.mledger.impl.cache
Classes in org.apache.bookkeeper.mledger.impl.cache that implement EntryCacheModifier and TypeClassDescriptionclassImplementation of cache that always read from BookKeeper.classCache data payload for entries of all ledgers.Methods in org.apache.bookkeeper.mledger.impl.cache that return EntryCacheModifier and TypeMethodDescriptionEntryCacheManager.getEntryCache(ManagedLedgerImpl ml) RangeEntryCacheManagerImpl.getEntryCache(ManagedLedgerImpl ml) Methods in org.apache.bookkeeper.mledger.impl.cache with parameters of type EntryCacheModifier and TypeMethodDescriptionintEntryCacheDisabled.compareTo(EntryCache other) intRangeEntryCacheImpl.compareTo(EntryCache other) Method parameters in org.apache.bookkeeper.mledger.impl.cache with type arguments of type EntryCacheModifier and TypeMethodDescriptionvoidEntryCacheDefaultEvictionPolicy.doEviction(List<EntryCache> caches, long sizeToFree) voidEntryCacheEvictionPolicy.doEviction(List<EntryCache> caches, long sizeToFree) Perform the cache eviction of at least sizeToFree bytes on the supplied list of caches.