Uses of Class
org.apache.flink.runtime.metrics.groups.InternalOperatorMetricGroup
-
Packages that use InternalOperatorMetricGroup Package Description org.apache.flink.runtime.metrics.groups org.apache.flink.runtime.operators.chaining org.apache.flink.streaming.api.operators -
-
Uses of InternalOperatorMetricGroup in org.apache.flink.runtime.metrics.groups
Subclasses of InternalOperatorMetricGroup in org.apache.flink.runtime.metrics.groups Modifier and Type Class Description static classUnregisteredMetricGroups.UnregisteredOperatorMetricGroupA safe drop-in replacement forInternalOperatorMetricGroups.Methods in org.apache.flink.runtime.metrics.groups that return InternalOperatorMetricGroup Modifier and Type Method Description static InternalOperatorMetricGroupUnregisteredMetricGroups. createUnregisteredOperatorMetricGroup()InternalOperatorMetricGroupTaskMetricGroup. getOrAddOperator(String operatorName)InternalOperatorMetricGroupTaskMetricGroup. getOrAddOperator(OperatorID operatorID, String operatorName)InternalOperatorMetricGroupUnregisteredMetricGroups.UnregisteredTaskMetricGroup. getOrAddOperator(OperatorID operatorID, String name)Constructors in org.apache.flink.runtime.metrics.groups with parameters of type InternalOperatorMetricGroup Constructor Description InternalOperatorIOMetricGroup(InternalOperatorMetricGroup parentMetricGroup) -
Uses of InternalOperatorMetricGroup in org.apache.flink.runtime.operators.chaining
Fields in org.apache.flink.runtime.operators.chaining declared as InternalOperatorMetricGroup Modifier and Type Field Description protected InternalOperatorMetricGroupChainedDriver. metrics -
Uses of InternalOperatorMetricGroup in org.apache.flink.streaming.api.operators
Fields in org.apache.flink.streaming.api.operators declared as InternalOperatorMetricGroup Modifier and Type Field Description protected InternalOperatorMetricGroupAbstractStreamOperator. metricsMetric group for the operator.protected InternalOperatorMetricGroupAbstractStreamOperatorV2. metricsMetric group for the operator.
-