Package org.apache.iotdb.db.utils
Class OpenFileNumUtil
- java.lang.Object
-
- org.apache.iotdb.db.utils.OpenFileNumUtil
-
public class OpenFileNumUtil extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOpenFileNumUtil.OpenFileNumStatistics
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intget(OpenFileNumUtil.OpenFileNumStatistics statistics)get statistics.static OpenFileNumUtilgetInstance()singleton instance.
-
-
-
Method Detail
-
getInstance
public static OpenFileNumUtil getInstance()
singleton instance.- Returns:
- instance
-
get
public int get(OpenFileNumUtil.OpenFileNumStatistics statistics)
get statistics.- Parameters:
statistics- get what statistics of open file number- Returns:
- open file number
-
-