- Gauge<T> - Interface in org.apache.flink.metrics
-
A Gauge is a
Metric that calculates a specific value at a point in time.
- gauge(String, G) - Method in class org.apache.flink.metrics.groups.UnregisteredMetricsGroup
-
- gauge(int, G) - Method in interface org.apache.flink.metrics.MetricGroup
-
Registers a new
Gauge with Flink.
- gauge(String, G) - Method in interface org.apache.flink.metrics.MetricGroup
-
Registers a new
Gauge with Flink.
- gauges - Variable in class org.apache.flink.metrics.reporter.AbstractReporter
-
- getAllVariables() - Method in class org.apache.flink.metrics.groups.UnregisteredMetricsGroup
-
- getAllVariables() - Method in interface org.apache.flink.metrics.MetricGroup
-
Returns a map of all variables and their associated value, for example {"<host>"="host-7", "<tm_id>"="taskmanager-2"}.
- getBoolean(String, boolean) - Method in class org.apache.flink.metrics.MetricConfig
-
Searches for the property with the specified key in this property list.
- getCount() - Method in interface org.apache.flink.metrics.Counter
-
Returns the current count.
- getCount() - Method in interface org.apache.flink.metrics.Histogram
-
Get the count of seen elements.
- getCount() - Method in interface org.apache.flink.metrics.Meter
-
Get number of events marked on the meter.
- getCount() - Method in class org.apache.flink.metrics.MeterView
-
- getCount() - Method in class org.apache.flink.metrics.SimpleCounter
-
Returns the current count.
- getCount() - Method in class org.apache.flink.metrics.ThreadSafeSimpleCounter
-
Returns the current count.
- getDouble(String, double) - Method in class org.apache.flink.metrics.MetricConfig
-
Searches for the property with the specified key in this property list.
- getFloat(String, float) - Method in class org.apache.flink.metrics.MetricConfig
-
Searches for the property with the specified key in this property list.
- getInteger(String, int) - Method in class org.apache.flink.metrics.MetricConfig
-
Searches for the property with the specified key in this property list.
- getIOMetricGroup() - Method in interface org.apache.flink.metrics.groups.OperatorMetricGroup
-
- getLogicalScope(CharacterFilter) - Method in interface org.apache.flink.metrics.LogicalScopeProvider
-
Returns the logical scope for the metric group, for example "taskmanager.job.task",
with the given filter being applied to all scope components.
- getLogicalScope(CharacterFilter, char) - Method in interface org.apache.flink.metrics.LogicalScopeProvider
-
Returns the logical scope for the metric group, for example "taskmanager.job.task",
with the given filter being applied to all scope components and the given delimiter being
used to concatenate scope components.
- getLong(String, long) - Method in class org.apache.flink.metrics.MetricConfig
-
Searches for the property with the specified key in this property list.
- getMax() - Method in class org.apache.flink.metrics.HistogramStatistics
-
Returns the maximum value of the histogram.
- getMean() - Method in class org.apache.flink.metrics.HistogramStatistics
-
Returns the mean of the histogram values.
- getMetricIdentifier(String) - Method in class org.apache.flink.metrics.groups.UnregisteredMetricsGroup
-
- getMetricIdentifier(String, CharacterFilter) - Method in class org.apache.flink.metrics.groups.UnregisteredMetricsGroup
-
- getMetricIdentifier(String) - Method in interface org.apache.flink.metrics.MetricGroup
-
Returns the fully qualified metric name, for example "host-7.taskmanager-2.window_word_count.my-mapper.metricName".
- getMetricIdentifier(String, CharacterFilter) - Method in interface org.apache.flink.metrics.MetricGroup
-
Returns the fully qualified metric name, for example "host-7.taskmanager-2.window_word_count.my-mapper.metricName".
- getMetricType() - Method in interface org.apache.flink.metrics.Counter
-
- getMetricType() - Method in interface org.apache.flink.metrics.Gauge
-
- getMetricType() - Method in interface org.apache.flink.metrics.Histogram
-
- getMetricType() - Method in interface org.apache.flink.metrics.Meter
-
- getMetricType() - Method in interface org.apache.flink.metrics.Metric
-
- getMin() - Method in class org.apache.flink.metrics.HistogramStatistics
-
Returns the minimum value of the histogram.
- getNumBytesInCounter() - Method in interface org.apache.flink.metrics.groups.OperatorIOMetricGroup
-
The total number of input bytes since the task started.
- getNumBytesOutCounter() - Method in interface org.apache.flink.metrics.groups.OperatorIOMetricGroup
-
The total number of output bytes since the task started.
- getNumBytesSendCounter() - Method in interface org.apache.flink.metrics.groups.SinkWriterMetricGroup
-
The total number of output send bytes since the task started.
- getNumRecordsInCounter() - Method in interface org.apache.flink.metrics.groups.OperatorIOMetricGroup
-
The total number of input records since the operator started.
- getNumRecordsInErrorsCounter() - Method in interface org.apache.flink.metrics.groups.SourceReaderMetricGroup
-
The total number of record that failed to consume, process, or emit.
- getNumRecordsOutCounter() - Method in interface org.apache.flink.metrics.groups.OperatorIOMetricGroup
-
The total number of output records since the operator started.
- getNumRecordsOutErrorsCounter() - Method in interface org.apache.flink.metrics.groups.SinkWriterMetricGroup
-
The total number of records failed to send.
- getNumRecordsSendCounter() - Method in interface org.apache.flink.metrics.groups.SinkWriterMetricGroup
-
The total number of records have been sent to the downstream system.
- getNumRecordsSendErrorsCounter() - Method in interface org.apache.flink.metrics.groups.SinkWriterMetricGroup
-
The total number of records failed to send.
- getQuantile(double) - Method in class org.apache.flink.metrics.HistogramStatistics
-
Returns the value for the given quantile based on the represented histogram statistics.
- getRate() - Method in interface org.apache.flink.metrics.Meter
-
Returns the current rate of events per second.
- getRate() - Method in class org.apache.flink.metrics.MeterView
-
- getScopeComponents() - Method in class org.apache.flink.metrics.groups.UnregisteredMetricsGroup
-
- getScopeComponents() - Method in interface org.apache.flink.metrics.MetricGroup
-
Gets the scope as an array of the scope components, for example ["host-7",
"taskmanager-2", "window_word_count", "my-mapper"].
- getStatistics() - Method in interface org.apache.flink.metrics.Histogram
-
Create statistics for the currently recorded elements.
- getStdDev() - Method in class org.apache.flink.metrics.HistogramStatistics
-
Returns the standard deviation of the distribution reflected by the histogram statistics.
- getString(String, String) - Method in class org.apache.flink.metrics.MetricConfig
-
- getValue() - Method in interface org.apache.flink.metrics.Gauge
-
Calculates and returns the measured value.
- getValues() - Method in class org.apache.flink.metrics.HistogramStatistics
-
Returns the elements of the statistics' sample.
- getWrappedMetricGroup() - Method in interface org.apache.flink.metrics.LogicalScopeProvider
-
Returns the underlying metric group.