| Package | Description |
|---|---|
| org.apache.flink.streaming.api.operators |
| Modifier and Type | Method and Description |
|---|---|
OperatorSnapshotFutures |
AbstractStreamOperator.snapshotState(long checkpointId,
long timestamp,
org.apache.flink.runtime.checkpoint.CheckpointOptions checkpointOptions,
org.apache.flink.runtime.state.CheckpointStreamFactory factory) |
OperatorSnapshotFutures |
StreamOperator.snapshotState(long checkpointId,
long timestamp,
org.apache.flink.runtime.checkpoint.CheckpointOptions checkpointOptions,
org.apache.flink.runtime.state.CheckpointStreamFactory storageLocation)
Called to draw a state snapshot from the operator.
|
| Constructor and Description |
|---|
OperatorSnapshotFinalizer(OperatorSnapshotFutures snapshotFutures) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.