Package | Description |
---|---|
org.apache.oozie.util |
Modifier and Type | Interface and Description |
---|---|
static interface |
Instrumentation.Variable<T>
Interface for instrumentation variables.
|
Modifier and Type | Class and Description |
---|---|
static class |
Instrumentation.Timer
Timer Instrumentation element.
|
Modifier and Type | Method and Description |
---|---|
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 © 2015 Apache Software Foundation. All Rights Reserved.