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 SharedStateRegistryKeySharedStateRegistryKey. 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 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) -
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 SharedStateRegistryKeyDirectoryStreamStateHandle. createStateRegistryKey()
-