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 interfaceOwnedTaskLocalStateStoreThis 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 classChangelogTaskLocalStateStoreChangelog's implementation of aTaskLocalStateStore.classNoOpTaskLocalStateStoreImplThis class implements aTaskLocalStateStorewith no functionality and is used when local recovery is disabled.classTaskLocalStateStoreImplMain implementation of aTaskLocalStateStore.Methods in org.apache.flink.runtime.state that return TaskLocalStateStore Modifier and Type Method Description TaskLocalStateStoreTaskExecutorLocalStateStoresManager. 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)
-