Class SchemaStatisticsManager


  • public class SchemaStatisticsManager
    extends java.lang.Object
    • Constructor Detail

      • SchemaStatisticsManager

        public SchemaStatisticsManager()
    • Method Detail

      • getInstance

        public static SchemaStatisticsManager getInstance()
        we should not use this function in other place, but only in IoTDB class
      • init

        public void init()
      • getTotalSeriesNumber

        public long getTotalSeriesNumber()
      • addTimeseries

        public void addTimeseries​(int addedNum)
      • deleteTimeseries

        public void deleteTimeseries​(int deletedNum)
      • clear

        public void clear()