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) |
InstrumentationProcessor(PerformanceCounter counter) |
Constructor and Description |
---|
InstrumentationInterceptStrategy(Map<ProcessorDefinition<?>,PerformanceCounter> registeredCounters,
Map<Processor,KeyValueHolder<ProcessorDefinition<?>,InstrumentationProcessor>> wrappedProcessors) |
Modifier and Type | Class and Description |
---|---|
class |
ManagedBeanProcessor |
class |
ManagedCamelContext |
class |
ManagedDelayer |
class |
ManagedIdempotentConsumer |
class |
ManagedPerformanceCounter |
class |
ManagedProcessor |
class |
ManagedRoute |
class |
ManagedSendProcessor |
class |
ManagedSuspendableRoute |
class |
ManagedThrottler |
class |
ManagedThroughputLogger |
Apache Camel