Package org.apache.flink.queryablestate
Class KvStateID
- java.lang.Object
-
- org.apache.flink.util.AbstractID
-
- org.apache.flink.queryablestate.KvStateID
-
- All Implemented Interfaces:
Serializable
,Comparable<AbstractID>
public class KvStateID extends AbstractID
Identifier for state instances.Assigned when registering the state at the state registry.
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.flink.util.AbstractID
lowerPart, SIZE, upperPart
-
-
Method Summary
-
Methods inherited from class org.apache.flink.util.AbstractID
compareTo, equals, getBytes, getLowerPart, getUpperPart, hashCode, toHexString, toString
-
-