NoSQLHandleConfig |
NoSQLHandleConfig.clone() |
|
NoSQLHandleConfig |
NoSQLHandleConfig.configureDefaultRetryHandler(int numRetries,
int delayMS) |
Sets the RetryHandler using a default retry handler configured
with the specified number of retries and a static delay, in milliseconds.
|
NoSQLHandleConfig |
NoSQLHandleConfig.setAuthorizationProvider(AuthorizationProvider provider) |
|
NoSQLHandleConfig |
NoSQLHandleConfig.setConnectionPoolSize(int poolSize) |
Sets the maximum number of individual connections to use to connect
to the service.
|
NoSQLHandleConfig |
NoSQLHandleConfig.setConsistency(Consistency consistency) |
|
NoSQLHandleConfig |
NoSQLHandleConfig.setDefaultCompartment(String compartment) |
Cloud service only.
|
NoSQLHandleConfig |
NoSQLHandleConfig.setLogger(Logger logger) |
Sets the Logger used for the driver.
|
NoSQLHandleConfig |
NoSQLHandleConfig.setMaxContentLength(int maxContentLength) |
Sets the maximum size in bytes of request/response payloads.
|
NoSQLHandleConfig |
NoSQLHandleConfig.setNumThreads(int numThreads) |
Sets the number of threads to use for handling
network traffic.
|
NoSQLHandleConfig |
NoSQLHandleConfig.setPoolMaxPending(int poolMaxPending) |
Sets the maximum number of pending acquire operations allowed on the
connection pool.
|
NoSQLHandleConfig |
NoSQLHandleConfig.setRequestTimeout(int timeout) |
Sets the default request timeout.
|
NoSQLHandleConfig |
NoSQLHandleConfig.setRetryHandler(RetryHandler retryHandler) |
|
NoSQLHandleConfig |
NoSQLHandleConfig.setSSLCipherSuites(String... cipherSuites) |
Set SSL cipher suites to enable, in the order of preference.
|
NoSQLHandleConfig |
NoSQLHandleConfig.setSSLProtocols(String... sslProtocols) |
Set SSL protocols to enable, in the order of preference.
|
NoSQLHandleConfig |
NoSQLHandleConfig.setSSLSessionCacheSize(int cacheSize) |
Sets the size of the cache used for storing SSL session objects, 0
to use the default value, no size limit.
|
NoSQLHandleConfig |
NoSQLHandleConfig.setSSLSessionTimeout(int timeout) |
Set the timeout for the cached SSL session objects, in seconds.
|
NoSQLHandleConfig |
NoSQLHandleConfig.setTableRequestTimeout(int tableRequestTimeout) |
Sets the default table request timeout.
|