org.apache.blur.store
Class BlockCacheDirectoryFactoryV1

java.lang.Object
  extended by org.apache.blur.store.BlockCacheDirectoryFactory
      extended by org.apache.blur.store.BlockCacheDirectoryFactoryV1

public class BlockCacheDirectoryFactoryV1
extends BlockCacheDirectoryFactory


Constructor Summary
BlockCacheDirectoryFactoryV1(BlurConfiguration configuration, long totalNumberOfBytes)
           
 
Method Summary
 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

BlockCacheDirectoryFactoryV1

public BlockCacheDirectoryFactoryV1(BlurConfiguration configuration,
                                    long totalNumberOfBytes)
Method Detail

newDirectory

public org.apache.lucene.store.Directory newDirectory(String table,
                                                      String shard,
                                                      org.apache.lucene.store.Directory directory,
                                                      Set<String> blockCacheFileTypes)
                                               throws IOException
Specified by:
newDirectory in class BlockCacheDirectoryFactory
Throws:
IOException


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.