Class Tracker

java.lang.Object
org.apache.solr.bench.generators.Tracker

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

    • 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 Details

    • 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
    • toString

      public String toString()
      Overrides:
      toString in class Object