类 CQManager


  • public class CQManager
    extends java.lang.Object
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      org.apache.iotdb.common.rpc.thrift.TSStatus createCQ​(org.apache.iotdb.confignode.rpc.thrift.TCreateCQReq req)  
      org.apache.iotdb.common.rpc.thrift.TSStatus dropCQ​(org.apache.iotdb.confignode.rpc.thrift.TDropCQReq req)  
      java.util.concurrent.ScheduledExecutorService getExecutor()  
      org.apache.iotdb.confignode.rpc.thrift.TShowCQResp showCQ()  
      void startCQScheduler()  
      void stopCQScheduler()  
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

    • 方法详细资料

      • createCQ

        public org.apache.iotdb.common.rpc.thrift.TSStatus createCQ​(org.apache.iotdb.confignode.rpc.thrift.TCreateCQReq req)
      • dropCQ

        public org.apache.iotdb.common.rpc.thrift.TSStatus dropCQ​(org.apache.iotdb.confignode.rpc.thrift.TDropCQReq req)
      • showCQ

        public org.apache.iotdb.confignode.rpc.thrift.TShowCQResp showCQ()
      • getExecutor

        public java.util.concurrent.ScheduledExecutorService getExecutor()
      • startCQScheduler

        public void startCQScheduler()
      • stopCQScheduler

        public void stopCQScheduler()