Uses of Interface
org.apache.accumulo.core.client.summary.Summarizer.StatisticConsumer
Packages that use Summarizer.StatisticConsumer
-
Uses of Summarizer.StatisticConsumer in org.apache.accumulo.core.client.summary
Methods in org.apache.accumulo.core.client.summary with parameters of type Summarizer.StatisticConsumerModifier and TypeMethodDescriptionvoidSummarizer.Collector.summarize(Summarizer.StatisticConsumer sc) After Accumulo has written some Key Values, it will call this method to generate some statistics about what was previously passed toSummarizer.Collector.accept(Key, Value).