Package org.rocksdb

Class StatsCollectorInput

java.lang.Object
org.rocksdb.StatsCollectorInput

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

    • StatsCollectorInput

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