接口的使用
org.apache.bookkeeper.mledger.impl.cache.EntryCache
使用EntryCache的程序包
程序包
说明
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
org.apache.bookkeeper.mledger.impl.cache中EntryCache的使用
修饰符和类型类说明classImplementation of cache that always read from BookKeeper.classCache data payload for entries of all ledgers.修饰符和类型方法说明EntryCacheManager.getEntryCache(ManagedLedgerImpl ml) RangeEntryCacheManagerImpl.getEntryCache(ManagedLedgerImpl ml) 修饰符和类型方法说明intEntryCacheDisabled.compareTo(EntryCache other) intRangeEntryCacheImpl.compareTo(EntryCache other) 类型变量类型为EntryCache的org.apache.bookkeeper.mledger.impl.cache中的方法参数修饰符和类型方法说明voidEntryCacheDefaultEvictionPolicy.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.