| Package | Description |
|---|---|
| org.apache.camel.management |
Camel management
|
| org.apache.camel.management.mbean |
Camel management JMX MBeans
|
| Class and Description |
|---|
| Statistic
Default implementation of
Statistic |
| Statistic.UpdateMode
Statistics mode
VALUE - A statistic with this update mode is a simple value that is a straight forward
representation of the updated value.
DIFFERENCE - A statistic with this update mode is a value that represents the difference
between the last two recorded values (or the initial value if two updates have
not been recorded).
DELTA - A statistic with this update mode is a value that represents the delta
between the last two recorded values (or the initial value if two updates have
not been recorded).
|
| Class and Description |
|---|
| ManagedConsumer |
| ManagedCounter |
| ManagedEndpoint |
| ManagedEventNotifierMBean |
| ManagedMulticast |
| ManagedPerformanceCounter |
| ManagedProcessor |
| ManagedRoute |
| ManagedService |
| Statistic
Default implementation of
Statistic |
| Statistic.UpdateMode
Statistics mode
VALUE - A statistic with this update mode is a simple value that is a straight forward
representation of the updated value.
DIFFERENCE - A statistic with this update mode is a value that represents the difference
between the last two recorded values (or the initial value if two updates have
not been recorded).
DELTA - A statistic with this update mode is a value that represents the delta
between the last two recorded values (or the initial value if two updates have
not been recorded).
|
Apache Camel