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