org.apache.solr.util
Class ConcurrentLFUCache.Stats

java.lang.Object
  extended by org.apache.solr.util.ConcurrentLFUCache.Stats
Enclosing class:
ConcurrentLFUCache<K,V>

public static class ConcurrentLFUCache.Stats
extends Object


Constructor Summary
ConcurrentLFUCache.Stats()
           
 
Method Summary
 void add(ConcurrentLFUCache.Stats other)
           
 long getCumulativeEvictions()
           
 long getCumulativeHits()
           
 long getCumulativeLookups()
           
 long getCumulativeMisses()
           
 long getCumulativeNonLivePuts()
           
 long getCumulativePuts()
           
 int getCurrentSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConcurrentLFUCache.Stats

public ConcurrentLFUCache.Stats()
Method Detail

getCumulativeLookups

public long getCumulativeLookups()

getCumulativeHits

public long getCumulativeHits()

getCumulativePuts

public long getCumulativePuts()

getCumulativeEvictions

public long getCumulativeEvictions()

getCurrentSize

public int getCurrentSize()

getCumulativeNonLivePuts

public long getCumulativeNonLivePuts()

getCumulativeMisses

public long getCumulativeMisses()

add

public void add(ConcurrentLFUCache.Stats other)


Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.