Package | Description |
---|---|
org.apache.oozie.util |
Modifier and Type | Method and Description |
---|---|
Map<String,Map<String,Instrumentation.Element<Instrumentation.Variable>>> |
Instrumentation.getVariables()
Return all the variables.
|
Modifier and Type | Method and Description |
---|---|
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 © 2015 Apache Software Foundation. All Rights Reserved.