Class ClusterDatasetCorruptedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.flink.util.FlinkException
org.apache.flink.runtime.JobException
org.apache.flink.runtime.scheduler.ClusterDatasetCorruptedException
- All Implemented Interfaces:
Serializable
Indicates some task fail to consume cluster dataset.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionClusterDatasetCorruptedException(Throwable cause, List<IntermediateDataSetID> corruptedClusterDatasetIds) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ClusterDatasetCorruptedException
public ClusterDatasetCorruptedException(Throwable cause, List<IntermediateDataSetID> corruptedClusterDatasetIds)
-
-
Method Details
-
getCorruptedClusterDatasetIds
-