Uses of Class
io.siddhi.core.util.statistics.metrics.Level
-
Packages that use Level Package Description io.siddhi.core io.siddhi.core.config io.siddhi.core.util.statistics.metrics -
-
Uses of Level in io.siddhi.core
Methods in io.siddhi.core that return Level Modifier and Type Method Description LevelSiddhiAppRuntime. getStatisticsLevel()Method to check the Siddhi App statistics level enabled.LevelSiddhiAppRuntimeImpl. getStatisticsLevel()Method to check the Siddhi App statistics level enabled.Methods in io.siddhi.core with parameters of type Level Modifier and Type Method Description voidSiddhiAppRuntime. setStatisticsLevel(Level level)To enable, disable and change Siddhi App statistics level on runtime.voidSiddhiAppRuntimeImpl. setStatisticsLevel(Level level)To enable, disable and change Siddhi App statistics level on runtime. -
Uses of Level in io.siddhi.core.config
Methods in io.siddhi.core.config that return Level Modifier and Type Method Description LevelSiddhiAppContext. getRootMetricsLevel()Methods in io.siddhi.core.config with parameters of type Level Modifier and Type Method Description voidSiddhiAppContext. setRootMetricsLevel(Level rootMetricsLevel) -
Uses of Level in io.siddhi.core.util.statistics.metrics
Fields in io.siddhi.core.util.statistics.metrics declared as Level Modifier and Type Field Description static LevelLevel. BASICA metric for informational purposes.static LevelLevel. DETAILA general debugging metric.static LevelLevel. OFFNo events will be used for metrics.Methods in io.siddhi.core.util.statistics.metrics that return Level Modifier and Type Method Description static LevelLevel. valueOf(String name)Return the Level associated with the name.Methods in io.siddhi.core.util.statistics.metrics with parameters of type Level Modifier and Type Method Description intLevel. compareTo(Level other)
-