MCPcopy Create free account
hub / github.com/bytedance/terarkdb / newStatistics

Method newStatistics

java/src/main/java/org/rocksdb/Statistics.java:137–137  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

135 }
136
137 private native static long newStatistics();
138 private native static long newStatistics(final long otherStatisticsHandle);
139 private native static long newStatistics(final byte[] ignoreHistograms);
140 private native static long newStatistics(final byte[] ignoreHistograms, final long otherStatisticsHandle);

Callers 1

StatisticsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected