public static class ConcurrentLFUCache.Stats extends Object
Constructor and Description |
---|
Stats() |
Modifier and Type | Method and Description |
---|---|
void |
add(ConcurrentLFUCache.Stats other) |
long |
getCumulativeEvictions() |
long |
getCumulativeHits() |
long |
getCumulativeLookups() |
long |
getCumulativeMisses() |
long |
getCumulativeNonLivePuts() |
long |
getCumulativePuts() |
int |
getCurrentSize() |
public long getCumulativeLookups()
public long getCumulativeHits()
public long getCumulativePuts()
public long getCumulativeEvictions()
public int getCurrentSize()
public long getCumulativeNonLivePuts()
public long getCumulativeMisses()
public void add(ConcurrentLFUCache.Stats other)
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.