Uses of Class
org.apache.flink.runtime.state.SavepointResources
Packages that use SavepointResources
Package
Description
This package contains the classes for key/value state backends that store the state on the JVM
heap as objects.
-
Uses of SavepointResources in org.apache.flink.runtime.state
Methods in org.apache.flink.runtime.state that return SavepointResourcesModifier and TypeMethodDescriptionCheckpointableKeyedStateBackend.savepoint()Returns aSavepointResourcesthat can be used bySavepointSnapshotStrategyto 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 -
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