Uses of Class
org.apache.flink.runtime.state.SharedStateRegistryKey
Packages that use SharedStateRegistryKey
-
Uses of SharedStateRegistryKey in org.apache.flink.runtime.state
Methods in org.apache.flink.runtime.state that return SharedStateRegistryKeyModifier and TypeMethodDescriptionstatic SharedStateRegistryKeySharedStateRegistryKey.forStreamStateHandle(StreamStateHandle handle) Create a unique key based on physical id.Methods in org.apache.flink.runtime.state with parameters of type SharedStateRegistryKeyModifier and TypeMethodDescriptiondefault StreamStateHandleSharedStateRegistry.registerReference(SharedStateRegistryKey registrationKey, StreamStateHandle state, long checkpointID) Shortcut forSharedStateRegistry.registerReference(SharedStateRegistryKey, StreamStateHandle, long, boolean)with preventDiscardingCreatedCheckpoint = false.SharedStateRegistry.registerReference(SharedStateRegistryKey registrationKey, StreamStateHandle state, long checkpointID, boolean preventDiscardingCreatedCheckpoint) Register a reference to the given shared state in the registry.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