Class MNodePlan

    • Field Detail

      • name

        protected java.lang.String name
      • childSize

        protected int childSize
    • Constructor Detail

      • MNodePlan

        public MNodePlan()
      • MNodePlan

        public MNodePlan​(java.lang.String name,
                         int childSize)
    • Method Detail

      • getPaths

        public java.util.List<org.apache.iotdb.commons.path.PartialPath> getPaths()
        Specified by:
        getPaths in class PhysicalPlan
      • getName

        public java.lang.String getName()
      • setName

        public void setName​(java.lang.String name)
      • getChildSize

        public int getChildSize()
      • setChildSize

        public void setChildSize​(int childSize)
      • serialize

        public void serialize​(java.io.DataOutputStream stream)
                       throws java.io.IOException
        Description copied from class: PhysicalPlan
        Serialize the plan into the given buffer. All necessary fields will be serialized.
        Overrides:
        serialize in class PhysicalPlan
        Throws:
        java.io.IOException
      • deserialize

        public void deserialize​(java.nio.ByteBuffer buffer)
        Description copied from class: PhysicalPlan
        Deserialize the plan from the given buffer.
        Overrides:
        deserialize in class PhysicalPlan
      • toString

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

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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