Uses of Class
org.apache.camel.ManagementStatisticsLevel
-
Packages that use ManagementStatisticsLevel Package Description org.apache.camel The core Camel API.org.apache.camel.spi Service Provider Interfaces used by the Camel runtime which are plugin strategies. -
-
Uses of ManagementStatisticsLevel in org.apache.camel
Methods in org.apache.camel that return ManagementStatisticsLevel Modifier and Type Method Description 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.spi
Methods in org.apache.camel.spi that return ManagementStatisticsLevel Modifier and Type Method Description ManagementStatisticsLevel
ManagementAgent. getStatisticsLevel()
ยง Gets the statistics levelMethods in org.apache.camel.spi with parameters of type ManagementStatisticsLevel Modifier and Type Method Description void
ManagementAgent. setStatisticsLevel(ManagementStatisticsLevel level)
Sets the statistics level
-