| Package | Description |
|---|---|
| org.apache.solr.store.blockcache |
An HDFS blockcache implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BlockDirectoryCache |
| Modifier and Type | Field and Description |
|---|---|
static Cache |
BlockDirectory.NO_CACHE |
| Modifier and Type | Method and Description |
|---|---|
Cache |
BlockDirectory.getCache()
Expert: mostly for tests
|
| Constructor and Description |
|---|
BlockDirectory(String dirName,
Directory directory,
Cache cache,
Set<String> blockCacheFileTypes,
boolean blockCacheReadEnabled,
boolean blockCacheWriteEnabled) |
CachedIndexOutput(BlockDirectory directory,
IndexOutput dest,
int blockSize,
String name,
Cache cache,
int bufferSize) |
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.