| 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 |
| 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,
String path,
Metrics metrics) |
BlockDirectoryCache(BlockCache blockCache,
String path,
Metrics metrics,
boolean releaseBlocks) |
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.