Package com.bah.lucene.blockcache

Examples of com.bah.lucene.blockcache.BlockDirectory


  }

  @Override
  public Directory newDirectory(String table, String shard, Directory directory, Set<String> blockCacheFileTypes)
      throws IOException {
    return new BlockDirectory(table + "_" + shard, directory, _cache, blockCacheFileTypes);
  }
View Full Code Here

TOP

Related Classes of com.bah.lucene.blockcache.BlockDirectory

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.