Uses of Class
org.apache.iotdb.db.qp.physical.sys.CreateContinuousQueryPlan
-
Packages that use CreateContinuousQueryPlan Package Description org.apache.iotdb.db.engine.cq org.apache.iotdb.db.metadata.logfile -
-
Uses of CreateContinuousQueryPlan in org.apache.iotdb.db.engine.cq
Fields in org.apache.iotdb.db.engine.cq declared as CreateContinuousQueryPlan Modifier and Type Field Description protected CreateContinuousQueryPlanContinuousQueryTask. continuousQueryPlanMethods in org.apache.iotdb.db.engine.cq with parameters of type CreateContinuousQueryPlan Modifier and Type Method Description voidCQLogWriter. createContinuousQuery(CreateContinuousQueryPlan createContinuousQueryPlan)booleanContinuousQueryService. register(CreateContinuousQueryPlan plan, boolean shouldWriteLog)Constructors in org.apache.iotdb.db.engine.cq with parameters of type CreateContinuousQueryPlan Constructor Description ContinuousQuerySchemaCheckTask(CreateContinuousQueryPlan continuousQueryPlan, long windowEndTimestamp)ContinuousQueryTask(CreateContinuousQueryPlan continuousQueryPlan, long windowEndTimestamp) -
Uses of CreateContinuousQueryPlan in org.apache.iotdb.db.metadata.logfile
Methods in org.apache.iotdb.db.metadata.logfile with parameters of type CreateContinuousQueryPlan Modifier and Type Method Description voidMLogTxtWriter. createContinuousQuery(CreateContinuousQueryPlan plan)
-