Class 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:
    Serialized Form
    • Constructor Detail

      • SharedStateRegistryKey

        public SharedStateRegistryKey​(String prefix,
                                      StateHandleID stateHandleID)
      • SharedStateRegistryKey

        @VisibleForTesting
        public SharedStateRegistryKey​(String keyString)