This project has retired. For details please refer to its Attic page.
Uses of Interface org.apache.oozie.util.Instrumentation.Variable (Apache Oozie Core 3.3.2 API)

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
 Map<String,Map<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(String group, String name, int period, int interval, Instrumentation.Variable<Long> variable)
          Add a sampling variable.
 void Instrumentation.addVariable(String group, String name, Instrumentation.Variable variable)
          Add an instrumentation variable.
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.