Remove doc from options class
This commit is contained in:
parent
4efca96bb3
commit
c9cfb88256
@ -1312,16 +1312,7 @@ public class Options extends RocksObject {
|
|||||||
* Compress blocks using the specified compression algorithm. This
|
* Compress blocks using the specified compression algorithm. This
|
||||||
parameter can be changed dynamically.
|
parameter can be changed dynamically.
|
||||||
*
|
*
|
||||||
* Typical speeds of kSnappyCompression on an Intel(R) Core(TM)2 2.4GHz:
|
* Default: SNAPPY_COMPRESSION, which gives lightweight but fast compression.
|
||||||
* ~200-500MB/s compression and ~400-800MB/s decompression.
|
|
||||||
*
|
|
||||||
* Note that these speeds are significantly faster than most
|
|
||||||
* persistent storage speeds, and therefore it is typically never
|
|
||||||
* worth switching to kNoCompression. Even if the input data is
|
|
||||||
* incompressible, the kSnappyCompression implementation will
|
|
||||||
* efficiently detect that and will switch to uncompressed mode.
|
|
||||||
*
|
|
||||||
* Default: kSnappyCompression, which gives lightweight but fast compression.
|
|
||||||
*
|
*
|
||||||
* @return Compression type.
|
* @return Compression type.
|
||||||
*/
|
*/
|
||||||
@ -1334,16 +1325,7 @@ public class Options extends RocksObject {
|
|||||||
* Compress blocks using the specified compression algorithm. This
|
* Compress blocks using the specified compression algorithm. This
|
||||||
parameter can be changed dynamically.
|
parameter can be changed dynamically.
|
||||||
*
|
*
|
||||||
* Typical speeds of kSnappyCompression on an Intel(R) Core(TM)2 2.4GHz:
|
* Default: SNAPPY_COMPRESSION, which gives lightweight but fast compression.
|
||||||
* ~200-500MB/s compression and ~400-800MB/s decompression.
|
|
||||||
*
|
|
||||||
* Note that these speeds are significantly faster than most
|
|
||||||
* persistent storage speeds, and therefore it is typically never
|
|
||||||
* worth switching to kNoCompression. Even if the input data is
|
|
||||||
* incompressible, the kSnappyCompression implementation will
|
|
||||||
* efficiently detect that and will switch to uncompressed mode.
|
|
||||||
*
|
|
||||||
* Default: kSnappyCompression, which gives lightweight but fast compression.
|
|
||||||
*
|
*
|
||||||
* @param compressionType Compression Type.
|
* @param compressionType Compression Type.
|
||||||
* @return the reference to the current option.
|
* @return the reference to the current option.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user