public class EmptyRollingSnapshot extends Object implements RollingSnapshot
| Modifier and Type | Field and Description |
|---|---|
static EmptyRollingSnapshot |
INSTANCE |
| Constructor and Description |
|---|
EmptyRollingSnapshot() |
| Modifier and Type | Method and Description |
|---|---|
long |
getMax() |
double |
getMean() |
double |
getMedian() |
long |
getMin() |
double |
getStdDev() |
double |
getValue(double quantile) |
long[] |
getValues() |
int |
size() |
public static final EmptyRollingSnapshot INSTANCE
public double getValue(double quantile)
getValue in interface RollingSnapshotpublic long[] getValues()
getValues in interface RollingSnapshotpublic int size()
size in interface RollingSnapshotpublic double getMedian()
getMedian in interface RollingSnapshotpublic long getMax()
getMax in interface RollingSnapshotpublic double getMean()
getMean in interface RollingSnapshotpublic long getMin()
getMin in interface RollingSnapshotpublic double getStdDev()
getStdDev in interface RollingSnapshotCopyright © 2020. All rights reserved.