We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d160595 commit 136e4efCopy full SHA for 136e4ef
java/org/rocksdb/Options.java
@@ -215,10 +215,10 @@ public Options createStatistics() {
215
}
216
217
/*
218
- * Pointer to statistics object. Should only be called after statistics has
219
- * been created by createStatistics() call. Calls createStatistics() if
+ * Returns statistics object. Calls createStatistics() if
220
* C++ returns NULL pointer for statistics.
221
*
+ * @return the instance of the statistics object.
222
* @see createStatistics()
223
*/
224
public Statistics statisticsPtr() {
0 commit comments