|
|
|
@ -120,6 +120,11 @@ extern ROCKSDB_LIBRARY_API void rocksdb_transactiondb_flush_cf_with_status( |
|
|
|
|
rocksdb_transactiondb_t* db, const rocksdb_flushoptions_t* options, |
|
|
|
|
rocksdb_column_family_handle_t* column_family, rocksdb_status_t* statusptr); |
|
|
|
|
|
|
|
|
|
extern ROCKSDB_LIBRARY_API void rocksdb_transactiondb_flush_cfs_with_status( |
|
|
|
|
rocksdb_transactiondb_t* db, const rocksdb_flushoptions_t* options, |
|
|
|
|
rocksdb_column_family_handle_t** column_families, int num_column_families, |
|
|
|
|
rocksdb_status_t* statusptr); |
|
|
|
|
|
|
|
|
|
extern ROCKSDB_LIBRARY_API void |
|
|
|
|
rocksdb_transactiondb_compact_range_cf_opt_with_status( |
|
|
|
|
rocksdb_transactiondb_t* db, rocksdb_column_family_handle_t* column_family, |
|
|
|
|