Uses of Class
oracle.nosql.driver.NoSQLHandleConfig
Package
Description
Contains the public API for using the Oracle NoSQL Database
as well as configuration and common parameter classes used in
database operations.
Contains the input and response classes used for Oracle NoSQL
Database operations.
-
Uses of NoSQLHandleConfig in oracle.nosql.driver
Modifier and TypeMethodDescriptionNoSQLHandleConfig.clone()
NoSQLHandleConfig.configureDefaultRetryHandler
(int numRetries, int delayMS) Sets theRetryHandler
using a default retry handler configured with the specified number of retries and a static delay.NoSQLHandleConfig.setAuthorizationProvider
(AuthorizationProvider provider) Sets theAuthorizationProvider
to use for the handle.NoSQLHandleConfig.setConnectionPoolMinSize
(int poolMinSize) Sets the minimum number of connections to keep in the connection pool when the connections are inactive.NoSQLHandleConfig.setConnectionPoolSize
(int poolSize) Deprecated.The connection pool no longer supports a size setting.NoSQLHandleConfig.setConsistency
(Consistency consistency) Sets the default requestConsistency
.NoSQLHandleConfig.setDefaultCompartment
(String compartment) Cloud service only.NoSQLHandleConfig.setDefaultNamespace
(String defaultNamespace) Set the default namespace to use for the handle.Sets the Logger used for the driver.NoSQLHandleConfig.setMaxContentLength
(int maxContentLength) Sets the maximum size in bytes of request/response payloads.NoSQLHandleConfig.setNumThreads
(int numThreads) Sets the number of threads to use for handling network traffic.NoSQLHandleConfig.setPoolMaxPending
(int poolMaxPending) Deprecated.The connection pool no longer supports pending requests.NoSQLHandleConfig.setProxyHost
(String proxyHost) Sets an HTTP proxy host to be used for the session.NoSQLHandleConfig.setProxyPassword
(String proxyPassword) Sets an HTTP proxy password if the configured proxy host requires authentication.NoSQLHandleConfig.setProxyPort
(int proxyPort) Sets an HTTP proxy port to be used for the session.NoSQLHandleConfig.setProxyUsername
(String proxyUsername) Sets an HTTP proxy user name if the configured proxy host requires authentication.NoSQLHandleConfig.setRateLimitingEnabled
(boolean enable) Enables internal rate limiting.NoSQLHandleConfig.setRequestTimeout
(int timeout) Sets the default request timeout.NoSQLHandleConfig.setRetryHandler
(RetryHandler retryHandler) Sets theRetryHandler
to use for the handle.NoSQLHandleConfig.setSSLCipherSuites
(String... cipherSuites) Set SSL cipher suites to enable, in the order of preference.NoSQLHandleConfig.setSSLHandshakeTimeout
(int timeout) Sets the timeout for the SSL handshake, in milliseconds.NoSQLHandleConfig.setSSLProtocols
(String... sslProtocols) Set SSL protocols to enable, in the order of preference.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.setSSLSessionTimeout
(int timeout) Sets the timeout for the cached SSL session objects, in seconds.NoSQLHandleConfig.setStatsEnableLog
(boolean statsEnableLog) When stats are enabled the logging is automatically turned on.NoSQLHandleConfig.setStatsHandler
(StatsControl.StatsHandler statsHandler) Registers a handler that is called every time the statistics are logged.NoSQLHandleConfig.setStatsInterval
(int statsInterval) Sets interval size in seconds for logging statistics.NoSQLHandleConfig.setStatsPrettyPrint
(boolean statsPrettyPrint) Enable JSON pretty print for easier human reading when logging statistics.NoSQLHandleConfig.setStatsProfile
(StatsControl.Profile statsProfile) Set the statistics collection profile.NoSQLHandleConfig.setTableRequestTimeout
(int tableRequestTimeout) Sets the default table request timeout.Modifier and TypeMethodDescriptionstatic NoSQLHandle
NoSQLHandleFactory.createNoSQLHandle
(NoSQLHandleConfig config) Creates a handle that can be used to access tables. -
Uses of NoSQLHandleConfig in oracle.nosql.driver.ops
Modifier and TypeMethodDescriptionAddReplicaRequest.setDefaults
(NoSQLHandleConfig config) DropReplicaRequest.setDefaults
(NoSQLHandleConfig config) SystemRequest.setDefaults
(NoSQLHandleConfig config) SystemStatusRequest.setDefaults
(NoSQLHandleConfig config) TableRequest.setDefaults
(NoSQLHandleConfig config)