Modifier and Type | Class and Description |
---|---|
static class |
UnregisteredMetricGroups.UnregisteredOperatorMetricGroup
A safe drop-in replacement for
OperatorMetricGroup s. |
Modifier and Type | Method and Description |
---|---|
OperatorMetricGroup |
UnregisteredMetricGroups.UnregisteredTaskMetricGroup.addOperator(OperatorID operatorID,
String name) |
OperatorMetricGroup |
TaskMetricGroup.addOperator(OperatorID operatorID,
String name) |
OperatorMetricGroup |
TaskMetricGroup.addOperator(String name) |
static OperatorMetricGroup |
UnregisteredMetricGroups.createUnregisteredOperatorMetricGroup() |
Constructor and Description |
---|
OperatorIOMetricGroup(OperatorMetricGroup parentMetricGroup) |
Modifier and Type | Method and Description |
---|---|
OperatorMetricGroup |
BatchTask.getMetricGroup() |
OperatorMetricGroup |
TaskContext.getMetricGroup() |
Modifier and Type | Field and Description |
---|---|
protected OperatorMetricGroup |
ChainedDriver.metrics |
Modifier and Type | Field and Description |
---|---|
protected OperatorMetricGroup |
AbstractStreamOperator.metrics
Metric group for the operator.
|
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.