Class PhysicalPlanConstructionHandler


  • public class PhysicalPlanConstructionHandler
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static InsertTabletPlan constructInsertTabletPlan​(org.apache.iotdb.db.protocol.rest.model.InsertTabletRequest insertTabletRequest)  
      • Methods inherited from class java.lang.Object

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

      • constructInsertTabletPlan

        public static InsertTabletPlan constructInsertTabletPlan​(org.apache.iotdb.db.protocol.rest.model.InsertTabletRequest insertTabletRequest)
                                                          throws org.apache.iotdb.commons.exception.IllegalPathException,
                                                                 WriteProcessRejectException
        Throws:
        org.apache.iotdb.commons.exception.IllegalPathException
        WriteProcessRejectException