| Package | Description |
|---|---|
| org.apache.flink.runtime.state |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OwnedTaskLocalStateStore
This interface represents the administrative interface to
TaskLocalStateStore, that only
the owner of the object should see. |
| Modifier and Type | Class and Description |
|---|---|
class |
NoOpTaskLocalStateStoreImpl
This class implements a
TaskLocalStateStore with no functionality and is used when local
recovery is disabled. |
class |
TaskLocalStateStoreImpl
Main implementation of a
TaskLocalStateStore. |
| Modifier and Type | Method and Description |
|---|---|
TaskLocalStateStore |
TaskExecutorLocalStateStoresManager.localStateStoreForSubtask(org.apache.flink.api.common.JobID jobId,
AllocationID allocationID,
JobVertexID jobVertexID,
int subtaskIndex) |
| Constructor and Description |
|---|
TaskStateManagerImpl(org.apache.flink.api.common.JobID jobId,
ExecutionAttemptID executionAttemptID,
TaskLocalStateStore localStateStore,
StateChangelogStorage<?> stateChangelogStorage,
JobManagerTaskRestore jobManagerTaskRestore,
CheckpointResponder checkpointResponder) |
TaskStateManagerImpl(org.apache.flink.api.common.JobID jobId,
ExecutionAttemptID executionAttemptID,
TaskLocalStateStore localStateStore,
StateChangelogStorage<?> stateChangelogStorage,
JobManagerTaskRestore jobManagerTaskRestore,
CheckpointResponder checkpointResponder,
SequentialChannelStateReaderImpl sequentialChannelStateReader) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.