[RocksJava] JavaDoc correction

main
fyrz 10 years ago
parent 5fbba60b6a
commit 5b9ceef01d
  1. 2
      java/org/rocksdb/CompressionType.java
  2. 4
      java/org/rocksdb/DBOptionsInterface.java

@ -29,6 +29,8 @@ public enum CompressionType {
* <p>If library cannot be found the enumeration * <p>If library cannot be found the enumeration
* value {@code NO_COMPRESSION} will be returned.</p> * value {@code NO_COMPRESSION} will be returned.</p>
* *
* @param libraryName compression library name.
*
* @return CompressionType instance. * @return CompressionType instance.
*/ */
public static CompressionType getCompressionType(String libraryName) { 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 * <p>You almost definitely want to call this function if your system is
* bottlenecked by RocksDB.</p> * bottlenecked by RocksDB.</p>
* *
* @param The total number of threads to be used by RocksDB. A good value * @param totalThreads The total number of threads to be used by RocksDB.
* is the number of cores. * A good value is the number of cores.
* *
* @return the instance of the current Options * @return the instance of the current Options
*/ */

Loading…
Cancel
Save