| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.state | |
| org.apache.flink.runtime.state.changelog |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
IncrementalKeyedStateHandle
Common interface to all incremental
KeyedStateHandle. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
IncrementalLocalKeyedStateHandle
State handle for local copies of
IncrementalRemoteKeyedStateHandle. |
class |
IncrementalRemoteKeyedStateHandle
The handle to states of an incremental snapshot.
|
| 限定符和类型 | 方法和说明 |
|---|---|
CheckpointBoundKeyedStateHandle |
CheckpointBoundKeyedStateHandle.rebound(long checkpointId)
Returns a new
CheckpointBoundKeyedStateHandle Rebounding checkpoint id to a specific
checkpoint id. |
CheckpointBoundKeyedStateHandle |
IncrementalRemoteKeyedStateHandle.rebound(long checkpointId) |
CheckpointBoundKeyedStateHandle |
IncrementalLocalKeyedStateHandle.rebound(long checkpointId) |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
ChangelogStateBackendHandle
A handle to ChangelogStateBackend state.
|
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ChangelogStateBackendHandle.ChangelogStateBackendHandleImpl |
class |
ChangelogStateBackendLocalHandle
State handle for local copies of
ChangelogStateHandleStreamImpl. |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.