Uses of Class
org.apache.iotdb.tsfile.read.common.BatchData.BatchDataType
-
Packages that use BatchData.BatchDataType Package Description org.apache.iotdb.tsfile.read.common -
-
Uses of BatchData.BatchDataType in org.apache.iotdb.tsfile.read.common
Fields in org.apache.iotdb.tsfile.read.common declared as BatchData.BatchDataType Modifier and Type Field Description protected BatchData.BatchDataTypeBatchData. batchDataTypeMethods in org.apache.iotdb.tsfile.read.common that return BatchData.BatchDataType Modifier and Type Method Description BatchData.BatchDataTypeBatchData. getBatchDataType()static BatchData.BatchDataTypeBatchData.BatchDataType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BatchData.BatchDataType[]BatchData.BatchDataType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-