@ManagedResource(description="Managed RoundRobin LoadBalancer") public class ManagedRoundRobinLoadBalancer extends ManagedProcessor implements org.apache.camel.api.management.mbean.ManagedRoundRobinLoadBalancerMBean
TIMESTAMP_FORMATexchangesTotal, resetTimestamp, startTimestamp| Constructor and Description |
|---|
ManagedRoundRobinLoadBalancer(org.apache.camel.CamelContext context,
org.apache.camel.processor.loadbalancer.RoundRobinLoadBalancer processor,
org.apache.camel.model.LoadBalanceDefinition definition) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.model.LoadBalanceDefinition |
getDefinition() |
String |
getLastChosenProcessorId() |
Integer |
getSize() |
dumpProcessorAsXml, getCamelId, getCamelManagementName, getContext, getId, getIndex, getInstance, getProcessor, getProcessorId, getRoute, getRouteId, getState, getStepId, getSupportExtendedInformation, init, setRoute, start, stopcompletedExchange, dumpStatsAsXml, failedExchange, getDeltaProcessingTime, getExchangesCompleted, getExchangesFailed, getExchangesInflight, getExternalRedeliveries, getFailuresHandled, getFirstExchangeCompletedExchangeId, getFirstExchangeCompletedTimestamp, getFirstExchangeFailureExchangeId, getFirstExchangeFailureTimestamp, getLastExchangeCompletedExchangeId, getLastExchangeCompletedTimestamp, getLastExchangeFailureExchangeId, getLastExchangeFailureTimestamp, getLastProcessingTime, getMaxProcessingTime, getMeanProcessingTime, getMinProcessingTime, getRedeliveries, getTotalProcessingTime, isStatisticsEnabled, processExchange, reset, setStatisticsEnabledgetExchangesTotal, getResetTimestamp, getStartTimestamp, incrementclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdumpProcessorAsXml, getCamelId, getCamelManagementName, getIndex, getProcessorId, getRouteId, getState, getStepId, getSupportExtendedInformation, start, stopdumpStatsAsXml, getDeltaProcessingTime, getExchangesCompleted, getExchangesFailed, getExchangesInflight, getExternalRedeliveries, getFailuresHandled, getFirstExchangeCompletedExchangeId, getFirstExchangeCompletedTimestamp, getFirstExchangeFailureExchangeId, getFirstExchangeFailureTimestamp, getLastExchangeCompletedExchangeId, getLastExchangeCompletedTimestamp, getLastExchangeFailureExchangeId, getLastExchangeFailureTimestamp, getLastProcessingTime, getMaxProcessingTime, getMeanProcessingTime, getMinProcessingTime, getRedeliveries, getTotalProcessingTime, isStatisticsEnabled, setStatisticsEnabledpublic ManagedRoundRobinLoadBalancer(org.apache.camel.CamelContext context, org.apache.camel.processor.loadbalancer.RoundRobinLoadBalancer processor, org.apache.camel.model.LoadBalanceDefinition definition)
public org.apache.camel.model.LoadBalanceDefinition getDefinition()
getDefinition in class ManagedProcessorpublic Integer getSize()
getSize in interface org.apache.camel.api.management.mbean.ManagedRoundRobinLoadBalancerMBeanpublic String getLastChosenProcessorId()
getLastChosenProcessorId in interface org.apache.camel.api.management.mbean.ManagedRoundRobinLoadBalancerMBeanApache Camel