Class SchemaInternalNode

  • All Implemented Interfaces:
    org.apache.iotdb.commons.schema.tree.ITreeNode
    Direct Known Subclasses:
    SchemaEntityNode

    public class SchemaInternalNode
    extends SchemaNode
    • Field Detail

      • children

        protected java.util.Map<java.lang.String,​SchemaNode> children
    • Constructor Detail

      • SchemaInternalNode

        public SchemaInternalNode​(java.lang.String name)
    • Method Detail

      • serialize

        public void serialize​(java.io.OutputStream outputStream)
                       throws java.io.IOException
        Specified by:
        serialize in class SchemaNode
        Throws:
        java.io.IOException
      • serializeChildren

        protected void serializeChildren​(java.io.OutputStream outputStream)
                                  throws java.io.IOException
        Throws:
        java.io.IOException
      • deserialize

        public static SchemaInternalNode deserialize​(java.io.InputStream inputStream)
                                              throws java.io.IOException
        Throws:
        java.io.IOException