Class InvalidateSchemaCacheNode

  • All Implemented Interfaces:
    org.apache.iotdb.consensus.common.request.IConsensusRequest

    public class InvalidateSchemaCacheNode
    extends PlanNode
    • 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()
      • getOutputColumnNames

        public java.util.List<java.lang.String> getOutputColumnNames()
        Specified by:
        getOutputColumnNames in class PlanNode
      • serializeAttributes

        protected void serializeAttributes​(java.nio.ByteBuffer byteBuffer)
        Specified by:
        serializeAttributes in class PlanNode
      • serializeAttributes

        protected void serializeAttributes​(java.io.DataOutputStream stream)
                                    throws java.io.IOException
        Specified by:
        serializeAttributes in class PlanNode
        Throws:
        java.io.IOException