- Gauge<T> - Interface in org.apache.flink.metrics
-
A Gauge is a
Metric that calculates a specific value at a point in time.
- gauge(int, G) - Method in class org.apache.flink.metrics.groups.UnregisteredMetricsGroup
-
- 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.
- 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.
- 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".
- getMin() - Method in class org.apache.flink.metrics.HistogramStatistics
-
Returns the minimum value of the histogram.
- 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.