Uses of Class
org.apache.accumulo.core.summary.SummarizerFactory
-
Packages that use SummarizerFactory Package Description org.apache.accumulo.core.summary -
-
Uses of SummarizerFactory in org.apache.accumulo.core.summary
Methods in org.apache.accumulo.core.summary with parameters of type SummarizerFactory Modifier and Type Method Description static SummaryReader
SummaryReader. load(org.apache.hadoop.conf.Configuration conf, InputStream inputStream, long length, Predicate<SummarizerConfiguration> summarySelector, SummarizerFactory factory, CryptoService cryptoService)
static SummaryReader
SummaryReader. load(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.conf.Configuration conf, SummarizerFactory factory, org.apache.hadoop.fs.Path file, Predicate<SummarizerConfiguration> summarySelector, BlockCache summaryCache, BlockCache indexCache, com.google.common.cache.Cache<String,Long> fileLenCache, CryptoService cryptoService)
void
SummaryCollection. merge(SummaryCollection other, SummarizerFactory factory)
static SummaryCollection
SummaryCollection. merge(SummaryCollection sc1, SummaryCollection sc2, SummarizerFactory factory)
-