public interface UniformTimeSnapshot
UniformTimeSnapshot
.Modifier and Type | Method and Description |
---|---|
long |
getMax() |
double |
getMean() |
long |
getMin() |
double |
getRate(TimeUnit timeUnit)
The rate of values in this snapshot for one given time unit.
|
long |
getTimeInterval(TimeUnit timeUnit)
The time interval for which this snapshot was created.
|
long |
size()
Returns the number of values in the snapshot.
|
long size()
long getMax()
long getMin()
double getMean()
long getTimeInterval(TimeUnit timeUnit)
timeUnit
- The time unit in which to return the time interval.double getRate(TimeUnit timeUnit)
timeUnit
- The time unit at which to get the rateCopyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.