Class Tracker


  • public class Tracker
    extends Object
    The type Tracker.
    • Constructor Detail

      • Tracker

        public Tracker​(List<org.apache.solr.bench.generators.RandomDataHistogram.Counts.Surrogate> values,
                       String name,
                       int count,
                       double percentage)
        Instantiates a new Tracker.
        Parameters:
        values - the values
        name - the name
        count - the count
        percentage - the percentage
    • Method Detail

      • display

        public static String display​(Object object)
        Display string.
        Parameters:
        object - the object
        Returns:
        the string
      • name

        public String name()
        Name string.
        Returns:
        the string
      • count

        public int count()
        Count int.
        Returns:
        the int
      • percentage

        public double percentage()
        Percentage double.
        Returns:
        the double
      • values

        public List<org.apache.solr.bench.generators.RandomDataHistogram.Counts.Surrogate> values()
        Values list.
        Returns:
        the list