Package org.apache.solr.bench.generators
Class Tracker
- java.lang.Object
-
- org.apache.solr.bench.generators.Tracker
-
public class Tracker extends Object
The type Tracker.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intcount()Count int.static Stringdisplay(Object object)Display string.Stringname()Name string.doublepercentage()Percentage double.StringtoString()List<org.apache.solr.bench.generators.RandomDataHistogram.Counts.Surrogate>values()Values list.
-
-
-
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
-
-