Class StatisticsManager
- java.lang.Object
-
- org.apache.iotdb.db.mpp.statistics.StatisticsManager
-
public class StatisticsManager extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description StatisticsManager()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StatisticsManagergetInstance()longgetMaxBinarySizeInBytes(org.apache.iotdb.commons.path.PartialPath path)
-
-
-
Method Detail
-
getMaxBinarySizeInBytes
public long getMaxBinarySizeInBytes(org.apache.iotdb.commons.path.PartialPath path)
-
getInstance
public static StatisticsManager getInstance()
-
-