| Package | Description |
|---|---|
| org.apache.flink.runtime.state | |
| org.apache.flink.runtime.state.filemerging |
| Modifier and Type | Method and Description |
|---|---|
static SharedStateRegistryKey |
SharedStateRegistryKey.forStreamStateHandle(StreamStateHandle handle)
Create a unique key based on physical id.
|
| Modifier and Type | Method and Description |
|---|---|
default StreamStateHandle |
SharedStateRegistry.registerReference(SharedStateRegistryKey registrationKey,
StreamStateHandle state,
long checkpointID)
Shortcut for
SharedStateRegistry.registerReference(SharedStateRegistryKey, StreamStateHandle, long,
boolean) with preventDiscardingCreatedCheckpoint = false. |
StreamStateHandle |
SharedStateRegistryImpl.registerReference(SharedStateRegistryKey registrationKey,
StreamStateHandle newHandle,
long checkpointID,
boolean preventDiscardingCreatedCheckpoint) |
StreamStateHandle |
SharedStateRegistry.registerReference(SharedStateRegistryKey registrationKey,
StreamStateHandle state,
long checkpointID,
boolean preventDiscardingCreatedCheckpoint)
Register a reference to the given shared state in the registry.
|
| Modifier and Type | Method and Description |
|---|---|
SharedStateRegistryKey |
DirectoryStreamStateHandle.createStateRegistryKey() |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.