java.lang.Object
org.apache.jackrabbit.oak.index.indexer.document.flatfile.analysis.modules.BinarySizeHistogram
All Implemented Interfaces:
StatsCollector

public class BinarySizeHistogram extends Object implements StatsCollector
Collects the histogram of binary sizes (embedded binaries and references to the datastore). Collection is done for a certain number of path levels, in addition to the root.
  • Field Details

    • SIZES

      public static final String[] SIZES
  • Constructor Details

    • BinarySizeHistogram

      public BinarySizeHistogram(int pathLevels)
  • Method Details