Class MetricNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.flink.autoscaler.metrics.MetricNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class MetricNotFoundException extends java.lang.RuntimeException
Exception for when an expected metric was not found.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MetricNotFoundException(FlinkMetric flinkMetric, org.apache.flink.runtime.jobgraph.JobVertexID jobVertexID)
-
-
-
Constructor Detail
-
MetricNotFoundException
public MetricNotFoundException(FlinkMetric flinkMetric, org.apache.flink.runtime.jobgraph.JobVertexID jobVertexID)
-
-