31323334353637
_cache = cache; } @Override public Directory newDirectory(String name, Directory directory, Set<String> blockCacheFileTypes) throws IOException { return new BlockDirectory(name, directory, _cache, blockCacheFileTypes); }
75767778798081
} @Override public Directory newDirectory(String table, String shard, Directory directory, Set<String> blockCacheFileTypes) throws IOException { return new BlockDirectory(table + "_" + shard, directory, _cache, blockCacheFileTypes); }