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 int
count()
Count int.static String
display(Object object)
Display string.String
name()
Name string.double
percentage()
Percentage double.String
toString()
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
-
-