| Package | Description |
|---|---|
| org.apache.flink.state.api | |
| org.apache.flink.state.api.output | |
| org.apache.flink.state.api.output.operators |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.streaming.api.operators.StreamOperator<TaggedOperatorSubtaskState> |
SavepointWriterOperatorFactory.createOperator(long savepointTimestamp,
org.apache.flink.core.fs.Path savepointPath)
Creates a
StreamOperator to be used for generating and snapshotting state. |
| Modifier and Type | Method and Description |
|---|---|
static <OUT,OP extends org.apache.flink.streaming.api.operators.StreamOperator<OUT>> |
SnapshotUtils.snapshot(OP operator,
int index,
long timestamp,
boolean isExactlyOnceMode,
boolean isUnalignedCheckpoint,
org.apache.flink.runtime.state.CheckpointStorageWorkerView checkpointStorage,
org.apache.flink.core.fs.Path savepointPath) |
| Modifier and Type | Method and Description |
|---|---|
void |
BoundedOneInputStreamTaskRunner.mapPartition(Iterable<IN> values,
org.apache.flink.util.Collector<TaggedOperatorSubtaskState> out) |
void |
OperatorSubtaskStateReducer.reduce(Iterable<TaggedOperatorSubtaskState> values,
org.apache.flink.util.Collector<org.apache.flink.runtime.checkpoint.OperatorState> out) |
| Modifier and Type | Method and Description |
|---|---|
void |
StateBootstrapWrapperOperator.setup(org.apache.flink.streaming.runtime.tasks.StreamTask<?,?> containingTask,
org.apache.flink.streaming.api.graph.StreamConfig config,
org.apache.flink.streaming.api.operators.Output<org.apache.flink.streaming.runtime.streamrecord.StreamRecord<TaggedOperatorSubtaskState>> output) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.