public class CreateContinuousQueryPlan extends PhysicalPlan
PhysicalPlan.Factory, PhysicalPlan.PhysicalPlanTypecanBeSplit, index| 构造器和说明 |
|---|
CreateContinuousQueryPlan() |
CreateContinuousQueryPlan(String querySql,
String continuousQueryName,
PartialPath targetPath,
long everyInterval,
long forInterval,
long groupByTimeIntervalUnit,
String groupByTimeIntervalString,
Long firstExecutionTimeBoundary) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
deserialize(ByteBuffer buffer)
Deserialize the plan from the given buffer.
|
String |
getContinuousQueryName() |
long |
getEveryInterval() |
long |
getFirstExecutionTimeBoundary() |
long |
getForInterval() |
long |
getGroupByTimeInterval() |
String |
getGroupByTimeIntervalString() |
List<PartialPath> |
getPaths() |
String |
getQuerySql() |
String |
getQuerySqlAfterGroupByClause() |
String |
getQuerySqlBeforeGroupByClause() |
PartialPath |
getTargetPath() |
void |
serialize(DataOutputStream stream)
Serialize the plan into the given buffer.
|
void |
serializeImpl(ByteBuffer buffer) |
void |
setTargetPath(PartialPath targetPath) |
canBeSplit, checkIntegrity, getAggregations, getAuthPaths, getIndex, getLoginUserName, getOperatorName, getOperatorType, getSerializedSize, isAuthenticationRequired, isDebug, isPrefixMatch, isQuery, isSelectInto, putString, putString, putStrings, putStrings, readString, readStrings, serialize, setDebug, setIndex, setLoginUserName, setOperatorType, setPaths, setPrefixMatch, setQuerypublic CreateContinuousQueryPlan()
public CreateContinuousQueryPlan(String querySql, String continuousQueryName, PartialPath targetPath, long everyInterval, long forInterval, long groupByTimeIntervalUnit, String groupByTimeIntervalString, Long firstExecutionTimeBoundary)
public String getQuerySql()
public String getQuerySqlBeforeGroupByClause()
public String getQuerySqlAfterGroupByClause()
public String getContinuousQueryName()
public void setTargetPath(PartialPath targetPath)
public PartialPath getTargetPath()
public long getEveryInterval()
public long getForInterval()
public long getGroupByTimeInterval()
public String getGroupByTimeIntervalString()
public long getFirstExecutionTimeBoundary()
public List<PartialPath> getPaths()
getPaths 在类中 PhysicalPlanpublic void serializeImpl(ByteBuffer buffer)
serializeImpl 在类中 PhysicalPlanpublic void serialize(DataOutputStream stream) throws IOException
PhysicalPlanserialize 在类中 PhysicalPlanIOExceptionpublic void deserialize(ByteBuffer buffer) throws IllegalPathException
PhysicalPlandeserialize 在类中 PhysicalPlanIllegalPathExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.