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,
org.apache.lucene.store.Directory directory,
Cache cache,
Set<String> blockCacheFileTypes,
boolean blockCacheReadEnabled,
boolean blockCacheWriteEnabled) |
CachedIndexOutput(BlockDirectory directory,
org.apache.lucene.store.IndexOutput dest,
int blockSize,
String name,
Cache cache,
int bufferSize) |
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.