Uses of Class
org.eclipse.steady.java.monitor.InstrumentationControl.InstrumentationMetrics
-
Packages that use InstrumentationControl.InstrumentationMetrics Package Description org.eclipse.steady.java.monitor -
-
Uses of InstrumentationControl.InstrumentationMetrics in org.eclipse.steady.java.monitor
Methods in org.eclipse.steady.java.monitor that return InstrumentationControl.InstrumentationMetrics Modifier and Type Method Description static InstrumentationControl.InstrumentationMetricsInstrumentationControl.InstrumentationMetrics. valueOf(String name)Returns the enum constant of this type with the specified name.static InstrumentationControl.InstrumentationMetrics[]InstrumentationControl.InstrumentationMetrics. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.steady.java.monitor that return types with arguments of type InstrumentationControl.InstrumentationMetrics Modifier and Type Method Description Map<InstrumentationControl.InstrumentationMetrics,Long>InstrumentationControl. getStatistics()getStatistics.Methods in org.eclipse.steady.java.monitor with parameters of type InstrumentationControl.InstrumentationMetrics Modifier and Type Method Description longInstrumentationControl. getMetric(InstrumentationControl.InstrumentationMetrics _metric)getMetric.
-