Package org.rocksdb
Class StatsCollectorInput
java.lang.Object
org.rocksdb.StatsCollectorInput
Contains all information necessary to collect statistics from one instance
of DB statistics.
-
Constructor Summary
ConstructorsConstructorDescriptionStatsCollectorInput(Statistics statistics, StatisticsCollectorCallback statsCallback) Constructor for StatsCollectorInput. -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
StatsCollectorInput
Constructor for StatsCollectorInput.- Parameters:
statistics- Reference of DB statistics.statsCallback- Reference of statistics callback interface.
-
-
Method Details
-
getStatistics
-
getCallback
-