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
public class ClusterDatasetCorruptedException extends JobException
Indicates some task fail to consume cluster dataset.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClusterDatasetCorruptedException(Throwable cause, List<IntermediateDataSetID> corruptedClusterDatasetIds)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<IntermediateDataSetID>getCorruptedClusterDatasetIds()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ClusterDatasetCorruptedException
public ClusterDatasetCorruptedException(Throwable cause, List<IntermediateDataSetID> corruptedClusterDatasetIds)
-
-
Method Detail
-
getCorruptedClusterDatasetIds
public List<IntermediateDataSetID> getCorruptedClusterDatasetIds()
-
-