org.apache.blur.store
Class BlockCacheDirectoryFactoryV2

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

public class BlockCacheDirectoryFactoryV2
extends BlockCacheDirectoryFactory


Constructor Summary
BlockCacheDirectoryFactoryV2(BlurConfiguration configuration, long totalNumberOfBytes)
           
 
Method Summary
 org.apache.lucene.store.Directory newDirectory(String table, String shard, org.apache.lucene.store.Directory directory, Set<String> tableBlockCacheFileTypes)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlockCacheDirectoryFactoryV2

public BlockCacheDirectoryFactoryV2(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> tableBlockCacheFileTypes)
                                               throws IOException
Specified by:
newDirectory in class BlockCacheDirectoryFactory
Throws:
IOException


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