Uses of Interface
org.apache.hadoop.lib.service.Instrumentation.Variable

Packages that use Instrumentation.Variable
org.apache.hadoop.lib.service   
org.apache.hadoop.lib.service.instrumentation   
 

Uses of Instrumentation.Variable in org.apache.hadoop.lib.service
 

Methods in org.apache.hadoop.lib.service with parameters of type Instrumentation.Variable
 void Instrumentation.addSampler(String group, String name, int samplingSize, Instrumentation.Variable<Long> variable)
           
 void Instrumentation.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.Variable
 void InstrumentationService.addSampler(String group, String name, int samplingSize, Instrumentation.Variable<Long> variable)
           
 void InstrumentationService.addVariable(String group, String name, Instrumentation.Variable<?> variable)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.