Class LocalIoTDBConfiguration

  • All Implemented Interfaces:
    Configuration

    public class LocalIoTDBConfiguration
    extends java.lang.Object
    implements Configuration
    • Constructor Summary

      Constructors 
      Constructor Description
      LocalIoTDBConfiguration​(java.lang.String device, java.lang.String[] measurements, org.apache.iotdb.tsfile.file.metadata.enums.TSDataType[] dataTypes)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.iotdb.tsfile.file.metadata.enums.TSDataType[] getDataTypes()  
      org.apache.iotdb.commons.path.PartialPath getDevice()  
      java.lang.String[] getMeasurements()  
      • Methods inherited from class java.lang.Object

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

      • LocalIoTDBConfiguration

        public LocalIoTDBConfiguration​(java.lang.String device,
                                       java.lang.String[] measurements,
                                       org.apache.iotdb.tsfile.file.metadata.enums.TSDataType[] dataTypes)
                                throws org.apache.iotdb.commons.exception.IllegalPathException
        Throws:
        org.apache.iotdb.commons.exception.IllegalPathException
    • Method Detail

      • getDevice

        public org.apache.iotdb.commons.path.PartialPath getDevice()
      • getMeasurements

        public java.lang.String[] getMeasurements()
      • getDataTypes

        public org.apache.iotdb.tsfile.file.metadata.enums.TSDataType[] getDataTypes()