| Package | Description |
|---|---|
| org.apache.flink.runtime.state | |
| org.apache.flink.runtime.state.changelog |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IncrementalKeyedStateHandle
Common interface to all incremental
KeyedStateHandle. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractIncrementalStateHandle
Abstract superclass for all
IncrementalKeyedStateHandle. |
class |
IncrementalLocalKeyedStateHandle
State handle for local copies of
IncrementalRemoteKeyedStateHandle. |
class |
IncrementalRemoteKeyedStateHandle
The handle to states of an incremental snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
CheckpointBoundKeyedStateHandle |
IncrementalRemoteKeyedStateHandle.rebound(long checkpointId) |
CheckpointBoundKeyedStateHandle |
IncrementalLocalKeyedStateHandle.rebound(long checkpointId) |
CheckpointBoundKeyedStateHandle |
CheckpointBoundKeyedStateHandle.rebound(long checkpointId)
Returns a new
CheckpointBoundKeyedStateHandle Rebounding checkpoint id to a specific
checkpoint id. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ChangelogStateBackendHandle
A handle to ChangelogStateBackend state.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ChangelogStateBackendHandle.ChangelogStateBackendHandleImpl |
class |
ChangelogStateBackendLocalHandle
State handle for local copies of
ChangelogStateHandleStreamImpl. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.