|
|
@ -1004,9 +1004,21 @@ extern ROCKSDB_LIBRARY_API void rocksdb_options_set_compression_options( |
|
|
|
extern ROCKSDB_LIBRARY_API void |
|
|
|
extern ROCKSDB_LIBRARY_API void |
|
|
|
rocksdb_options_set_compression_options_zstd_max_train_bytes(rocksdb_options_t*, |
|
|
|
rocksdb_options_set_compression_options_zstd_max_train_bytes(rocksdb_options_t*, |
|
|
|
int); |
|
|
|
int); |
|
|
|
|
|
|
|
extern ROCKSDB_LIBRARY_API int |
|
|
|
|
|
|
|
rocksdb_options_get_compression_options_zstd_max_train_bytes( |
|
|
|
|
|
|
|
rocksdb_options_t* opt); |
|
|
|
|
|
|
|
extern ROCKSDB_LIBRARY_API void |
|
|
|
|
|
|
|
rocksdb_options_set_compression_options_parallel_threads(rocksdb_options_t*, |
|
|
|
|
|
|
|
int); |
|
|
|
|
|
|
|
extern ROCKSDB_LIBRARY_API int |
|
|
|
|
|
|
|
rocksdb_options_get_compression_options_parallel_threads( |
|
|
|
|
|
|
|
rocksdb_options_t* opt); |
|
|
|
extern ROCKSDB_LIBRARY_API void |
|
|
|
extern ROCKSDB_LIBRARY_API void |
|
|
|
rocksdb_options_set_compression_options_max_dict_buffer_bytes( |
|
|
|
rocksdb_options_set_compression_options_max_dict_buffer_bytes( |
|
|
|
rocksdb_options_t*, uint64_t); |
|
|
|
rocksdb_options_t*, uint64_t); |
|
|
|
|
|
|
|
extern ROCKSDB_LIBRARY_API uint64_t |
|
|
|
|
|
|
|
rocksdb_options_get_compression_options_max_dict_buffer_bytes( |
|
|
|
|
|
|
|
rocksdb_options_t* opt); |
|
|
|
extern ROCKSDB_LIBRARY_API void |
|
|
|
extern ROCKSDB_LIBRARY_API void |
|
|
|
rocksdb_options_set_bottommost_compression_options(rocksdb_options_t*, int, int, |
|
|
|
rocksdb_options_set_bottommost_compression_options(rocksdb_options_t*, int, int, |
|
|
|
int, int, unsigned char); |
|
|
|
int, int, unsigned char); |
|
|
|