Uses of Package
org.apache.flink.metrics
-
Classes in org.apache.flink.metrics used by org.apache.flink.events.reporter Class Description Reporter Parent interface to all reporters, defining their common lifecycle. -
Classes in org.apache.flink.metrics used by org.apache.flink.metrics Class Description CharacterFilter Interface for a character filter function.Counter A Counter is aMetricthat measures a count.Gauge A Gauge is aMetricthat calculates a specific value at a point in time.Histogram Histogram interface to be used with Flink's metrics system.HistogramStatistics Histogram statistics represent the current snapshot of elements recorded in the histogram.LogicalScopeProvider Extension for metric groups that support logical scopes.Meter Metric for measuring throughput.Metric Common super interface for all metrics.MetricConfig A properties class with added utility method to extract primitives.MetricGroup A MetricGroup is a named container forMetricsand further metric subgroups.MetricType Enum describing the different metric types.View An interface for metrics which should be updated in regular intervals by a background thread. -
Classes in org.apache.flink.metrics used by org.apache.flink.metrics.groups Class Description CharacterFilter Interface for a character filter function.Counter A Counter is aMetricthat measures a count.Gauge A Gauge is aMetricthat calculates a specific value at a point in time.Histogram Histogram interface to be used with Flink's metrics system.Meter Metric for measuring throughput.MetricGroup A MetricGroup is a named container forMetricsand further metric subgroups. -
Classes in org.apache.flink.metrics used by org.apache.flink.metrics.reporter Class Description CharacterFilter Interface for a character filter function.Counter A Counter is aMetricthat measures a count.Gauge A Gauge is aMetricthat calculates a specific value at a point in time.Histogram Histogram interface to be used with Flink's metrics system.Meter Metric for measuring throughput.Metric Common super interface for all metrics.MetricGroup A MetricGroup is a named container forMetricsand further metric subgroups.Reporter Parent interface to all reporters, defining their common lifecycle. -
Classes in org.apache.flink.metrics used by org.apache.flink.traces.reporter Class Description Reporter Parent interface to all reporters, defining their common lifecycle.