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) |
BlockDirectory(String dirName,
Directory directory,
Cache cache,
Set<String> blockCacheFileTypes,
boolean blockCacheReadEnabled,
boolean blockCacheWriteEnabled,
boolean cacheMerges,
boolean cacheReadOnce) |
CachedIndexOutput(BlockDirectory directory,
IndexOutput dest,
int blockSize,
String name,
Cache cache,
int bufferSize) |
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.