Uses of Interface
org.apache.oozie.util.Instrumentation.Variable

Packages that use Instrumentation.Variable
org.apache.oozie.util   
 

Uses of Instrumentation.Variable in org.apache.oozie.util
 

Methods in org.apache.oozie.util that return types with arguments of type Instrumentation.Variable
 java.util.Map<java.lang.String,java.util.Map<java.lang.String,Instrumentation.Element<Instrumentation.Variable>>> Instrumentation.getVariables()
          Return all the variables.
 

Methods in org.apache.oozie.util with parameters of type Instrumentation.Variable
 void Instrumentation.addSampler(java.lang.String group, java.lang.String name, int period, int interval, Instrumentation.Variable<java.lang.Long> variable)
          Add a sampling variable.
 void Instrumentation.addVariable(java.lang.String group, java.lang.String name, Instrumentation.Variable variable)
          Add an instrumentation variable.
 



Copyright © 2010 Yahoo. All Rights Reserved.