Class LoadDataPlan

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

    public class LoadDataPlan
    extends PhysicalPlan
    • Constructor Detail

      • LoadDataPlan

        public LoadDataPlan​(java.lang.String inputFilePath,
                            java.lang.String measureType)
        Constructor of LoadDataPlan.
    • Method Detail

      • getPaths

        public java.util.List<org.apache.iotdb.commons.path.PartialPath> getPaths()
        Specified by:
        getPaths in class PhysicalPlan
      • getInputFilePath

        public java.lang.String getInputFilePath()
      • getMeasureType

        public java.lang.String getMeasureType()
      • equals

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

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object