public static class ConcurrentLFUCache.Stats extends Object implements Accountable
NULL_ACCOUNTABLE| Constructor and Description |
|---|
Stats() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(ConcurrentLFUCache.Stats other) |
long |
getCumulativeEvictions() |
long |
getCumulativeHits() |
long |
getCumulativeIdleEvictions() |
long |
getCumulativeLookups() |
long |
getCumulativeMisses() |
long |
getCumulativeNonLivePuts() |
long |
getCumulativePuts() |
int |
getCurrentSize() |
long |
ramBytesUsed() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetChildResourcespublic long getCumulativeLookups()
public long getCumulativeHits()
public long getCumulativePuts()
public long getCumulativeEvictions()
public long getCumulativeIdleEvictions()
public int getCurrentSize()
public long getCumulativeNonLivePuts()
public long getCumulativeMisses()
public void add(ConcurrentLFUCache.Stats other)
public long ramBytesUsed()
ramBytesUsed in interface AccountableCopyright © 2000-2021 Apache Software Foundation. All Rights Reserved.