Uses of Class
org.apache.iotdb.db.qp.physical.sys.DropContinuousQueryPlan
-
Packages that use DropContinuousQueryPlan Package Description org.apache.iotdb.db.engine.cq org.apache.iotdb.db.metadata.logfile -
-
Uses of DropContinuousQueryPlan in org.apache.iotdb.db.engine.cq
Methods in org.apache.iotdb.db.engine.cq with parameters of type DropContinuousQueryPlan Modifier and Type Method Description booleanContinuousQueryService. deregister(DropContinuousQueryPlan plan, boolean shouldWriteLog)voidCQLogWriter. dropContinuousQuery(DropContinuousQueryPlan dropContinuousQueryPlan) -
Uses of DropContinuousQueryPlan in org.apache.iotdb.db.metadata.logfile
Methods in org.apache.iotdb.db.metadata.logfile with parameters of type DropContinuousQueryPlan Modifier and Type Method Description voidMLogTxtWriter. dropContinuousQuery(DropContinuousQueryPlan plan)
-