Home
last modified time | relevance | path

Searched refs:instance (Results 1 – 14 of 14) sorted by relevance

/rocksdb-6.9/utilities/
Dobject_registry.cc52 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/
Dcompression_context_cache.cc91 static CompressionContextCache instance; in Instance() local
92 return &instance; in Instance()
/rocksdb-6.9/java/src/main/java/org/rocksdb/
DNativeLibraryLoader.java16 private static final NativeLibraryLoader instance = new NativeLibraryLoader(); field in NativeLibraryLoader
31 return instance; in getInstance()
/rocksdb-6.9/docs/_posts/
D2015-10-27-getthreadlist.markdown118instance, 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
D2017-09-28-rocksdb-5-8-released.markdown16 …the compaction queue, which cause write stalling, particularly in multi-instance use cases. Users …
D2017-01-06-rocksdb-5-0-1-released.markdown15 …_NUMBER to avoid confusion if statistics object is shared among RocksDB instance. Alternatively DB…
D2014-06-23-plaintable-a-new-file-format.markdown14 …ed in tmpfs/ramfs. Support DBs larger than 100GB (may be sharded across multiple RocksDB instance).
D2016-01-29-compaction_pri.markdown20 … user updates are uniformly distributed across the whole key range. For instance, when we compact …
/rocksdb-6.9/examples/
Drocksdb_option_file_example.ini29 # For instance, n1:n2:n3:n4 is a list containing four values.
/rocksdb-6.9/java/
DRELEASE.md39 ….apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocati…
/rocksdb-6.9/docs/
DTEMPLATE-INFORMATION.md3 …ard. When you make changes here, you'll have to kill the `jekyll serve` instance and restart it to…
/rocksdb-6.9/
DHISTORY.md53 …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…
DCMakeCache.txt539 //Generator instance identifier.
/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc5965 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()