|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use Metrics | |
|---|---|
| org.apache.solr.core |
Core classes implementin Solr internals and the management of SolrCores |
| 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)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||