Uses of Class
org.apache.accumulo.core.summary.SummaryReader
-
Packages that use SummaryReader Package Description org.apache.accumulo.core.summary -
-
Uses of SummaryReader in org.apache.accumulo.core.summary
Methods in org.apache.accumulo.core.summary that return SummaryReader Modifier and Type Method Description static SummaryReader
SummaryReader. load(org.apache.hadoop.conf.Configuration conf, RFileSource source, String cacheId, 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)
-