Uses of Class
org.apache.flink.runtime.state.SavepointResources
-
Packages that use SavepointResources Package Description org.apache.flink.runtime.state org.apache.flink.runtime.state.heap This package contains the classes for key/value state backends that store the state on the JVM heap as objects.org.apache.flink.streaming.api.operators.sorted.state -
-
Uses of SavepointResources in org.apache.flink.runtime.state
Methods in org.apache.flink.runtime.state that return SavepointResources Modifier and Type Method Description SavepointResources<K>
CheckpointableKeyedStateBackend. savepoint()
Returns aSavepointResources
that can be used bySavepointSnapshotStrategy
to write out a savepoint in the common/unified format. -
Uses of SavepointResources in org.apache.flink.runtime.state.heap
Methods in org.apache.flink.runtime.state.heap that return SavepointResources Modifier and Type Method Description SavepointResources<K>
HeapKeyedStateBackend. savepoint()
-
Uses of SavepointResources in org.apache.flink.streaming.api.operators.sorted.state
Methods in org.apache.flink.streaming.api.operators.sorted.state that return SavepointResources Modifier and Type Method Description SavepointResources<K>
BatchExecutionKeyedStateBackend. savepoint()
-