org.elasticsearch.index.cache.filter
Class FilterCache.EntriesStats

java.lang.Object
  extended by org.elasticsearch.index.cache.filter.FilterCache.EntriesStats
Enclosing interface:
FilterCache

public static class FilterCache.EntriesStats
extends Object


Field Summary
 long count
           
 long sizeInBytes
           
 
Constructor Summary
FilterCache.EntriesStats(long sizeInBytes, long count)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sizeInBytes

public final long sizeInBytes

count

public final long count
Constructor Detail

FilterCache.EntriesStats

public FilterCache.EntriesStats(long sizeInBytes,
                                long count)


Copyright © 2009-2012. All Rights Reserved.