Class MeasurementSchema

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<MeasurementSchema>, IMeasurementSchema

    public class MeasurementSchema
    extends java.lang.Object
    implements IMeasurementSchema, java.lang.Comparable<MeasurementSchema>, java.io.Serializable
    This class describes a measurement's information registered in FileSchema, including measurement id, data type, encoding and compressor type. For each TSEncoding, MeasurementSchema maintains respective TSEncodingBuilder; For TSDataType, only ENUM has TSDataTypeConverter up to now.
    See Also:
    Serialized Form