Uses of Class
org.apache.flink.runtime.checkpoint.CheckpointType
-
Packages that use CheckpointType Package Description org.apache.flink.runtime.checkpoint org.apache.flink.runtime.state -
-
Uses of CheckpointType in org.apache.flink.runtime.checkpoint
Fields in org.apache.flink.runtime.checkpoint declared as CheckpointType Modifier and Type Field Description static CheckpointTypeCheckpointType. CHECKPOINTA checkpoint, full or incremental.static CheckpointTypeCheckpointType. FULL_CHECKPOINT -
Uses of CheckpointType in org.apache.flink.runtime.state
Methods in org.apache.flink.runtime.state with parameters of type CheckpointType Modifier and Type Method Description default booleanKeyedStateBackend. isStateImmutableInStateBackend(CheckpointType checkpointOptions)Deprecated.
-