Uses of Class
org.apache.flink.runtime.checkpoint.CheckpointException
Packages that use CheckpointException
Package
Description
This package contains the messages that are sent between
JobMaster and TaskExecutor to coordinate the checkpoint snapshots of the
distributed dataflow.-
Uses of CheckpointException in org.apache.flink.runtime.checkpoint
Methods in org.apache.flink.runtime.checkpoint that return CheckpointExceptionMethods in org.apache.flink.runtime.checkpoint with parameters of type CheckpointExceptionModifier and TypeMethodDescriptionvoidCheckpointCoordinator.abortPendingCheckpoints(CheckpointException exception) Aborts all the pending checkpoints due to en exception.voidCheckpointFailureManager.checkFailureCounter(CheckpointException exception, long checkpointId) voidCheckpointFailureManager.handleCheckpointException(PendingCheckpoint pendingCheckpoint, CheckpointProperties checkpointProperties, CheckpointException exception, ExecutionAttemptID executionAttemptID, org.apache.flink.api.common.JobID job, PendingCheckpointStats pendingCheckpointStats, CheckpointStatsTracker statsTracker) Failures on JM: all checkpoints - go against failure counter.Methods in org.apache.flink.runtime.checkpoint that throw CheckpointExceptionModifier and TypeMethodDescriptionbooleanCheckpointCoordinator.receiveAcknowledgeMessage(AcknowledgeCheckpoint message, String taskManagerLocationInfo) Receives an AcknowledgeCheckpoint message and returns whether the message was associated with a pending checkpoint. -
Uses of CheckpointException in org.apache.flink.runtime.execution
Methods in org.apache.flink.runtime.execution with parameters of type CheckpointExceptionModifier and TypeMethodDescriptionvoidEnvironment.declineCheckpoint(long checkpointId, CheckpointException checkpointException) Declines a checkpoint. -
Uses of CheckpointException in org.apache.flink.runtime.io.network.api.writer
Methods in org.apache.flink.runtime.io.network.api.writer with parameters of type CheckpointExceptionModifier and TypeMethodDescriptionvoidRecordWriter.abortCheckpoint(long checkpointId, CheckpointException cause) voidResultPartitionWriter.abortCheckpoint(long checkpointId, CheckpointException cause) Abort the checkpoint. -
Uses of CheckpointException in org.apache.flink.runtime.io.network.partition
Methods in org.apache.flink.runtime.io.network.partition with parameters of type CheckpointExceptionModifier and TypeMethodDescriptionvoidBufferWritingResultPartition.abortCheckpoint(long checkpointId, CheckpointException cause) voidPipelinedSubpartition.abortCheckpoint(long checkpointId, CheckpointException cause) abstract voidResultSubpartition.abortCheckpoint(long checkpointId, CheckpointException cause) voidSortMergeResultPartition.abortCheckpoint(long checkpointId, CheckpointException cause) -
Uses of CheckpointException in org.apache.flink.runtime.io.network.partition.consumer
Methods in org.apache.flink.runtime.io.network.partition.consumer that throw CheckpointExceptionModifier and TypeMethodDescriptionvoidCheckpointableInput.checkpointStarted(CheckpointBarrier barrier) voidIndexedInputGate.checkpointStarted(CheckpointBarrier barrier) voidInputChannel.checkpointStarted(CheckpointBarrier barrier) Called by task thread when checkpointing is started (e.g., any input channel received barrier).voidLocalInputChannel.checkpointStarted(CheckpointBarrier barrier) voidRecoveredInputChannel.checkpointStarted(CheckpointBarrier barrier) voidRemoteInputChannel.checkpointStarted(CheckpointBarrier barrier) Spills all queued buffers on checkpoint start.protected voidChannelStatePersister.startPersisting(long barrierId, List<Buffer> knownBuffers) -
Uses of CheckpointException in org.apache.flink.runtime.io.network.partition.hybrid.tiered.shuffle
Methods in org.apache.flink.runtime.io.network.partition.hybrid.tiered.shuffle with parameters of type CheckpointExceptionModifier and TypeMethodDescriptionvoidTieredResultPartition.abortCheckpoint(long checkpointId, CheckpointException cause) -
Uses of CheckpointException in org.apache.flink.runtime.jobgraph.tasks
Methods in org.apache.flink.runtime.jobgraph.tasks with parameters of type CheckpointExceptionModifier and TypeMethodDescriptionvoidAbstractInvokable.abortCheckpointOnBarrier(long checkpointId, CheckpointException cause) voidCheckpointableTask.abortCheckpointOnBarrier(long checkpointId, CheckpointException cause) Aborts a checkpoint as the result of receiving possibly some checkpoint barriers, but at least oneCancelCheckpointMarker. -
Uses of CheckpointException in org.apache.flink.runtime.messages.checkpoint
Methods in org.apache.flink.runtime.messages.checkpoint that return CheckpointExceptionConstructors in org.apache.flink.runtime.messages.checkpoint with parameters of type CheckpointExceptionModifierConstructorDescriptionDeclineCheckpoint(org.apache.flink.api.common.JobID job, ExecutionAttemptID taskExecutionId, long checkpointId, CheckpointException checkpointException) SerializedCheckpointException(CheckpointException checkpointException) -
Uses of CheckpointException in org.apache.flink.runtime.taskexecutor.rpc
Methods in org.apache.flink.runtime.taskexecutor.rpc with parameters of type CheckpointExceptionModifier and TypeMethodDescriptionvoidRpcCheckpointResponder.declineCheckpoint(org.apache.flink.api.common.JobID jobID, ExecutionAttemptID executionAttemptID, long checkpointId, CheckpointException checkpointException) -
Uses of CheckpointException in org.apache.flink.runtime.taskmanager
Methods in org.apache.flink.runtime.taskmanager with parameters of type CheckpointExceptionModifier and TypeMethodDescriptionvoidCheckpointResponder.declineCheckpoint(org.apache.flink.api.common.JobID jobID, ExecutionAttemptID executionAttemptID, long checkpointId, CheckpointException checkpointException) Declines the given checkpoint.voidRuntimeEnvironment.declineCheckpoint(long checkpointId, CheckpointException checkpointException) -
Uses of CheckpointException in org.apache.flink.streaming.api.operators
Methods in org.apache.flink.streaming.api.operators that throw CheckpointExceptionModifier and TypeMethodDescriptionStreamOperatorStateHandler.snapshotState(StreamOperatorStateHandler.CheckpointedStreamOperator streamOperator, Optional<InternalTimeServiceManager<?>> timeServiceManager, String operatorName, long checkpointId, long timestamp, CheckpointOptions checkpointOptions, CheckpointStreamFactory factory, boolean isUsingCustomRawKeyedState, boolean useAsyncState) -
Uses of CheckpointException in org.apache.flink.streaming.api.operators.sort
Methods in org.apache.flink.streaming.api.operators.sort that throw CheckpointExceptionModifier and TypeMethodDescriptionSortingDataInput.prepareSnapshot(ChannelStateWriter channelStateWriter, long checkpointId) -
Uses of CheckpointException in org.apache.flink.streaming.runtime.io
Methods in org.apache.flink.streaming.runtime.io with parameters of type CheckpointExceptionModifier and TypeMethodDescriptionvoidRecordWriterOutput.abortCheckpoint(long checkpointId, CheckpointException cause) Methods in org.apache.flink.streaming.runtime.io that throw CheckpointExceptionModifier and TypeMethodDescriptionStreamInputProcessor.prepareSnapshot(ChannelStateWriter channelStateWriter, long checkpointId) StreamMultipleInputProcessor.prepareSnapshot(ChannelStateWriter channelStateWriter, long checkpointId) StreamOneInputProcessor.prepareSnapshot(ChannelStateWriter channelStateWriter, long checkpointId) StreamTaskInput.prepareSnapshot(ChannelStateWriter channelStateWriter, long checkpointId) Prepares to spill the in-flight input buffers as checkpoint snapshot.StreamTaskNetworkInput.prepareSnapshot(ChannelStateWriter channelStateWriter, long checkpointId) StreamTaskSourceInput.prepareSnapshot(ChannelStateWriter channelStateWriter, long checkpointId) -
Uses of CheckpointException in org.apache.flink.streaming.runtime.io.checkpointing
Methods in org.apache.flink.streaming.runtime.io.checkpointing with parameters of type CheckpointExceptionModifier and TypeMethodDescriptionprotected voidCheckpointBarrierHandler.notifyAbort(long checkpointId, CheckpointException cause) -
Uses of CheckpointException in org.apache.flink.streaming.runtime.io.recovery
Methods in org.apache.flink.streaming.runtime.io.recovery that throw CheckpointExceptionModifier and TypeMethodDescriptionRescalingStreamTaskNetworkInput.prepareSnapshot(ChannelStateWriter channelStateWriter, long checkpointId) -
Uses of CheckpointException in org.apache.flink.streaming.runtime.tasks
Methods in org.apache.flink.streaming.runtime.tasks with parameters of type CheckpointExceptionModifier and TypeMethodDescriptionvoidOperatorChain.abortCheckpoint(long checkpointId, CheckpointException cause) voidMultipleInputStreamTask.abortCheckpointOnBarrier(long checkpointId, CheckpointException cause) voidStreamTask.abortCheckpointOnBarrier(long checkpointId, CheckpointException cause) voidSubtaskCheckpointCoordinator.abortCheckpointOnBarrier(long checkpointId, CheckpointException cause, OperatorChain<?, ?> operatorChain) Methods in org.apache.flink.streaming.runtime.tasks that throw CheckpointExceptionModifier and TypeMethodDescriptionvoidSubtaskCheckpointCoordinator.initInputsCheckpoint(long id, CheckpointOptions checkpointOptions) Initialize new checkpoint.