Package | Description |
---|---|
org.apache.oozie.util |
Modifier and Type | Method and Description |
---|---|
Map<String,Map<String,Instrumentation.Element<Instrumentation.Variable>>> |
MetricsInstrumentation.getVariables()
Not Supported: throws
UnsupportedOperationException |
Map<String,Map<String,Instrumentation.Element<Instrumentation.Variable>>> |
Instrumentation.getVariables()
Return all the variables.
|
Modifier and Type | Method and Description |
---|---|
void |
MetricsInstrumentation.addSampler(String group,
String name,
int period,
int interval,
Instrumentation.Variable<Long> variable)
Add a sampling variable.
|
void |
Instrumentation.addSampler(String group,
String name,
int period,
int interval,
Instrumentation.Variable<Long> variable)
Add a sampling variable.
|
void |
MetricsInstrumentation.addVariable(String group,
String name,
Instrumentation.Variable variable)
Add an instrumentation variable.
|
void |
Instrumentation.addVariable(String group,
String name,
Instrumentation.Variable variable)
Add an instrumentation variable.
|
Constructor and Description |
---|
Sampler(Instrumentation.Variable<Long> variable,
com.codahale.metrics.Histogram histogram) |
Copyright © 2018 Apache Software Foundation. All rights reserved.