Package org.rocksdb
Class StatsCollectorInput
- java.lang.Object
-
- org.rocksdb.StatsCollectorInput
-
public class StatsCollectorInput extends java.lang.ObjectContains all information necessary to collect statistics from one instance of DB statistics.
-
-
Constructor Summary
Constructors Constructor Description StatsCollectorInput(Statistics statistics, StatisticsCollectorCallback statsCallback)Constructor for StatsCollectorInput.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StatisticsCollectorCallbackgetCallback()StatisticsgetStatistics()
-
-
-
Constructor Detail
-
StatsCollectorInput
public StatsCollectorInput(Statistics statistics, StatisticsCollectorCallback statsCallback)
Constructor for StatsCollectorInput.- Parameters:
statistics- Reference of DB statistics.statsCallback- Reference of statistics callback interface.
-
-
Method Detail
-
getStatistics
public Statistics getStatistics()
-
getCallback
public StatisticsCollectorCallback getCallback()
-
-