| Package | Description |
|---|---|
| org.glassfish.jersey.server.internal.monitoring |
Jersey server-side internal monitoring and statistics classes.
|
| Modifier and Type | Field and Description |
|---|---|
private static java.util.concurrent.ConcurrentHashMap<java.lang.Long,TimeWindowStatisticsImpl> |
TimeWindowStatisticsImpl.EMPTY |
| Modifier and Type | Method and Description |
|---|---|
(package private) TimeWindowStatisticsImpl |
TimeWindowStatisticsImpl.Builder.build()
Build the time window statistics instance.
|
(package private) TimeWindowStatisticsImpl |
TimeWindowStatisticsImpl.Builder.build(long currentTime)
Build the time window statistics instance.
|
private TimeWindowStatisticsImpl |
TimeWindowStatisticsImpl.Builder.getOrCreateEmptyStats(long interval) |