|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PerformanceCounter | |
|---|---|
| org.apache.camel.management | Camel management |
| org.apache.camel.management.mbean | Camel management JMX MBeans |
| Uses of PerformanceCounter in org.apache.camel.management |
|---|
| Classes in org.apache.camel.management that implement PerformanceCounter | |
|---|---|
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. |
| Methods in org.apache.camel.management with parameters of type PerformanceCounter | |
|---|---|
void |
DelegatePerformanceCounter.setCounter(PerformanceCounter counter)
|
| Constructors in org.apache.camel.management with parameters of type PerformanceCounter | |
|---|---|
CompositePerformanceCounter(PerformanceCounter counter1,
PerformanceCounter counter2)
|
|
InstrumentationProcessor(PerformanceCounter counter)
|
|
| Constructor parameters in org.apache.camel.management with type arguments of type PerformanceCounter | |
|---|---|
InstrumentationInterceptStrategy(Map<ProcessorDefinition<?>,PerformanceCounter> registeredCounters,
Map<Processor,KeyValueHolder<ProcessorDefinition<?>,InstrumentationProcessor>> wrappedProcessors)
|
|
| Uses of PerformanceCounter in org.apache.camel.management.mbean |
|---|
| Classes in org.apache.camel.management.mbean that implement PerformanceCounter | |
|---|---|
class |
ManagedBeanProcessor
|
class |
ManagedCamelContext
|
class |
ManagedDelayer
|
class |
ManagedIdempotentConsumer
|
class |
ManagedPerformanceCounter
|
class |
ManagedProcessor
|
class |
ManagedRoute
|
class |
ManagedSendProcessor
|
class |
ManagedSuspendableRoute
|
class |
ManagedThrottler
|
class |
ManagedThroughputLogger
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||