| Package | Description |
|---|---|
| org.apache.flink.runtime.jobgraph.tasks |
| Modifier and Type | Method and Description |
|---|---|
boolean |
StatefulTask.triggerCheckpoint(CheckpointMetaData checkpointMetaData,
CheckpointOptions checkpointOptions)
This method is called to trigger a checkpoint, asynchronously by the checkpoint
coordinator.
|
void |
StatefulTask.triggerCheckpointOnBarrier(CheckpointMetaData checkpointMetaData,
CheckpointOptions checkpointOptions,
CheckpointMetrics checkpointMetrics)
This method is called when a checkpoint is triggered as a result of receiving checkpoint
barriers on all input streams.
|
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.