Uses of Interface
org.apache.camel.management.PerformanceCounter
-
Packages that use PerformanceCounter Package Description org.apache.camel.management Camel managementorg.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 Modifier and Type Class Description class
CompositePerformanceCounter
A compositePerformanceCounter
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 anotherPerformanceCounter
.Methods in org.apache.camel.management with parameters of type PerformanceCounter Modifier and Type Method Description void
DelegatePerformanceCounter. setCounter(PerformanceCounter counter)
Constructors in org.apache.camel.management with parameters of type PerformanceCounter Constructor Description CompositePerformanceCounter(PerformanceCounter counter1, PerformanceCounter counter2)
Constructor parameters in org.apache.camel.management with type arguments of type PerformanceCounter Constructor 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)
-
Uses of PerformanceCounter in org.apache.camel.management.mbean
-