Uses of Class
org.apache.iotdb.db.engine.compaction.constant.CompactionType
-
Packages that use CompactionType Package Description org.apache.iotdb.db.engine.compaction.constant org.apache.iotdb.db.service.metrics.recorder -
-
Uses of CompactionType in org.apache.iotdb.db.engine.compaction.constant
Methods in org.apache.iotdb.db.engine.compaction.constant that return CompactionType Modifier and Type Method Description static CompactionTypeCompactionType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CompactionType[]CompactionType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CompactionType in org.apache.iotdb.db.service.metrics.recorder
Methods in org.apache.iotdb.db.service.metrics.recorder with parameters of type CompactionType Modifier and Type Method Description static voidCompactionMetricsRecorder. recordWriteInfo(CompactionType compactionType, ProcessChunkType processChunkType, boolean aligned, long byteNum)
-