| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.state |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
OwnedTaskLocalStateStore
This interface represents the administrative interface to
TaskLocalStateStore, that only
the owner of the object should see. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ChangelogTaskLocalStateStore
Changelog's implementation of a
TaskLocalStateStore. |
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. |
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
| 构造器和说明 |
|---|
TaskStateManagerImpl(org.apache.flink.api.common.JobID jobId,
ExecutionAttemptID executionAttemptID,
TaskLocalStateStore localStateStore,
StateChangelogStorage<?> stateChangelogStorage,
TaskExecutorStateChangelogStoragesManager changelogStoragesManager,
JobManagerTaskRestore jobManagerTaskRestore,
CheckpointResponder checkpointResponder) |
TaskStateManagerImpl(org.apache.flink.api.common.JobID jobId,
ExecutionAttemptID executionAttemptID,
TaskLocalStateStore localStateStore,
StateChangelogStorage<?> stateChangelogStorage,
TaskExecutorStateChangelogStoragesManager changelogStoragesManager,
JobManagerTaskRestore jobManagerTaskRestore,
CheckpointResponder checkpointResponder,
SequentialChannelStateReaderImpl sequentialChannelStateReader) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.