[RocksJava] JavaDoc correction
This commit is contained in:
parent
5fbba60b6a
commit
5b9ceef01d
@ -29,6 +29,8 @@ public enum CompressionType {
|
||||
* <p>If library cannot be found the enumeration
|
||||
* value {@code NO_COMPRESSION} will be returned.</p>
|
||||
*
|
||||
* @param libraryName compression library name.
|
||||
*
|
||||
* @return CompressionType instance.
|
||||
*/
|
||||
public static CompressionType getCompressionType(String libraryName) {
|
||||
|
@ -15,8 +15,8 @@ public interface DBOptionsInterface {
|
||||
* <p>You almost definitely want to call this function if your system is
|
||||
* bottlenecked by RocksDB.</p>
|
||||
*
|
||||
* @param The total number of threads to be used by RocksDB. A good value
|
||||
* is the number of cores.
|
||||
* @param totalThreads The total number of threads to be used by RocksDB.
|
||||
* A good value is the number of cores.
|
||||
*
|
||||
* @return the instance of the current Options
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user