Uses of Class
oracle.kv.RequestLimitConfig
- 
Packages that use RequestLimitConfig Package Description oracle.kv This package contains the public API for using Oracle NoSQL Database. - 
- 
Uses of RequestLimitConfig in oracle.kv
Methods in oracle.kv that return RequestLimitConfig Modifier and Type Method Description static RequestLimitConfigRequestLimitConfig. getDefault()Returns an instance that uses the default values.RequestLimitConfigKVStoreConfig. getRequestLimit()Returns the configuration describing how the number of active requests to a node are limited.Methods in oracle.kv with parameters of type RequestLimitConfig Modifier and Type Method Description KVStoreConfigKVStoreConfig. setRequestLimit(RequestLimitConfig requestLimitConfig)Configures the maximum number of requests that can be active for a node in the KVStore. 
 -