Home
last modified time | relevance | path

Searched defs:db_path (Results 1 – 25 of 32) sorted by relevance

12

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DTtlDB.java66 public static TtlDB open(final Options options, final String db_path) in open()
85 public static TtlDB open(final Options options, final String db_path, in open()
109 public static TtlDB open(final DBOptions options, final String db_path, in open()
234 final String db_path, final int ttl, final boolean readOnly) in open()
237 final String db_path, final byte[][] columnFamilyNames, in openCF()
/rocksdb-6.9/java/samples/src/main/java/
DRocksDBColumnFamilySample.java23 final String db_path = args[0]; in main() local
27 final RocksDB db = RocksDB.open(options, db_path)) { in main() argument
50 final RocksDB db = RocksDB.open(options, db_path, in main() argument
DRocksDBSample.java26 final String db_path = args[0]; in main() local
112 try (final RocksDB db = RocksDB.open(options, db_path)) { in main() argument
125 try (final RocksDB db = RocksDB.open(options, db_path)) { in main() argument
/rocksdb-6.9/tools/advisor/advisor/
Ddb_bench_runner.py119 def get_log_options(self, db_options, db_path): argument
164 def _setup_db_before_experiment(self, curr_options, db_path): argument
178 def _build_experiment_command(self, curr_options, db_path): argument
199 def run_experiment(self, db_options, db_path): argument
Dbench_runner.py22 def get_info_log_file_name(log_dir, db_path): argument
/rocksdb-6.9/include/rocksdb/
Ddb_dump_tool.h17 std::string db_path; member
32 std::string db_path; member
Dmetadata.h101 std::string db_path; member
/rocksdb-6.9/java/rocksjni/
Doptions_util.cc62 auto db_path = in Java_org_rocksdb_OptionsUtil_loadLatestOptions() local
117 auto db_path = in Java_org_rocksdb_OptionsUtil_getLatestOptionsFileName() local
Dttl.cc29 const char* db_path = env->GetStringUTFChars(jdb_path, nullptr); in Java_org_rocksdb_TtlDB_open() local
60 const char* db_path = env->GetStringUTFChars(jdb_path, nullptr); in Java_org_rocksdb_TtlDB_openCF() local
Doptimistic_transaction_db.cc26 const char* db_path = env->GetStringUTFChars(jdb_path, nullptr); in Java_org_rocksdb_OptimisticTransactionDB_open__JLjava_lang_String_2() local
57 const char* db_path = env->GetStringUTFChars(jdb_path, nullptr); in Java_org_rocksdb_OptimisticTransactionDB_open__JLjava_lang_String_2_3_3B_3J() local
Dtransaction_db.cc36 const char* db_path = env->GetStringUTFChars(jdb_path, nullptr); in Java_org_rocksdb_TransactionDB_open__JJLjava_lang_String_2() local
62 const char* db_path = env->GetStringUTFChars(jdb_path, nullptr); in Java_org_rocksdb_TransactionDB_open__JJLjava_lang_String_2_3_3B_3J() local
Drocksjni.cc36 const char* db_path = env->GetStringUTFChars(jdb_path, nullptr); in rocksdb_open_helper() local
80 ROCKSDB_NAMESPACE::DB** db) { in Java_org_rocksdb_RocksDB_openROnly__JLjava_lang_String_2()
94 const char* db_path = env->GetStringUTFChars(jdb_path, nullptr); in rocksdb_open_helper() local
185 ROCKSDB_NAMESPACE::DB** db) { in Java_org_rocksdb_RocksDB_openROnly__JLjava_lang_String_2_3_3B_3J()
242 const char* db_path = env->GetStringUTFChars(jdb_path, nullptr); in Java_org_rocksdb_RocksDB_listColumnFamilies() local
3317 const char* db_path = env->GetStringUTFChars(jdb_path, nullptr); in Java_org_rocksdb_RocksDB_destroyDB() local
/rocksdb-6.9/java/src/test/java/org/rocksdb/util/
DBytewiseComparatorIntTest.java146 private void testRoundtrip(final Path db_path, in testRoundtrip()
196 private void testRoundtripCf(final Path db_path, in testRoundtripCf()
DReverseBytewiseComparatorIntTest.java149 private void testRoundtrip(final Path db_path, in testRoundtrip()
199 private void testRoundtripCf(final Path db_path, in testRoundtripCf()
DIntComparatorTest.java145 private void testRoundtrip(final Path db_path, in testRoundtrip()
195 private void testRoundtripCf(final Path db_path, in testRoundtripCf()
/rocksdb-6.9/db/
Ddb_info_dumper.cc75 for (auto& db_path : options.db_paths) { in DumpDBFileSummary() local
Dcolumn_family.cc477 for (const DbPath& db_path : ioptions_.cf_paths) { in GetDbPaths() local
/rocksdb-6.9/file/
Dfilename.cc188 const std::string& db_path, const std::string& log_dir) { in InfoLogFileName()
199 const std::string& db_path, const std::string& log_dir) { in OldInfoLogFileName()
/rocksdb-6.9/db_stress_tool/
Ddb_stress_listener.h163 for (const auto& db_path : db_paths_) { in VerifyFileDir() local
/rocksdb-6.9/db/db_impl/
Ddb_impl_files.cc672 for (const auto& db_path : immutable_db_options_.db_paths) { in CleanupFilesAfterRecovery() local
Ddb_impl_open.cc335 const std::string db_path = p.path; in SetDirectories() local
1394 for (auto& db_path : impl->immutable_db_options_.db_paths) { in Open() local
/rocksdb-6.9/env/
Denv_chroot.cc272 Status GetAbsolutePath(const std::string& db_path, in GetAbsolutePath()
Dfs_posix.cc829 IOStatus GetAbsolutePath(const std::string& db_path, in GetAbsolutePath()
/rocksdb-6.9/hdfs/
Denv_hdfs.h142 Status GetAbsolutePath(const std::string& db_path, in GetAbsolutePath()
/rocksdb-6.9/port/win/
Denv_win.cc1022 Status WinEnvIO::GetAbsolutePath(const std::string& db_path, in GetAbsolutePath()
1448 Status WinEnv::GetAbsolutePath(const std::string& db_path, in GetAbsolutePath()

12