Class WritePlanNode
- java.lang.Object
-
- org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNode
-
- org.apache.iotdb.db.mpp.plan.planner.plan.node.WritePlanNode
-
- All Implemented Interfaces:
org.apache.iotdb.consensus.common.request.IConsensusRequest,IPartitionRelatedNode
- Direct Known Subclasses:
ActivateTemplateNode,AlterTimeSeriesNode,CreateAlignedTimeSeriesNode,CreateMultiTimeSeriesNode,CreateTimeSeriesNode,DeleteDataNode,InsertNode,InternalCreateTimeSeriesNode
public abstract class WritePlanNode extends PlanNode implements IPartitionRelatedNode
-
-
Field Summary
-
Fields inherited from class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNode
CHILD_COUNT_NO_LIMIT, NO_CHILD_ALLOWED, ONE_CHILD
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedWritePlanNode(PlanNodeId id)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract java.util.List<WritePlanNode>splitByPartition(Analysis analysis)-
Methods inherited from class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNode
accept, addChild, allowedChildCount, clone, cloneWithChildren, equals, getChildren, getOutputColumnNames, getPlanNodeId, hashCode, serialize, serialize, serializeAttributes, serializeAttributes, serializeToByteBuffer, setPlanNodeId
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.iotdb.db.mpp.plan.planner.plan.node.IPartitionRelatedNode
getRegionReplicaSet
-
-
-
-
Constructor Detail
-
WritePlanNode
protected WritePlanNode(PlanNodeId id)
-
-
Method Detail
-
splitByPartition
public abstract java.util.List<WritePlanNode> splitByPartition(Analysis analysis)
-
-