Uses of Class
org.apache.accumulo.core.summary.SummaryCollection
-
Packages that use SummaryCollection Package Description org.apache.accumulo.core.summary -
-
Uses of SummaryCollection in org.apache.accumulo.core.summary
Methods in org.apache.accumulo.core.summary that return SummaryCollection Modifier and Type Method Description SummaryCollection
SummaryReader. getSummaries(List<Gatherer.RowRange> ranges)
static SummaryCollection
SummaryCollection. merge(SummaryCollection sc1, SummaryCollection sc2, SummarizerFactory factory)
Methods in org.apache.accumulo.core.summary that return types with arguments of type SummaryCollection Modifier and Type Method Description Future<SummaryCollection>
Gatherer. gather(ExecutorService es)
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.Future<SummaryCollection>
Gatherer. processPartition(ExecutorService execSrv, int modulus, int remainder)
This methods reads a subset of file paths into memory and groups them by location.Methods in org.apache.accumulo.core.summary with parameters of type SummaryCollection Modifier and Type Method Description void
SummaryCollection. merge(SummaryCollection other, SummarizerFactory factory)
static SummaryCollection
SummaryCollection. merge(SummaryCollection sc1, SummaryCollection sc2, SummarizerFactory factory)
-