|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |
|---|---|
java.util.Map<java.lang.String,java.util.Map<java.lang.String,Instrumentation.Element<java.lang.Long>>> |
Instrumentation.getCounters()
Return all the counters. |
java.util.Map<java.lang.String,java.util.Map<java.lang.String,Instrumentation.Element<java.lang.Double>>> |
Instrumentation.getSamplers()
Return all the samplers. |
java.util.Map<java.lang.String,java.util.Map<java.lang.String,Instrumentation.Element<Instrumentation.Timer>>> |
Instrumentation.getTimers()
Return all the timers. |
java.util.Map<java.lang.String,java.util.Map<java.lang.String,Instrumentation.Element<Instrumentation.Variable>>> |
Instrumentation.getVariables()
Return all the variables. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||