Class PhysicalPlan.Factory

  • Enclosing class:
    PhysicalPlan

    public static class PhysicalPlan.Factory
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static PhysicalPlan create​(java.io.DataInputStream stream)  
      static PhysicalPlan create​(java.nio.ByteBuffer buffer)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • create

        public static PhysicalPlan create​(java.nio.ByteBuffer buffer)
                                   throws java.io.IOException,
                                          org.apache.iotdb.commons.exception.IllegalPathException
        Throws:
        java.io.IOException
        org.apache.iotdb.commons.exception.IllegalPathException
      • create

        public static PhysicalPlan create​(java.io.DataInputStream stream)
                                   throws java.io.IOException,
                                          org.apache.iotdb.commons.exception.IllegalPathException
        Throws:
        java.io.IOException
        org.apache.iotdb.commons.exception.IllegalPathException