public class DropContinuousQueryPlan extends PhysicalPlan
PhysicalPlan.Factory, PhysicalPlan.PhysicalPlanTypecanBeSplit, index| 构造器和说明 |
|---|
DropContinuousQueryPlan() |
DropContinuousQueryPlan(String continuousQueryName) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
deserialize(ByteBuffer buffer)
Deserialize the plan from the given buffer.
|
String |
getContinuousQueryName() |
List<PartialPath> |
getPaths() |
void |
serialize(DataOutputStream stream)
Serialize the plan into the given buffer.
|
void |
serializeImpl(ByteBuffer buffer) |
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 DropContinuousQueryPlan()
public DropContinuousQueryPlan(String continuousQueryName)
public List<PartialPath> getPaths()
getPaths 在类中 PhysicalPlanpublic String getContinuousQueryName()
public void serializeImpl(ByteBuffer buffer)
serializeImpl 在类中 PhysicalPlanpublic void deserialize(ByteBuffer buffer)
PhysicalPlandeserialize 在类中 PhysicalPlanpublic void serialize(DataOutputStream stream) throws IOException
PhysicalPlanserialize 在类中 PhysicalPlanIOExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.