| Package | Description |
|---|---|
| org.apache.flink.state.api | |
| org.apache.flink.state.api.runtime | |
| org.apache.flink.state.api.runtime.metadata |
| Class and Description |
|---|
| BootstrapTransformation
Deprecated.
Use
StateBootstrapTransformation instead. |
| EvictingWindowReader
Deprecated.
|
| EvictingWindowSavepointReader
This class provides entry points for reading keyed state written out using the
WindowOperator. |
| ExistingSavepoint
Deprecated.
For creating a new savepoint, use
SavepointWriter and the data stream api
under batch execution. For reading a savepoint, use SavepointReader and the data
stream api under batch execution. |
| KeyedOperatorTransformation
Deprecated.
|
| KeyedStateTransformation
A
KeyedStateTransformation represents a OneInputStateTransformation on which
operator state is partitioned by key using a provided KeySelector. |
| NewSavepoint
Deprecated.
For creating a new savepoint, use
SavepointWriter and the data stream api
under batch execution. |
| OneInputOperatorTransformation
Deprecated.
Use
OneInputStateTransformation instead. |
OneInputStateTransformation
OneInputStateTransformation represents a user defined transformation applied on an OperatorTransformation with one input. |
| OperatorIdentifier
Identifies an operator, either based on a
uid or uidHash. |
| SavepointReader
The entry point for reading state from a Flink savepoint.
|
| SavepointWriter
A
SavepointWriter can create new savepoints from bounded data streams. |
| SavepointWriterOperatorFactory
Creates a savepoint writing operator from a savepoint path.
|
| StateBootstrapTransformation
A
StateBootstrapTransformation represents a procedure of writing new operator state into
a Savepoint. |
| WindowedOperatorTransformation
A
WindowedOperatorTransformation represents a OneInputOperatorTransformation for
bootstrapping window state. |
| WindowedStateTransformation
A
WindowedStateTransformation represents a OneInputStateTransformation for
bootstrapping window state. |
| WindowReader
Deprecated.
|
| WindowSavepointReader
This class provides entry points for reading keyed state written out using the
WindowOperator. |
| WritableSavepoint
Deprecated.
|
| Class and Description |
|---|
| BootstrapTransformation
Deprecated.
Use
StateBootstrapTransformation instead. |
| StateBootstrapTransformation
A
StateBootstrapTransformation represents a procedure of writing new operator state into
a Savepoint. |
| Class and Description |
|---|
| BootstrapTransformation
Deprecated.
Use
StateBootstrapTransformation instead. |
| OperatorIdentifier
Identifies an operator, either based on a
uid or uidHash. |
| StateBootstrapTransformation
A
StateBootstrapTransformation represents a procedure of writing new operator state into
a Savepoint. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.