Package | Description |
---|---|
org.glassfish.jersey.server.internal.monitoring.core |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTimeSnapshot
Base implementation of
UniformTimeSnapshot . |
class |
UniformTimeValuesSnapshot
A statistical snapshot of a
UniformTimeValuesSnapshot . |
Modifier and Type | Method and Description |
---|---|
UniformTimeSnapshot |
AbstractSlidingWindowTimeReservoir.getSnapshot(long time,
TimeUnit timeUnit) |
UniformTimeSnapshot |
TimeReservoir.getSnapshot(long time,
TimeUnit timeUnit)
Returns a snapshot of the reservoir's values at given time or newer.
|
UniformTimeSnapshot |
UniformTimeReservoir.getSnapshot(long time,
TimeUnit timeUnit) |
protected abstract UniformTimeSnapshot |
AbstractSlidingWindowTimeReservoir.snapshot(Collection<V> values,
long timeInterval,
TimeUnit timeIntervalUnit,
long time,
TimeUnit timeUnit)
Subclasses are required to instantiate
UniformTimeSnapshot on their own. |
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.