Package | Description |
---|---|
org.glassfish.jersey.server.internal.monitoring |
Jersey server-side internal monitoring and statistics classes.
|
Modifier and Type | Field and Description |
---|---|
private AggregatingTrimmer |
AggregatedSlidingWindowTimeReservoir.notifier |
Modifier and Type | Method and Description |
---|---|
private static void |
ExecutionStatisticsImpl.Builder.addAggregatedInterval(java.util.Map<java.lang.Long,TimeWindowStatisticsImpl.Builder> intervalStatisticsMap,
long nowMillis,
long interval,
java.util.concurrent.TimeUnit timeUnit,
AggregatingTrimmer notifier) |
Constructor and Description |
---|
AggregatedSlidingWindowTimeReservoir(long window,
java.util.concurrent.TimeUnit windowUnit,
long startTime,
java.util.concurrent.TimeUnit startTimeUnit,
AggregatingTrimmer notifier)
Creates an aggregated sliding window reservoir.
|