@ -27,4 +27,4 @@ public class Statistics {
}
private native long getTickerCount0(int ticker, long handle);
@ -120,4 +120,4 @@ public enum StatisticsType {
public int getValue() {
return value_;
@ -25,4 +25,4 @@ jlong Java_org_rocksdb_Statistics_getTickerCount0(
assert(st != nullptr);
return st->getTickerCount(static_cast<rocksdb::Tickers>(ticker));