public interface CheckpointExceptionHandler
Modifier and Type | Method and Description |
---|---|
void |
tryHandleCheckpointException(org.apache.flink.runtime.checkpoint.CheckpointMetaData checkpointMetaData,
Exception exception)
Offers the exception for handling.
|
void tryHandleCheckpointException(org.apache.flink.runtime.checkpoint.CheckpointMetaData checkpointMetaData, Exception exception) throws Exception
checkpointMetaData
- metadata for the checkpoint for which the exception occurred.exception
- the exception to handle.Exception
- rethrows the exception if it cannot be handled.Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.