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

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

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

Subinterfaces of Instrumentation.Element in org.apache.oozie.util
static interface Instrumentation.Variable<T>
          Interface for instrumentation variables.
 

Classes in org.apache.oozie.util that implement Instrumentation.Element
static class Instrumentation.Timer
          Timer Instrumentation element.
 

Methods in org.apache.oozie.util that return types with arguments of type Instrumentation.Element
 Map<String,Map<String,Instrumentation.Element<Long>>> Instrumentation.getCounters()
          Return all the counters.
 Map<String,Map<String,Instrumentation.Element<Double>>> Instrumentation.getSamplers()
          Return all the samplers.
 Map<String,Map<String,Instrumentation.Element<Instrumentation.Timer>>> Instrumentation.getTimers()
          Return all the timers.
 Map<String,Map<String,Instrumentation.Element<Instrumentation.Variable>>> Instrumentation.getVariables()
          Return all the variables.
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.