Exception | Description |
---|---|
AlignmentLimitExceededException |
Exception indicating that a checkpoint was declined because too many bytes were
buffered in the alignment phase.
|
CheckpointDeclineException |
Base class of all exceptions that indicate a declined checkpoint.
|
CheckpointDeclineOnCancellationBarrierException |
Exception indicating that a checkpoint was declined because a cancellation
barrier was received.
|
CheckpointDeclineSubsumedException |
Exception indicating that a checkpoint was declined because a newer checkpoint
barrier was received on an input before the pending checkpoint's barrier.
|
CheckpointDeclineTaskNotCheckpointingException |
Exception indicating that a checkpoint was declined because a task does not support
checkpointing.
|
CheckpointDeclineTaskNotReadyException |
Exception indicating that a checkpoint was declined because a task was not
ready to perform a checkpoint.
|
InputEndOfStreamException |
Exception indicating that a checkpoint was declined because one of the input
stream reached its end before the alignment was complete.
|
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.