Uses of Class
org.apache.camel.ManagementStatisticsLevel

Packages that use ManagementStatisticsLevel
org.apache.camel The core Camel API. 
org.apache.camel.management Camel management 
org.apache.camel.spi Service Provider Interfaces used internally by the Camel runtime which are plugin strategies. 
 

Uses of ManagementStatisticsLevel in org.apache.camel
 

Methods in org.apache.camel that return ManagementStatisticsLevel
static ManagementStatisticsLevel ManagementStatisticsLevel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ManagementStatisticsLevel[] ManagementStatisticsLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ManagementStatisticsLevel in org.apache.camel.management
 

Methods in org.apache.camel.management that return ManagementStatisticsLevel
 ManagementStatisticsLevel DefaultManagementStrategy.getStatisticsLevel()
           
 

Methods in org.apache.camel.management with parameters of type ManagementStatisticsLevel
 void DefaultManagementStrategy.setStatisticsLevel(ManagementStatisticsLevel level)
           
 

Uses of ManagementStatisticsLevel in org.apache.camel.spi
 

Methods in org.apache.camel.spi that return ManagementStatisticsLevel
 ManagementStatisticsLevel ManagementStrategy.getStatisticsLevel()
          Gets the statistics level
 

Methods in org.apache.camel.spi with parameters of type ManagementStatisticsLevel
 void ManagementStrategy.setStatisticsLevel(ManagementStatisticsLevel level)
          Sets the statistics level

Default is All

 



Apache CAMEL