| Package | Description |
|---|---|
| org.apache.flink.runtime.metrics.groups | |
| org.apache.flink.runtime.operators | |
| org.apache.flink.runtime.operators.chaining |
| Modifier and Type | Class and Description |
|---|---|
static class |
UnregisteredMetricGroups.UnregisteredOperatorMetricGroup
A safe drop-in replacement for
OperatorMetricGroups. |
| Modifier and Type | Method and Description |
|---|---|
static OperatorMetricGroup |
UnregisteredMetricGroups.createUnregisteredOperatorMetricGroup() |
OperatorMetricGroup |
UnregisteredMetricGroups.UnregisteredTaskMetricGroup.getOrAddOperator(OperatorID operatorID,
String name) |
OperatorMetricGroup |
TaskMetricGroup.getOrAddOperator(OperatorID operatorID,
String name) |
OperatorMetricGroup |
TaskMetricGroup.getOrAddOperator(String name) |
| Constructor and Description |
|---|
OperatorIOMetricGroup(OperatorMetricGroup parentMetricGroup) |
| Modifier and Type | Method and Description |
|---|---|
OperatorMetricGroup |
TaskContext.getMetricGroup() |
OperatorMetricGroup |
BatchTask.getMetricGroup() |
| Modifier and Type | Field and Description |
|---|---|
protected OperatorMetricGroup |
ChainedDriver.metrics |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.