Interface StatsCollector
- 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
-
Method Details
-
add
Collect data for this node.- Parameters:
node
- the node
-
end
default void end()End collection. -
getRecords
Get the statistics in the form of a list of records.- Returns:
- the results
-