Searched refs:instance (Results 1 – 14 of 14) sorted by relevance
| /rocksdb-6.9/utilities/ |
| D | object_registry.cc | 52 static std::shared_ptr<ObjectLibrary> instance = in Default() local 54 return instance; in Default() 58 std::shared_ptr<ObjectRegistry> instance = std::make_shared<ObjectRegistry>(); in NewInstance() local 59 return instance; in NewInstance()
|
| /rocksdb-6.9/util/ |
| D | compression_context_cache.cc | 91 static CompressionContextCache instance; in Instance() local 92 return &instance; in Instance()
|
| /rocksdb-6.9/java/src/main/java/org/rocksdb/ |
| D | NativeLibraryLoader.java | 16 private static final NativeLibraryLoader instance = new NativeLibraryLoader(); field in NativeLibraryLoader 31 return instance; in getInstance()
|
| /rocksdb-6.9/docs/_posts/ |
| D | 2015-10-27-getthreadlist.markdown | 118 …instance, we can see thread 140716416169728 is doing compaction on the `picachu` column family in … 126 To enable thread-tracking of a rocksdb instance, simply set `enable_thread_tracking` to true in its… 164 // The name of the DB instance where the thread is currently
|
| D | 2017-09-28-rocksdb-5-8-released.markdown | 16 …the compaction queue, which cause write stalling, particularly in multi-instance use cases. Users …
|
| D | 2017-01-06-rocksdb-5-0-1-released.markdown | 15 …_NUMBER to avoid confusion if statistics object is shared among RocksDB instance. Alternatively DB…
|
| D | 2014-06-23-plaintable-a-new-file-format.markdown | 14 …ed in tmpfs/ramfs. Support DBs larger than 100GB (may be sharded across multiple RocksDB instance).
|
| D | 2016-01-29-compaction_pri.markdown | 20 … user updates are uniformly distributed across the whole key range. For instance, when we compact …
|
| /rocksdb-6.9/examples/ |
| D | rocksdb_option_file_example.ini | 29 # For instance, n1:n2:n3:n4 is a list containing four values.
|
| /rocksdb-6.9/java/ |
| D | RELEASE.md | 39 ….apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocati…
|
| /rocksdb-6.9/docs/ |
| D | TEMPLATE-INFORMATION.md | 3 …ard. When you make changes here, you'll have to kill the `jekyll serve` instance and restart it to…
|
| /rocksdb-6.9/ |
| D | HISTORY.md | 53 …ons, and an option DBOptions::file_system to allow a user to pass in an instance of rocksdb::FileS… 195 * Add argument `--secondary_path` to ldb to open the database as the secondary instance. This would… 233 * Add C bindings for secondary instance, i.e. DBImplSecondary. 255 * Fix a bug in WAL replay of secondary instance by skipping write batches with older sequence numbe… 588 …the compaction queue, which cause write stalling, particularly in multi-instance use cases. Users … 709 …_NUMBER to avoid confusion if statistics object is shared among RocksDB instance. Alternatively DB…
|
| D | CMakeCache.txt | 539 //Generator instance identifier.
|
| /rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/ |
| D | gtest-all.cc | 5965 static UnitTest* const instance = new UnitTest; in GetInstance() local 5966 return instance; in GetInstance() 5968 static UnitTest instance; in GetInstance() 5969 return &instance; in GetInstance()
|