Uses of Interface
com.cloudera.lib.service.Instrumentation.Variable

Packages that use Instrumentation.Variable
com.cloudera.lib.service   
com.cloudera.lib.service.instrumentation   
 

Uses of Instrumentation.Variable in com.cloudera.lib.service
 

Methods in com.cloudera.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 com.cloudera.lib.service.instrumentation
 

Methods in com.cloudera.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 © 2012 Cloudera. All Rights Reserved.