Uses of Interface
org.apache.flink.runtime.state.TaskLocalStateStore
-
Packages that use TaskLocalStateStore Package Description org.apache.flink.runtime.state -
-
Uses of TaskLocalStateStore in org.apache.flink.runtime.state
Subinterfaces of TaskLocalStateStore in org.apache.flink.runtime.state Modifier and Type Interface Description interface
OwnedTaskLocalStateStore
This interface represents the administrative interface toTaskLocalStateStore
, that only the owner of the object should see.Classes in org.apache.flink.runtime.state that implement TaskLocalStateStore Modifier and Type Class Description class
ChangelogTaskLocalStateStore
Changelog's implementation of aTaskLocalStateStore
.class
NoOpTaskLocalStateStoreImpl
This class implements aTaskLocalStateStore
with no functionality and is used when local recovery is disabled.class
TaskLocalStateStoreImpl
Main implementation of aTaskLocalStateStore
.Methods in org.apache.flink.runtime.state that return TaskLocalStateStore Modifier and Type Method Description TaskLocalStateStore
TaskExecutorLocalStateStoresManager. 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 TaskLocalStateStore Constructor Description TaskStateManagerImpl(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)
-