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 Details

    • SharedStateRegistryKey

      public SharedStateRegistryKey(String prefix, StateHandleID stateHandleID)
    • SharedStateRegistryKey

      @VisibleForTesting public SharedStateRegistryKey(String keyString)
  • Method Details