Uses of Interface
org.apache.bookkeeper.mledger.impl.EntryCache
-
Packages that use EntryCache Package Description org.apache.bookkeeper.mledger.impl Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of EntryCache in org.apache.bookkeeper.mledger.impl
Classes in org.apache.bookkeeper.mledger.impl that implement EntryCache Modifier and Type Class Description classEntryCacheImplCache data payload for entries of all ledgers.protected classEntryCacheManager.EntryCacheDisabledMethods in org.apache.bookkeeper.mledger.impl that return EntryCache Modifier and Type Method Description EntryCacheEntryCacheManager. getEntryCache(ManagedLedgerImpl ml)Methods in org.apache.bookkeeper.mledger.impl with parameters of type EntryCache Modifier and Type Method Description intEntryCacheImpl. compareTo(EntryCache other)intEntryCacheManager.EntryCacheDisabled. compareTo(EntryCache other)Method parameters in org.apache.bookkeeper.mledger.impl with type arguments of type EntryCache Modifier and Type Method Description voidEntryCacheDefaultEvictionPolicy. doEviction(java.util.List<EntryCache> caches, long sizeToFree)voidEntryCacheEvictionPolicy. doEviction(java.util.List<EntryCache> caches, long sizeToFree)Perform the cache eviction of at least sizeToFree bytes on the supplied list of caches.
-