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

Method toString

java/src/main/java/org/rocksdb/Statistics.java:131–135  ·  view source on GitHub ↗

String representation of the statistic object.

()

Source from the content-addressed store, hash-verified

129 * String representation of the statistic object.
130 */
131 @Override
132 public String toString() {
133 assert(isOwningHandle());
134 return toString(nativeHandle_);
135 }
136
137 private native static long newStatistics();
138 private native static long newStatistics(final long otherStatisticsHandle);

Callers 15

reportMethod · 0.45
DbBenchmarkMethod · 0.45
printHelpMethod · 0.45
getTempDirMethod · 0.45
keyMayExistMethod · 0.45
testRoundtripMethod · 0.45
testRoundtripCfMethod · 0.45
ToStringMethod · 0.45
sliceClearMethod · 0.45
sliceRemovePrefixMethod · 0.45

Calls 1

isOwningHandleMethod · 0.45

Tested by 15

keyMayExistMethod · 0.36
testRoundtripMethod · 0.36
testRoundtripCfMethod · 0.36
ToStringMethod · 0.36
sliceClearMethod · 0.36
sliceRemovePrefixMethod · 0.36
sliceToStringMethod · 0.36
directSliceMethod · 0.36