Package org.rocksdb

Class StatsCollectorInput


  • public class StatsCollectorInput
    extends java.lang.Object
    Contains all information necessary to collect statistics from one instance of DB statistics.
    • Constructor Detail

      • StatsCollectorInput

        public StatsCollectorInput​(Statistics statistics,
                                   StatisticsCollectorCallback statsCallback)
        Constructor for StatsCollectorInput.
        Parameters:
        statistics - Reference of DB statistics.
        statsCallback - Reference of statistics callback interface.