Uses of Class
org.apache.flink.runtime.state.SharedStateRegistryKey
-
Packages that use SharedStateRegistryKey Package Description org.apache.flink.runtime.state -
-
Uses of SharedStateRegistryKey in org.apache.flink.runtime.state
Methods in org.apache.flink.runtime.state that return SharedStateRegistryKey Modifier and Type Method Description SharedStateRegistryKeyIncrementalRemoteKeyedStateHandle. createSharedStateRegistryKey(StreamStateHandle handle)Create a unique key based on physical id to register one of our shared state handles.Methods in org.apache.flink.runtime.state with parameters of type SharedStateRegistryKey Modifier and Type Method Description default StreamStateHandleSharedStateRegistry. registerReference(SharedStateRegistryKey registrationKey, StreamStateHandle state, long checkpointID)Shortcut forSharedStateRegistry.registerReference(SharedStateRegistryKey, StreamStateHandle, long, boolean)with preventDiscardingCreatedCheckpoint = false.StreamStateHandleSharedStateRegistry. registerReference(SharedStateRegistryKey registrationKey, StreamStateHandle state, long checkpointID, boolean preventDiscardingCreatedCheckpoint)Register a reference to the given shared state in the registry.StreamStateHandleSharedStateRegistryImpl. registerReference(SharedStateRegistryKey registrationKey, StreamStateHandle newHandle, long checkpointID, boolean preventDiscardingCreatedCheckpoint)
-