Home
last modified time | relevance | path

Searched refs:request (Results 1 – 11 of 11) sorted by relevance

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DRateLimiter.java180 public void request(final long bytes) { in request() method in RateLimiter
182 request(nativeHandle_, bytes); in request()
223 private native void request(final long handle, final long bytes); in request() method in RateLimiter
/rocksdb-6.9/third-party/folly/folly/synchronization/
DDistributedMutex-inl.h663 RequestWithoutReturn<F>& request,
667 throwIfExceptionOccurred(request, waiter, exception);
672 RequestWithReturn<F>& request,
676 throwIfExceptionOccurred(request, waiter, exception);
683 new (&request.value_) ReturnType(std::move(val));
689 RequestWithReturn<F>& request,
693 throwIfExceptionOccurred(request, waiter, exception);
700 new (&request.value_) ReturnType(std::move(val));
1139 Request& request) {
1166 auto&& task = coalesce(request, state);
[all …]
/rocksdb-6.9/
DCONTRIBUTING.md8 In order to accept your pull request, we need you to submit a CLA. You
11 request for the first time, just let us know that you have completed
17 e-mail or create a new github issue to request the CLA in PDF format.
DLANGUAGE-BINDINGS.md1 …party language bindings for RocksDB. If something is missing, please open a pull request to add it.
DUSERS.md1 …ocksDB and their use cases. If you are using RocksDB, please open a pull request and add yourself …
DHISTORY.md653 * Added ReadOptions::max_skippable_internal_keys to set a threshold to fail a request as incomplete…
/rocksdb-6.9/docs/_posts/
D2017-05-26-rocksdb-5-4-5-released.markdown10 * Added ReadOptions::max_skippable_internal_keys to set a threshold to fail a request as incomplete…
D2017-08-25-flushwal.markdown16 …ly upon each call to `DB::Put` or `DB::Write`. The user can additionally request sync after each w…
D2014-04-21-indexing-sst-files-for-better-lookup-performance.markdown10 For a `Get()` request, RocksDB goes through mutable memtable, list of immutable memtables, and SST …
D2014-06-27-avoid-expensive-locks-in-get.markdown32 …e event comparable to millions of read requests. On the very first Get() request, each thread pays…
D2018-08-23-data-block-hash-index.markdown89 …only supports point lookup. We do not support range lookup. Range lookup request will fall back to…