Uses of Interface
org.apache.flink.runtime.state.TaskLocalStateStore
Packages that use TaskLocalStateStore
-
Uses of TaskLocalStateStore in org.apache.flink.runtime.state
Subinterfaces of TaskLocalStateStore in org.apache.flink.runtime.stateModifier and TypeInterfaceDescriptioninterfaceThis interface represents the administrative interface toTaskLocalStateStore, that only the owner of the object should see.Classes in org.apache.flink.runtime.state that implement TaskLocalStateStoreModifier and TypeClassDescriptionclassChangelog's implementation of aTaskLocalStateStore.final classThis class implements aTaskLocalStateStorewith no functionality and is used when local recovery is disabled.classMain implementation of aTaskLocalStateStore.Methods in org.apache.flink.runtime.state that return TaskLocalStateStoreModifier and TypeMethodDescriptionTaskExecutorLocalStateStoresManager.localStateStoreForSubtask(org.apache.flink.api.common.JobID jobId, AllocationID allocationID, JobVertexID jobVertexID, int subtaskIndex, org.apache.flink.configuration.Configuration clusterConfiguration, org.apache.flink.configuration.Configuration jobConfiguration) Constructors in org.apache.flink.runtime.state with parameters of type TaskLocalStateStoreModifierConstructorDescriptionTaskStateManagerImpl(org.apache.flink.api.common.JobID jobId, ExecutionAttemptID executionAttemptID, TaskLocalStateStore localStateStore, FileMergingSnapshotManagerClosableWrapper fileMergingSnapshotManager, StateChangelogStorage<?> stateChangelogStorage, TaskExecutorStateChangelogStoragesManager changelogStoragesManager, JobManagerTaskRestore jobManagerTaskRestore, CheckpointResponder checkpointResponder) TaskStateManagerImpl(org.apache.flink.api.common.JobID jobId, ExecutionAttemptID executionAttemptID, TaskLocalStateStore localStateStore, FileMergingSnapshotManagerClosableWrapper fileMergingSnapshotManager, StateChangelogStorage<?> stateChangelogStorage, TaskExecutorStateChangelogStoragesManager changelogStoragesManager, JobManagerTaskRestore jobManagerTaskRestore, CheckpointResponder checkpointResponder, SequentialChannelStateReaderImpl sequentialChannelStateReader)