| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.state |
| 限定符和类型 | 方法和说明 |
|---|---|
SharedStateRegistryKey |
IncrementalRemoteKeyedStateHandle.createSharedStateRegistryKeyFromFileName(StateHandleID shId)
Create a unique key to register one of our shared state handles.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.