Uses of Class
org.apache.solr.store.blockcache.Metrics

Packages that use Metrics
org.apache.solr.core Core classes implementin Solr internals and the management of SolrCore
org.apache.solr.store.blockcache An HDFS blockcache implementation. 
 

Uses of Metrics in org.apache.solr.core
 

Fields in org.apache.solr.core declared as Metrics
static Metrics HdfsDirectoryFactory.metrics
           
 

Uses of Metrics in org.apache.solr.store.blockcache
 

Methods in org.apache.solr.store.blockcache with parameters of type Metrics
static void BufferStore.init(int _1024Size, int _8192Size, Metrics metrics)
           
 

Constructors in org.apache.solr.store.blockcache with parameters of type Metrics
BlockCache(Metrics metrics, boolean directAllocation, long totalMemory)
           
BlockCache(Metrics metrics, boolean directAllocation, long totalMemory, int slabSize)
           
BlockCache(Metrics metrics, boolean directAllocation, long totalMemory, int slabSize, int blockSize)
           
BlockDirectoryCache(BlockCache blockCache, Metrics metrics)
           
 



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