Package org.apache.flink.runtime.state
Class SharedStateRegistryKey
java.lang.Object
org.apache.flink.util.StringBasedID
org.apache.flink.runtime.state.SharedStateRegistryKey
- All Implemented Interfaces:
Serializable
public class SharedStateRegistryKey
extends org.apache.flink.util.StringBasedID
This class represents a key that uniquely identifies (on a logical level) state handles for
registration in the
SharedStateRegistry. Two files which should logically be the same
should have the same SharedStateRegistryKey. The meaning of logical equivalence is up to
the application.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSharedStateRegistryKey(String keyString) SharedStateRegistryKey(String prefix, StateHandleID stateHandleID) -
Method Summary
Modifier and TypeMethodDescriptionstatic SharedStateRegistryKeyCreate a unique key based on physical id.Methods inherited from class org.apache.flink.util.StringBasedID
equals, getKeyString, hashCode, toString
-
Constructor Details
-
SharedStateRegistryKey
-
SharedStateRegistryKey
-
-
Method Details
-
forStreamStateHandle
Create a unique key based on physical id.
-