| 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 |
|---|---|
PerformanceCounter |
InstrumentationInterceptStrategy.prepareProcessor(ProcessorDefinition<?> definition,
Processor target,
InstrumentationProcessor advice) |
| Modifier and Type | Method and Description |
|---|---|
void |
DelegatePerformanceCounter.setCounter(PerformanceCounter counter) |
| Constructor and Description |
|---|
CompositePerformanceCounter(PerformanceCounter counter1,
PerformanceCounter counter2) |
| Constructor and Description |
|---|
InstrumentationInterceptStrategy(Map<ProcessorDefinition<?>,PerformanceCounter> registeredCounters,
Map<Processor,KeyValueHolder<ProcessorDefinition<?>,InstrumentationProcessor>> wrappedProcessors) |
Apache Camel