Class EntryLengthSummarizer

java.lang.Object
org.apache.accumulo.core.client.summary.summarizers.EntryLengthSummarizer
All Implemented Interfaces:
Summarizer

public class EntryLengthSummarizer extends Object implements Summarizer
Summarizer that computes summary information about field lengths. Specifically key length, row length, family length, qualifier length, visibility length, and value length. Incrementally computes minimum, maximum, count, sum, and log2 histogram of the lengths.
Since:
2.0.0