Class InternalCreateTimeSeriesNode

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

    public class InternalCreateTimeSeriesNode
    extends WritePlanNode
    • Constructor Detail

      • InternalCreateTimeSeriesNode

        public InternalCreateTimeSeriesNode​(PlanNodeId id,
                                            org.apache.iotdb.commons.path.PartialPath devicePath,
                                            MeasurementGroup measurementGroup,
                                            boolean isAligned)
    • Method Detail

      • getDevicePath

        public org.apache.iotdb.commons.path.PartialPath getDevicePath()
      • isAligned

        public boolean isAligned()
      • getRegionReplicaSet

        public org.apache.iotdb.common.rpc.thrift.TRegionReplicaSet getRegionReplicaSet()
      • setRegionReplicaSet

        public void setRegionReplicaSet​(org.apache.iotdb.common.rpc.thrift.TRegionReplicaSet regionReplicaSet)
      • 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
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class PlanNode