Uses of Class
org.apache.iotdb.tsfile.write.schema.MeasurementSchemaType
-
Packages that use MeasurementSchemaType Package Description org.apache.iotdb.tsfile.write.schema -
-
Uses of MeasurementSchemaType in org.apache.iotdb.tsfile.write.schema
Methods in org.apache.iotdb.tsfile.write.schema that return MeasurementSchemaType Modifier and Type Method Description MeasurementSchemaTypeIMeasurementSchema. getSchemaType()MeasurementSchemaTypeMeasurementSchema. getSchemaType()MeasurementSchemaTypeVectorMeasurementSchema. getSchemaType()static MeasurementSchemaTypeMeasurementSchemaType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MeasurementSchemaType[]MeasurementSchemaType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-