Uses of Class
org.apache.flink.runtime.state.SnapshotExecutionType
-
Packages that use SnapshotExecutionType 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. -
-
Uses of SnapshotExecutionType in org.apache.flink.runtime.state
Methods in org.apache.flink.runtime.state that return SnapshotExecutionType Modifier and Type Method Description SnapshotExecutionTypeSavepointResources. getPreferredSnapshotExecutionType()static SnapshotExecutionTypeSnapshotExecutionType. valueOf(String name)Returns the enum constant of this type with the specified name.static SnapshotExecutionType[]SnapshotExecutionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.flink.runtime.state with parameters of type SnapshotExecutionType Constructor Description SavepointResources(FullSnapshotResources<K> snapshotResources, SnapshotExecutionType preferredSnapshotExecutionType)SnapshotStrategyRunner(String description, SnapshotStrategy<T,SR> snapshotStrategy, org.apache.flink.core.fs.CloseableRegistry cancelStreamRegistry, SnapshotExecutionType executionType) -
Uses of SnapshotExecutionType in org.apache.flink.runtime.state.heap
Constructors in org.apache.flink.runtime.state.heap with parameters of type SnapshotExecutionType Constructor Description HeapKeyedStateBackend(TaskKvStateRegistry kvStateRegistry, org.apache.flink.api.common.typeutils.TypeSerializer<K> keySerializer, ClassLoader userCodeClassLoader, org.apache.flink.api.common.ExecutionConfig executionConfig, TtlTimeProvider ttlTimeProvider, LatencyTrackingStateConfig latencyTrackingStateConfig, org.apache.flink.core.fs.CloseableRegistry cancelStreamRegistry, StreamCompressionDecorator keyGroupCompressionDecorator, Map<String,StateTable<K,?,?>> registeredKVStates, Map<String,HeapPriorityQueueSnapshotRestoreWrapper<?>> registeredPQStates, LocalRecoveryConfig localRecoveryConfig, HeapPriorityQueueSetFactory priorityQueueSetFactory, org.apache.flink.runtime.state.heap.HeapSnapshotStrategy<K> checkpointStrategy, SnapshotExecutionType snapshotExecutionType, org.apache.flink.runtime.state.heap.StateTableFactory<K> stateTableFactory, InternalKeyContext<K> keyContext)
-