Class PlanNodeId


  • public class PlanNodeId
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      PlanNodeId​(java.lang.String id)  
    • Constructor Detail

      • PlanNodeId

        public PlanNodeId​(java.lang.String id)
    • Method Detail

      • getId

        public java.lang.String getId()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • deserialize

        public static PlanNodeId deserialize​(java.nio.ByteBuffer byteBuffer)
      • serialize

        public void serialize​(java.nio.ByteBuffer byteBuffer)
      • serialize

        public void serialize​(java.io.DataOutputStream stream)
                       throws java.io.IOException
        Throws:
        java.io.IOException