Uses of Class
org.elasticsearch.index.cache.CacheStats

Packages that use CacheStats
org.elasticsearch.index.cache   
org.elasticsearch.indices   
 

Uses of CacheStats in org.elasticsearch.index.cache
 

Methods in org.elasticsearch.index.cache that return CacheStats
static CacheStats CacheStats.readCacheStats(StreamInput in)
           
 CacheStats IndexCache.stats()
           
 

Methods in org.elasticsearch.index.cache with parameters of type CacheStats
 void CacheStats.add(CacheStats stats)
           
 

Uses of CacheStats in org.elasticsearch.indices
 

Methods in org.elasticsearch.indices that return CacheStats
 CacheStats NodeIndicesStats.cache()
           
 CacheStats NodeIndicesStats.getCache()
           
 

Constructors in org.elasticsearch.indices with parameters of type CacheStats
NodeIndicesStats(StoreStats storeStats, DocsStats docsStats, IndexingStats indexingStats, GetStats getStats, SearchStats searchStats, CacheStats cacheStats, MergeStats mergeStats, RefreshStats refreshStats, FlushStats flushStats)
           
 



Copyright © 2009-2012. All Rights Reserved.