Class InstanceID

java.lang.Object
org.apache.flink.util.AbstractID
org.apache.flink.runtime.instance.InstanceID
All Implemented Interfaces:
Serializable, Comparable<org.apache.flink.util.AbstractID>

public class InstanceID extends org.apache.flink.util.AbstractID
Class for statistically unique instance IDs.
See Also:
  • Field Summary

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

    lowerPart, SIZE, upperPart
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    InstanceID(byte[] bytes)
     
  • 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

    • InstanceID

      public InstanceID()
    • InstanceID

      public InstanceID(byte[] bytes)