Class KvStateID

java.lang.Object
org.apache.flink.util.AbstractID
org.apache.flink.queryablestate.KvStateID
All Implemented Interfaces:
Serializable, Comparable<org.apache.flink.util.AbstractID>

public class KvStateID extends org.apache.flink.util.AbstractID
Identifier for state instances.

Assigned when registering the state at the state registry.

See Also:
  • Field Summary

    Fields inherited from class org.apache.flink.util.AbstractID

    lowerPart, SIZE, upperPart
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    KvStateID(long lowerPart, long upperPart)
     
  • Method Summary

    Methods inherited from class org.apache.flink.util.AbstractID

    compareTo, equals, getBytes, getLowerPart, getUpperPart, hashCode, toHexString, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • KvStateID

      public KvStateID()
    • KvStateID

      public KvStateID(long lowerPart, long upperPart)