Uses of Interface
org.apache.flink.metrics.Gauge
-
Packages that use Gauge Package Description org.apache.flink.metrics org.apache.flink.metrics.groups org.apache.flink.metrics.reporter -
-
Uses of Gauge in org.apache.flink.metrics
Methods in org.apache.flink.metrics with type parameters of type Gauge Modifier and Type Method Description default <T,G extends Gauge<T>>
GMetricGroup. gauge(int name, G gauge)Registers a newGaugewith Flink.<T,G extends Gauge<T>>
GMetricGroup. gauge(String name, G gauge)Registers a newGaugewith Flink.Constructors in org.apache.flink.metrics with parameters of type Gauge Constructor Description MeterView(Gauge<? extends Number> numberGauge) -
Uses of Gauge in org.apache.flink.metrics.groups
Methods in org.apache.flink.metrics.groups with type parameters of type Gauge Modifier and Type Method Description <T,G extends Gauge<T>>
GUnregisteredMetricsGroup. gauge(String name, G gauge)<G extends Gauge<Long>>
GSplitEnumeratorMetricGroup. setUnassignedSplitsGauge(G unassignedSplitsGauge)Sets an optional gauge for the number of splits that have been enumerated but not yet assigned.Methods in org.apache.flink.metrics.groups with parameters of type Gauge Modifier and Type Method Description voidCacheMetricGroup. latestLoadTimeGauge(Gauge<Long> latestLoadTimeGauge)The time spent for the latest load operation.voidCacheMetricGroup. numCachedBytesGauge(Gauge<Long> numCachedBytesGauge)The number of bytes used by cache.voidCacheMetricGroup. numCachedRecordsGauge(Gauge<Long> numCachedRecordsGauge)The number of records in cache.voidSinkCommitterMetricGroup. setCurrentPendingCommittablesGauge(Gauge<Integer> currentPendingCommittablesGauge)The pending committables.voidSinkWriterMetricGroup. setCurrentSendTimeGauge(Gauge<Long> currentSendTimeGauge)Sets an optional gauge for the time it takes to send the last record.voidSourceReaderMetricGroup. setPendingBytesGauge(Gauge<Long> pendingBytesGauge)Sets an optional gauge for the number of bytes that have not been fetched by the source. e.g.voidSourceReaderMetricGroup. setPendingRecordsGauge(Gauge<Long> pendingRecordsGauge)Sets an optional gauge for the number of records that have not been fetched by the source. -
Uses of Gauge in org.apache.flink.metrics.reporter
Fields in org.apache.flink.metrics.reporter with type parameters of type Gauge Modifier and Type Field Description protected Map<Gauge<?>,String>AbstractReporter. gauges
-