public class Tracker
extends Object
The type Tracker.
-
Constructor Summary
Constructors
Tracker(List<org.apache.solr.bench.generators.RandomDataHistogram.Counts.Surrogate> values,
String name,
int count,
double percentage)
Instantiates a new Tracker.
-
Method Summary
int
double
List<org.apache.solr.bench.generators.RandomDataHistogram.Counts.Surrogate>
-
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
Display string.
- Parameters:
object - the object
- Returns:
- the 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
-