Uses of Class
io.prometheus.jmx.JmxCollector.Mode
-
-
Uses of JmxCollector.Mode in io.prometheus.jmx
Methods in io.prometheus.jmx that return JmxCollector.Mode Modifier and Type Method Description static JmxCollector.ModeJmxCollector.Mode. valueOf(String name)Returns the enum constant of this type with the specified name.static JmxCollector.Mode[]JmxCollector.Mode. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.prometheus.jmx with parameters of type JmxCollector.Mode Constructor Description JmxCollector(File in, JmxCollector.Mode mode)
-