Uses of Interface
org.apache.accumulo.core.summary.Gatherer.FileSystemResolver
-
Packages that use Gatherer.FileSystemResolver Package Description org.apache.accumulo.core.summary -
-
Uses of Gatherer.FileSystemResolver in org.apache.accumulo.core.summary
Methods in org.apache.accumulo.core.summary with parameters of type Gatherer.FileSystemResolver Modifier and Type Method Description Future<SummaryCollection>
Gatherer. processFiles(Gatherer.FileSystemResolver volMgr, Map<String,List<TRowRange>> files, BlockCache summaryCache, BlockCache indexCache, com.google.common.cache.Cache<String,Long> fileLenCache, ExecutorService srp)
This method will read summaries from a set of files.
-