| Package | Description |
|---|---|
| org.glassfish.jersey.server.internal.monitoring |
Jersey server-side internal monitoring and statistics classes.
|
| org.glassfish.jersey.server.internal.monitoring.jmx |
Jersey internal server-side monitoring JMX MBeans implementation classes.
|
| org.glassfish.jersey.server.monitoring |
Jersey server-side monitoring JMX MBeans interfaces.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
ResourceMethodStatisticsImpl
Immutable resource method statistics.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<ResourceMethod,ResourceMethodStatistics> |
ResourceStatisticsImpl.resourceMethods |
| Modifier and Type | Method and Description |
|---|---|
ResourceMethodStatistics |
ResourceMethodStatisticsImpl.snapshot() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<ResourceMethod,ResourceMethodStatistics> |
ResourceStatisticsImpl.getResourceMethodStatistics() |
| Constructor and Description |
|---|
ResourceStatisticsImpl(java.util.Map<ResourceMethod,ResourceMethodStatistics> resourceMethods,
ExecutionStatistics resourceExecutionStatistics,
ExecutionStatistics requestExecutionStatistics) |
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceMethodMXBeanImpl.updateResourceMethodStatistics(ResourceMethodStatistics resourceMethodStatisticsImpl)
Update the statistics that are exposed by this MXBean.
|
| Constructor and Description |
|---|
ResourceMethodMXBeanImpl(ResourceMethodStatistics methodStatistics,
boolean uriResource,
MBeanExposer mBeanExposer,
java.lang.String parentName,
java.lang.String methodUniqueId)
Create a new MXBean and expose it into mbean server using
mBeanExposer. |
| Modifier and Type | Method and Description |
|---|---|
ResourceMethodStatistics |
ResourceMethodStatistics.snapshot()
Deprecated.
implementing class is immutable hence snapshot creation is not needed anymore
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<ResourceMethod,ResourceMethodStatistics> |
ResourceStatistics.getResourceMethodStatistics()
Return the statistics for resource method.
|