@Internal public class InternalSinkCommitterMetricGroup extends ProxyMetricGroup<MetricGroup> implements SinkCommitterMetricGroup
MetricGroup
representing an Operator.parentMetricGroup
Modifier and Type | Method and Description |
---|---|
OperatorIOMetricGroup |
getIOMetricGroup() |
Counter |
getNumCommittablesAlreadyCommittedCounter()
The total number of already committed committables.
|
Counter |
getNumCommittablesFailureCounter()
The total number of committable failures.
|
Counter |
getNumCommittablesRetryCounter()
The total number of committable retry.
|
Counter |
getNumCommittablesSuccessCounter()
The total number of successful committables.
|
Counter |
getNumCommittablesTotalCounter()
The total number of committables arrived.
|
void |
setCurrentPendingCommittablesGauge(Gauge<Integer> currentPendingCommittablesGauge)
The pending committables.
|
static InternalSinkCommitterMetricGroup |
wrap(OperatorMetricGroup operatorMetricGroup) |
addGroup, addGroup, addSpan, counter, counter, gauge, getAllVariables, getMetricIdentifier, getMetricIdentifier, getScopeComponents, histogram, meter
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addGroup, addGroup, addGroup, addSpan, counter, counter, counter, counter, gauge, gauge, getAllVariables, getMetricIdentifier, getMetricIdentifier, getScopeComponents, histogram, histogram, meter, meter
public static InternalSinkCommitterMetricGroup wrap(OperatorMetricGroup operatorMetricGroup)
public OperatorIOMetricGroup getIOMetricGroup()
getIOMetricGroup
in interface OperatorMetricGroup
public Counter getNumCommittablesTotalCounter()
SinkCommitterMetricGroup
getNumCommittablesTotalCounter
in interface SinkCommitterMetricGroup
public Counter getNumCommittablesFailureCounter()
SinkCommitterMetricGroup
getNumCommittablesFailureCounter
in interface SinkCommitterMetricGroup
public Counter getNumCommittablesRetryCounter()
SinkCommitterMetricGroup
getNumCommittablesRetryCounter
in interface SinkCommitterMetricGroup
public Counter getNumCommittablesSuccessCounter()
SinkCommitterMetricGroup
getNumCommittablesSuccessCounter
in interface SinkCommitterMetricGroup
public Counter getNumCommittablesAlreadyCommittedCounter()
SinkCommitterMetricGroup
getNumCommittablesAlreadyCommittedCounter
in interface SinkCommitterMetricGroup
public void setCurrentPendingCommittablesGauge(Gauge<Integer> currentPendingCommittablesGauge)
SinkCommitterMetricGroup
setCurrentPendingCommittablesGauge
in interface SinkCommitterMetricGroup
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.