public class IntervalUnit extends Object
| Constructor and Description |
|---|
IntervalUnit(long key,
long count,
long totalCount,
double total,
double mean,
double min,
double max) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCount() |
long |
getKey() |
double |
getMax() |
double |
getMean() |
double |
getMin() |
double |
getTotal() |
long |
getTotalCount() |
String |
toString() |
public IntervalUnit(long key,
long count,
long totalCount,
double total,
double mean,
double min,
double max)
Copyright © 2011-2014–2015 Pivotal Software, Inc.. All rights reserved.