All Known Implementing Classes:
BinarySize, BinarySizeHistogram, DistinctBinarySize, DistinctBinarySizeHistogram, ListCollector, NodeCount, NodeNameFilter, NodeTypeCount, PropertyStats, TimeMeasureCollector, TopLargestBinaries

public interface StatsCollector
A collector for statistics about a repository.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    add(NodeData node)
    Collect data for this node.
    default void
    end()
    End collection.
    Get the statistics in the form of a list of records.
  • Method Details

    • add

      void add(NodeData node)
      Collect data for this node.
      Parameters:
      node - the node
    • end

      default void end()
      End collection.
    • getRecords

      List<String> getRecords()
      Get the statistics in the form of a list of records.
      Returns:
      the results