Uses of Interface
org.apache.hadoop.lib.service.Instrumentation.Variable
Packages that use Instrumentation.Variable
-
Uses of Instrumentation.Variable in org.apache.hadoop.lib.service
Methods in org.apache.hadoop.lib.service with parameters of type Instrumentation.VariableModifier and TypeMethodDescriptionvoidInstrumentation.addSampler(String group, String name, int samplingSize, Instrumentation.Variable<Long> variable) voidInstrumentation.addVariable(String group, String name, Instrumentation.Variable<?> variable) -
Uses of Instrumentation.Variable in org.apache.hadoop.lib.service.instrumentation
Methods in org.apache.hadoop.lib.service.instrumentation with parameters of type Instrumentation.VariableModifier and TypeMethodDescriptionvoidInstrumentationService.addSampler(String group, String name, int samplingSize, Instrumentation.Variable<Long> variable) voidInstrumentationService.addVariable(String group, String name, Instrumentation.Variable<?> variable)