Uses of Interface
org.glassfish.jersey.server.internal.monitoring.core.UniformTimeSnapshot
-
Packages that use UniformTimeSnapshot Package Description org.glassfish.jersey.server.internal.monitoring Jersey server-side internal monitoring and statistics classes.org.glassfish.jersey.server.internal.monitoring.core -
-
Uses of UniformTimeSnapshot in org.glassfish.jersey.server.internal.monitoring
Classes in org.glassfish.jersey.server.internal.monitoring that implement UniformTimeSnapshot Modifier and Type Class Description (package private) class
UniformTimeSimpleSnapshot
A statistical snapshot of aUniformTimeSimpleSnapshot
.Methods in org.glassfish.jersey.server.internal.monitoring that return UniformTimeSnapshot Modifier and Type Method Description protected UniformTimeSnapshot
AggregatedSlidingWindowTimeReservoir. snapshot(java.util.Collection<AggregatedValueObject> values, long timeInterval, java.util.concurrent.TimeUnit timeIntervalUnit, long time, java.util.concurrent.TimeUnit timeUnit)
protected UniformTimeSnapshot
SlidingWindowTimeReservoir. snapshot(java.util.Collection<java.lang.Long> values, long timeInterval, java.util.concurrent.TimeUnit timeIntervalUnit, long time, java.util.concurrent.TimeUnit timeUnit)
Constructors in org.glassfish.jersey.server.internal.monitoring with parameters of type UniformTimeSnapshot Constructor Description TimeWindowStatisticsImpl(long interval, UniformTimeSnapshot snapshot)
-
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 class
AbstractTimeSnapshot
Base implementation ofUniformTimeSnapshot
.class
UniformTimeValuesSnapshot
A statistical snapshot of aUniformTimeValuesSnapshot
.Methods in org.glassfish.jersey.server.internal.monitoring.core that return UniformTimeSnapshot Modifier and Type Method Description UniformTimeSnapshot
AbstractSlidingWindowTimeReservoir. getSnapshot(long time, java.util.concurrent.TimeUnit timeUnit)
UniformTimeSnapshot
TimeReservoir. getSnapshot(long time, java.util.concurrent.TimeUnit timeUnit)
Returns a snapshot of the reservoir's values at given time or newer.UniformTimeSnapshot
UniformTimeReservoir. getSnapshot(long time, java.util.concurrent.TimeUnit timeUnit)
protected abstract UniformTimeSnapshot
AbstractSlidingWindowTimeReservoir. snapshot(java.util.Collection<V> values, long timeInterval, java.util.concurrent.TimeUnit timeIntervalUnit, long time, java.util.concurrent.TimeUnit timeUnit)
Subclasses are required to instantiateUniformTimeSnapshot
on their own.
-