Class Configuration

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Configuration​(org.apache.iotdb.tsfile.file.metadata.enums.TSDataType dataType)  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract void check()  
      org.apache.iotdb.tsfile.file.metadata.enums.TSDataType getDataType()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Configuration

        protected Configuration​(org.apache.iotdb.tsfile.file.metadata.enums.TSDataType dataType)
    • Method Detail

      • getDataType

        public org.apache.iotdb.tsfile.file.metadata.enums.TSDataType getDataType()