Package | Description |
---|---|
org.apache.camel.management |
Camel management
|
org.apache.camel.management.mbean |
Camel management JMX MBeans
|
Modifier and Type | Class and Description |
---|---|
class |
CompositePerformanceCounter
A composite
PerformanceCounter is used for tracking performance statistics on both a per
context and route level, by issuing callbacks on both when an event happens. |
class |
DelegatePerformanceCounter
Delegates to another
PerformanceCounter . |
Modifier and Type | Method and Description |
---|---|
void |
DelegatePerformanceCounter.setCounter(PerformanceCounter counter) |
Constructor and Description |
---|
CompositePerformanceCounter(PerformanceCounter counter1,
PerformanceCounter counter2) |
Constructor and Description |
---|
InstrumentationInterceptStrategy(Map<org.apache.camel.NamedNode,PerformanceCounter> registeredCounters,
Map<org.apache.camel.Processor,org.apache.camel.util.KeyValueHolder<org.apache.camel.NamedNode,org.apache.camel.spi.ManagementInterceptStrategy.InstrumentationProcessor>> wrappedProcessors) |
Apache Camel