Class InvalidateSchemaCacheNode
- java.lang.Object
-
- org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNode
-
- org.apache.iotdb.db.mpp.plan.planner.plan.node.metedata.write.InvalidateSchemaCacheNode
-
- All Implemented Interfaces:
org.apache.iotdb.consensus.common.request.IConsensusRequest
public class InvalidateSchemaCacheNode extends PlanNode
-
-
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 Constructor Description InvalidateSchemaCacheNode(PlanNodeId id, QueryId queryId, java.util.List<org.apache.iotdb.commons.path.PartialPath> pathList, java.util.List<java.lang.String> storageGroups)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddChild(PlanNode child)intallowedChildCount()PlanNodeclone()static InvalidateSchemaCacheNodedeserialize(java.nio.ByteBuffer byteBuffer)java.util.List<PlanNode>getChildren()java.util.List<java.lang.String>getOutputColumnNames()java.util.List<org.apache.iotdb.commons.path.PartialPath>getPathList()QueryIdgetQueryId()java.util.List<java.lang.String>getStorageGroups()protected voidserializeAttributes(java.io.DataOutputStream stream)protected voidserializeAttributes(java.nio.ByteBuffer byteBuffer)-
Methods inherited from class org.apache.iotdb.db.mpp.plan.planner.plan.node.PlanNode
accept, cloneWithChildren, equals, getPlanNodeId, hashCode, serialize, serialize, serializeToByteBuffer, setPlanNodeId
-
-
-
-
Constructor Detail
-
InvalidateSchemaCacheNode
public InvalidateSchemaCacheNode(PlanNodeId id, QueryId queryId, java.util.List<org.apache.iotdb.commons.path.PartialPath> pathList, java.util.List<java.lang.String> storageGroups)
-
-
Method Detail
-
getQueryId
public QueryId getQueryId()
-
getPathList
public java.util.List<org.apache.iotdb.commons.path.PartialPath> getPathList()
-
getStorageGroups
public java.util.List<java.lang.String> getStorageGroups()
-
getChildren
public java.util.List<PlanNode> getChildren()
- Specified by:
getChildrenin classPlanNode
-
allowedChildCount
public int allowedChildCount()
- Specified by:
allowedChildCountin classPlanNode
-
getOutputColumnNames
public java.util.List<java.lang.String> getOutputColumnNames()
- Specified by:
getOutputColumnNamesin classPlanNode
-
serializeAttributes
protected void serializeAttributes(java.nio.ByteBuffer byteBuffer)
- Specified by:
serializeAttributesin classPlanNode
-
serializeAttributes
protected void serializeAttributes(java.io.DataOutputStream stream) throws java.io.IOException- Specified by:
serializeAttributesin classPlanNode- Throws:
java.io.IOException
-
deserialize
public static InvalidateSchemaCacheNode deserialize(java.nio.ByteBuffer byteBuffer)
-
-