@InterfaceAudience.LimitedPrivate
@InterfaceStability.Stable
public interface ManagedLedgerFactoryMXBean
| Modifier and Type | Method and Description |
|---|---|
double |
getCacheHitsRate()
Get the number of cache hits per second.
|
double |
getCacheHitsThroughput()
Get the amount of data is retrieved from the cache in byte/s.
|
long |
getCacheMaxSize()
Get the configured maximum cache size.
|
double |
getCacheMissesRate()
Get the number of cache misses per second.
|
double |
getCacheMissesThroughput()
Get the amount of data is retrieved from the bookkeeper in byte/s.
|
long |
getCacheUsedSize()
Get the size in byte used to store the entries payloads.
|
long |
getNumberOfCacheEvictions()
Get the number of cache evictions during the last minute.
|
int |
getNumberOfManagedLedgers()
Get the number of currently opened managed ledgers on the factory.
|
int getNumberOfManagedLedgers()
long getCacheUsedSize()
long getCacheMaxSize()
double getCacheHitsRate()
double getCacheMissesRate()
double getCacheHitsThroughput()
double getCacheMissesThroughput()
long getNumberOfCacheEvictions()
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.