Searched refs:request (Results 1 – 11 of 11) sorted by relevance
| /rocksdb-6.9/java/src/main/java/org/rocksdb/ |
| D | RateLimiter.java | 180 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/ |
| D | DistributedMutex-inl.h | 663 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/ |
| D | CONTRIBUTING.md | 8 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.
|
| D | LANGUAGE-BINDINGS.md | 1 …party language bindings for RocksDB. If something is missing, please open a pull request to add it.
|
| D | USERS.md | 1 …ocksDB and their use cases. If you are using RocksDB, please open a pull request and add yourself …
|
| D | HISTORY.md | 653 * Added ReadOptions::max_skippable_internal_keys to set a threshold to fail a request as incomplete…
|
| /rocksdb-6.9/docs/_posts/ |
| D | 2017-05-26-rocksdb-5-4-5-released.markdown | 10 * Added ReadOptions::max_skippable_internal_keys to set a threshold to fail a request as incomplete…
|
| D | 2017-08-25-flushwal.markdown | 16 …ly upon each call to `DB::Put` or `DB::Write`. The user can additionally request sync after each w…
|
| D | 2014-04-21-indexing-sst-files-for-better-lookup-performance.markdown | 10 For a `Get()` request, RocksDB goes through mutable memtable, list of immutable memtables, and SST …
|
| D | 2014-06-27-avoid-expensive-locks-in-get.markdown | 32 …e event comparable to millions of read requests. On the very first Get() request, each thread pays…
|
| D | 2018-08-23-data-block-hash-index.markdown | 89 …only supports point lookup. We do not support range lookup. Range lookup request will fall back to…
|