Home
last modified time | relevance | path

Searched refs:Install (Results 1 – 13 of 13) sorted by relevance

/rocksdb-6.9/
DINSTALL.md65 * Install gflags:
76 * Install snappy:
80 * Install zlib:
84 * Install bzip2:
88 * Install lz4:
92 * Install ASAN (optional for debugging):
96 * Install zstandard:
116 * Install the dependencies for RocksDB:
150 * Install the dependencies for RocksDB:
178 * Install AIX Toolbox rpms with gcc
[all …]
Dcmake_install.cmake1 # Install script for directory: /rdbg-bench/src/rocksdb-6.9
17 message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
23 message(STATUS "Install component: \"${COMPONENT}\"")
DCMakeLists.txt30 # 1. Install a recent toolchain such as devtoolset-3 if you're on a older distro. C++11 required.
878 …set(CMAKE_INSTALL_PREFIX /usr CACHE PATH "Install path prefix, prepended onto install directories.…
DCMakeCache.txt174 //Install path prefix, prepended onto install directories.
/rocksdb-6.9/db_stress_tool/
Dcmake_install.cmake1 # Install script for directory: /rdbg-bench/src/rocksdb-6.9/db_stress_tool
17 message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
23 message(STATUS "Install component: \"${COMPONENT}\"")
/rocksdb-6.9/tools/
Dcmake_install.cmake1 # Install script for directory: /rdbg-bench/src/rocksdb-6.9/tools
17 message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
23 message(STATUS "Install component: \"${COMPONENT}\"")
/rocksdb-6.9/docs/_posts/
D2015-10-27-getthreadlist.markdown90 <td >CompactionJob::Install
118 …or instance, thread 140716416169728 is currently running `CompactionJob::Install`, which further i…
/rocksdb-6.9/db/compaction/
Dcompaction_job.h101 Status Install(const MutableCFOptions& mutable_cf_options);
Dcompaction_job_test.cc344 ASSERT_OK(compaction_job.Install(*cfd->GetLatestMutableCFOptions()));
Dcompaction_job.cc712 Status CompactionJob::Install(const MutableCFOptions& mutable_cf_options) { in Install() function in ROCKSDB_NAMESPACE::CompactionJob
/rocksdb-6.9/.circleci/
Dconfig.yml29 name: "Install thirdparty dependencies"
/rocksdb-6.9/docs/
DREADME.md29 1. Install the project's dependencies
/rocksdb-6.9/db/db_impl/
Ddb_impl_compaction_flush.cc1053 Status status = compaction_job.Install(*c->mutable_cf_options()); in CompactFilesImpl()
2839 status = compaction_job.Install(*c->mutable_cf_options()); in BackgroundCompaction()