Searched defs:BackupableDBOptions (Results 1 – 2 of 2) sorted by relevance
27 struct BackupableDBOptions { struct31 std::string backup_dir;38 Env* backup_env;46 bool share_table_files;51 Logger* info_log;58 bool sync;62 bool destroy_old_data;68 bool backup_log_files;73 uint64_t backup_rate_limit;83 uint64_t restore_rate_limit;[all …]
19 public class BackupableDBOptions extends RocksObject { class33 public BackupableDBOptions(final String path) { in BackupableDBOptions() method in BackupableDBOptions