org.apache.blur.store
Class BlockCacheDirectoryFactory

java.lang.Object
  extended by org.apache.blur.store.BlockCacheDirectoryFactory
Direct Known Subclasses:
BlockCacheDirectoryFactoryV1, BlockCacheDirectoryFactoryV2

public abstract class BlockCacheDirectoryFactory
extends Object


Constructor Summary
BlockCacheDirectoryFactory()
           
 
Method Summary
abstract  org.apache.lucene.store.Directory newDirectory(String table, String shard, org.apache.lucene.store.Directory directory, Set<String> blockCacheFileTypes)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlockCacheDirectoryFactory

public BlockCacheDirectoryFactory()
Method Detail

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.