org.apache.blur.store
Class BlockCacheDirectoryFactory
java.lang.Object
org.apache.blur.store.BlockCacheDirectoryFactory
- Direct Known Subclasses:
- BlockCacheDirectoryFactoryV1, BlockCacheDirectoryFactoryV2
public abstract class BlockCacheDirectoryFactory
- extends Object
Method Summary |
abstract org.apache.lucene.store.Directory |
newDirectory(String table,
String shard,
org.apache.lucene.store.Directory directory,
Set<String> blockCacheFileTypes)
|
BlockCacheDirectoryFactory
public BlockCacheDirectoryFactory()
newDirectory
public abstract org.apache.lucene.store.Directory newDirectory(String table,
String shard,
org.apache.lucene.store.Directory directory,
Set<String> blockCacheFileTypes)
throws IOException
- Throws:
IOException
Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.