| Package | Description |
|---|---|
| org.apache.flink.runtime.checkpoint |
| Modifier and Type | Method and Description |
|---|---|
CheckpointFailureReason |
CheckpointException.getCheckpointFailureReason() |
static CheckpointFailureReason |
CheckpointFailureReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CheckpointFailureReason[] |
CheckpointFailureReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PendingCheckpoint.abort(CheckpointFailureReason reason)
Aborts a checkpoint with reason and cause.
|
void |
PendingCheckpoint.abort(CheckpointFailureReason reason,
Throwable cause)
Aborts a checkpoint with reason and cause.
|
| Constructor and Description |
|---|
CheckpointException(CheckpointFailureReason failureReason) |
CheckpointException(CheckpointFailureReason failureReason,
Throwable cause) |
CheckpointException(String message,
CheckpointFailureReason failureReason) |
CheckpointException(String message,
CheckpointFailureReason failureReason,
Throwable cause) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.