mirror of
https://github.com/facebook/rocksdb.git
synced 2024-11-26 16:30:56 +00:00
Add doc
This commit is contained in:
parent
d160595d97
commit
136e4efb84
|
@ -215,10 +215,10 @@ public class Options {
|
|||
}
|
||||
|
||||
/*
|
||||
* Pointer to statistics object. Should only be called after statistics has
|
||||
* been created by createStatistics() call. Calls createStatistics() if
|
||||
* Returns statistics object. Calls createStatistics() if
|
||||
* C++ returns NULL pointer for statistics.
|
||||
*
|
||||
* @return the instance of the statistics object.
|
||||
* @see createStatistics()
|
||||
*/
|
||||
public Statistics statisticsPtr() {
|
||||
|
|
Loading…
Reference in a new issue