Interface StatsCollector

    • Method Detail

      • add

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

        default void end()
        End collection.
      • getRecords

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