Package org.apache.flink.api.common.io
Interface CleanupWhenUnsuccessful
-
- All Known Implementing Classes:
BinaryOutputFormat,FileOutputFormat,SerializedOutputFormat
@Public public interface CleanupWhenUnsuccessfulOutputFormats may implement this interface to run a cleanup hook when the execution is not successful.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidtryCleanupOnError()Hook that is called upon an unsuccessful execution.
-