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