public class PendingCheckpoint
extends java.lang.Object
Constructor and Description |
---|
PendingCheckpoint(java.lang.String taskGraphName,
CheckpointableTask checkpointableTask,
int globalTaskId,
IParallelOperation[] streamingInParOps,
int noOfedges,
CheckpointingClient checkpointingClient,
StateStore stateStore,
SnapshotImpl snapshot) |
Modifier and Type | Method and Description |
---|---|
long |
execute() |
boolean |
isPending() |
void |
schedule(java.lang.String edge,
long barrierId) |
public PendingCheckpoint(java.lang.String taskGraphName, CheckpointableTask checkpointableTask, int globalTaskId, IParallelOperation[] streamingInParOps, int noOfedges, CheckpointingClient checkpointingClient, StateStore stateStore, SnapshotImpl snapshot)