| Package | Description |
|---|---|
| org.apache.solr.core |
Core classes implementin Solr internals and the management of
SolrCores |
| org.apache.solr.store.blockcache |
An HDFS blockcache implementation.
|
| Modifier and Type | Field and Description |
|---|---|
static Metrics |
HdfsDirectoryFactory.metrics |
| Modifier and Type | Method and Description |
|---|---|
static void |
BufferStore.init(int _1024Size,
int _8192Size,
Metrics metrics) |
| Constructor and Description |
|---|
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.