|
Oracle NoSQL Database version 11gR2.2.0.26 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KVStoreConfig | |
---|---|
oracle.kv | This package contains the public API for using Oracle NoSQL Database. |
Uses of KVStoreConfig in oracle.kv |
---|
Methods in oracle.kv that return KVStoreConfig | |
---|---|
KVStoreConfig |
KVStoreConfig.clone()
|
KVStoreConfig |
KVStoreConfig.setConsistency(Consistency consistency)
Configures the default read Consistency to be used when a Consistency is not specified for a particular read operation. |
KVStoreConfig |
KVStoreConfig.setDurability(Durability durability)
Configures the default write Durability to be used when a Durability is not specified for a particular write operation. |
KVStoreConfig |
KVStoreConfig.setHelperHosts(String... helperHostPort)
Configures the helper host/port pairs. |
KVStoreConfig |
KVStoreConfig.setLOBSuffix(String lobSuffix)
Configures the default suffix associated with LOB keys. |
KVStoreConfig |
KVStoreConfig.setLOBTimeout(long timeout,
TimeUnit unit)
Configures default timeout value associated with chunk access during operations on LOBs. |
KVStoreConfig |
KVStoreConfig.setLOBVerificationBytes(long lobVerificationBytes)
Configures the number of trailing bytes of a partial LOB that must be verified against the user supplied LOB stream when resuming a putLOB operation. |
KVStoreConfig |
KVStoreConfig.setOpenTimeout(long timeout,
TimeUnit unit)
Deprecated. replaced by setSocketOpenTimeout(long, java.util.concurrent.TimeUnit) |
KVStoreConfig |
KVStoreConfig.setRequestLimit(RequestLimitConfig requestLimitConfig)
Configures the maximum number of requests that can be active for a node in the KVStore. |
KVStoreConfig |
KVStoreConfig.setRequestTimeout(long timeout,
TimeUnit unit)
Configures the default request timeout. |
KVStoreConfig |
KVStoreConfig.setSocketOpenTimeout(long timeout,
TimeUnit unit)
Configures the open timeout used when establishing sockets used to make client requests. |
KVStoreConfig |
KVStoreConfig.setSocketReadTimeout(long timeout,
TimeUnit unit)
Configures the read timeout associated with the underlying sockets used to make client requests. |
KVStoreConfig |
KVStoreConfig.setStoreName(String storeName)
Configures the store name. |
Methods in oracle.kv with parameters of type KVStoreConfig | |
---|---|
static KVStore |
KVStoreFactory.getStore(KVStoreConfig config)
Get a handle to an existing KVStore. |
|
Oracle NoSQL Database version 11gR2.2.0.26 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |