Uses of Interface
org.glassfish.jersey.server.internal.monitoring.core.UniformTimeSnapshot
-
Packages that use UniformTimeSnapshot Package Description org.glassfish.jersey.server.internal.monitoring.core -
-
Uses of UniformTimeSnapshot in org.glassfish.jersey.server.internal.monitoring.core
Classes in org.glassfish.jersey.server.internal.monitoring.core that implement UniformTimeSnapshot Modifier and Type Class Description classAbstractTimeSnapshotBase implementation ofUniformTimeSnapshot.classUniformTimeValuesSnapshotA statistical snapshot of aUniformTimeValuesSnapshot.Methods in org.glassfish.jersey.server.internal.monitoring.core that return UniformTimeSnapshot Modifier and Type Method Description UniformTimeSnapshotAbstractSlidingWindowTimeReservoir. getSnapshot(long time, TimeUnit timeUnit)UniformTimeSnapshotTimeReservoir. getSnapshot(long time, TimeUnit timeUnit)Returns a snapshot of the reservoir's values at given time or newer.UniformTimeSnapshotUniformTimeReservoir. getSnapshot(long time, TimeUnit timeUnit)protected abstract UniformTimeSnapshotAbstractSlidingWindowTimeReservoir. snapshot(Collection<V> values, long timeInterval, TimeUnit timeIntervalUnit, long time, TimeUnit timeUnit)Subclasses are required to instantiateUniformTimeSnapshoton their own.
-