| Package | Description |
|---|---|
| org.apache.bookkeeper.mledger.impl |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EntryCacheImpl
Cache data payload for entries of all ledgers.
|
protected class |
EntryCacheManager.EntryCacheDisabled |
| Modifier and Type | Method and Description |
|---|---|
EntryCache |
EntryCacheManager.getEntryCache(ManagedLedgerImpl ml) |
| Modifier and Type | Method and Description |
|---|---|
int |
EntryCacheImpl.compareTo(EntryCache other) |
int |
EntryCacheManager.EntryCacheDisabled.compareTo(EntryCache other) |
| Modifier and Type | Method and Description |
|---|---|
void |
EntryCacheDefaultEvictionPolicy.doEviction(List<EntryCache> caches,
long sizeToFree) |
void |
EntryCacheEvictionPolicy.doEviction(List<EntryCache> caches,
long sizeToFree)
Perform the cache eviction of at least sizeToFree bytes on the supplied list of caches.
|
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.