Class RequestValidationHandler


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

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void validateExpressionRequest​(org.apache.iotdb.db.protocol.rest.model.ExpressionRequest expressionRequest)  
      static void validateInsertTabletRequest​(org.apache.iotdb.db.protocol.rest.model.InsertTabletRequest insertTabletRequest)  
      static void validateSQL​(org.apache.iotdb.db.protocol.rest.model.SQL sql)  
      • Methods inherited from class java.lang.Object

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

      • validateSQL

        public static void validateSQL​(org.apache.iotdb.db.protocol.rest.model.SQL sql)
      • validateInsertTabletRequest

        public static void validateInsertTabletRequest​(org.apache.iotdb.db.protocol.rest.model.InsertTabletRequest insertTabletRequest)
      • validateExpressionRequest

        public static void validateExpressionRequest​(org.apache.iotdb.db.protocol.rest.model.ExpressionRequest expressionRequest)