Uses of Class
org.apache.iotdb.db.utils.OpenFileNumUtil.OpenFileNumStatistics
-
Packages that use OpenFileNumUtil.OpenFileNumStatistics Package Description org.apache.iotdb.db.utils -
-
Uses of OpenFileNumUtil.OpenFileNumStatistics in org.apache.iotdb.db.utils
Methods in org.apache.iotdb.db.utils that return OpenFileNumUtil.OpenFileNumStatistics Modifier and Type Method Description static OpenFileNumUtil.OpenFileNumStatisticsOpenFileNumUtil.OpenFileNumStatistics. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static OpenFileNumUtil.OpenFileNumStatistics[]OpenFileNumUtil.OpenFileNumStatistics. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.iotdb.db.utils with parameters of type OpenFileNumUtil.OpenFileNumStatistics Modifier and Type Method Description intOpenFileNumUtil. get(OpenFileNumUtil.OpenFileNumStatistics statistics)get statistics.
-