Uses of Class
org.apache.flink.runtime.state.SharedStateRegistryKey
-
Packages that use SharedStateRegistryKey Package Description org.apache.flink.runtime.state org.apache.flink.runtime.state.filemerging -
-
Uses of SharedStateRegistryKey in org.apache.flink.runtime.state
Methods in org.apache.flink.runtime.state that return SharedStateRegistryKey Modifier and Type Method Description static SharedStateRegistryKey
SharedStateRegistryKey. forStreamStateHandle(StreamStateHandle handle)
Create a unique key based on physical id.Methods in org.apache.flink.runtime.state with parameters of type SharedStateRegistryKey Modifier and Type Method Description default StreamStateHandle
SharedStateRegistry. registerReference(SharedStateRegistryKey registrationKey, StreamStateHandle state, long checkpointID)
Shortcut forSharedStateRegistry.registerReference(SharedStateRegistryKey, StreamStateHandle, long, boolean)
with preventDiscardingCreatedCheckpoint = false.StreamStateHandle
SharedStateRegistry. registerReference(SharedStateRegistryKey registrationKey, StreamStateHandle state, long checkpointID, boolean preventDiscardingCreatedCheckpoint)
Register a reference to the given shared state in the registry.StreamStateHandle
SharedStateRegistryImpl. registerReference(SharedStateRegistryKey registrationKey, StreamStateHandle newHandle, long checkpointID, boolean preventDiscardingCreatedCheckpoint)
-
Uses of SharedStateRegistryKey in org.apache.flink.runtime.state.filemerging
Methods in org.apache.flink.runtime.state.filemerging that return SharedStateRegistryKey Modifier and Type Method Description SharedStateRegistryKey
DirectoryStreamStateHandle. createStateRegistryKey()
-