Uses of Package
org.apache.flink.runtime.metrics
-
Classes in org.apache.flink.runtime.metrics used by org.apache.flink.runtime.entrypoint Class Description MetricRegistryImpl A MetricRegistry keeps track of all registeredMetrics
. -
Classes in org.apache.flink.runtime.metrics used by org.apache.flink.runtime.entrypoint.component Class Description MetricRegistry Interface for a metric registry. -
Classes in org.apache.flink.runtime.metrics used by org.apache.flink.runtime.io.network.partition Class Description TimerGauge TimerGauge
measures how much time is spent in a given state, with entry into that state being signaled byTimerGauge.markStart()
. -
Classes in org.apache.flink.runtime.metrics used by org.apache.flink.runtime.metrics Class Description MetricRegistry Interface for a metric registry.MetricRegistryConfiguration Configuration object forMetricRegistryImpl
.ReporterSetup Encapsulates everything needed for the instantiation and configuration of aMetricReporter
.ThresholdMeter.ThresholdExceedException Exception thrown when a threshold exceeds.TimerGauge.StartStopListener Listens forTimerGauge.markStart()
andTimerGauge.markEnd()
events.TraceReporterSetup Encapsulates everything needed for the instantiation and configuration of aTraceReporter
. -
Classes in org.apache.flink.runtime.metrics used by org.apache.flink.runtime.metrics.groups Class Description MetricRegistry Interface for a metric registry.TimerGauge TimerGauge
measures how much time is spent in a given state, with entry into that state being signaled byTimerGauge.markStart()
.TimerGauge.StartStopListener Listens forTimerGauge.markStart()
andTimerGauge.markEnd()
events. -
Classes in org.apache.flink.runtime.metrics used by org.apache.flink.runtime.metrics.util Class Description MetricRegistry Interface for a metric registry. -
Classes in org.apache.flink.runtime.metrics used by org.apache.flink.runtime.minicluster Class Description MetricRegistry Interface for a metric registry.MetricRegistryImpl A MetricRegistry keeps track of all registeredMetrics
. -
Classes in org.apache.flink.runtime.metrics used by org.apache.flink.runtime.resourcemanager Class Description MetricRegistry Interface for a metric registry. -
Classes in org.apache.flink.runtime.metrics used by org.apache.flink.runtime.resourcemanager.active Class Description ThresholdMeter A timestamp queue based threshold meter. -
Classes in org.apache.flink.runtime.metrics used by org.apache.flink.runtime.taskexecutor Class Description MetricRegistry Interface for a metric registry. -
Classes in org.apache.flink.runtime.metrics used by org.apache.flink.streaming.api.operators.util Class Description TimerGauge.StartStopListener Listens forTimerGauge.markStart()
andTimerGauge.markEnd()
events. -
Classes in org.apache.flink.runtime.metrics used by org.apache.flink.streaming.runtime.tasks.mailbox Class Description TimerGauge TimerGauge
measures how much time is spent in a given state, with entry into that state being signaled byTimerGauge.markStart()
.