| Package | Description |
|---|---|
| com.oracle.nosql.spring.data | |
| com.oracle.nosql.spring.data.config | |
| com.oracle.nosql.spring.data.core |
| Constructor and Description |
|---|
NosqlDbFactory(NosqlDbConfig config) |
| Modifier and Type | Method and Description |
|---|---|
static NosqlDbConfig |
NosqlDbConfig.createCloudConfig(String endpoint,
String configFile)
Creates a NosqlDbConfig object based on endpoint and config file path.
|
static NosqlDbConfig |
NosqlDbConfig.createCloudConfig(String endpoint,
String configFile,
String profileName)
Creates a NosqlDbConfig object based on endpoint, config file path and
profile name.
|
static NosqlDbConfig |
NosqlDbConfig.createCloudSimConfig(String endpoint)
Creates a NosqlDbConfig object for a CloudSim server.
|
static NosqlDbConfig |
NosqlDbConfig.createProxyConfig(String endpoint)
Creates a NosqlDbConfig object for an on-prem server using an
httproxy server.
|
static NosqlDbConfig |
NosqlDbConfig.createProxyConfig(String endpoint,
String username,
char[] password)
Creates a NosqlDbConfig object for an on-prem server using a
secured httproxy server.
|
NosqlDbConfig |
NosqlDbConfig.setDefaultCapacityMode(NosqlCapacityMode defaultCapacityMode)
Sets the default capacity mode when table is created if
NosqlTable annotation is not present. |
NosqlDbConfig |
NosqlDbConfig.setDefaultReadUnits(int defaultReadUnits)
Sets the default read units when table is created if
NosqlTable annotation is not present or it doesn't specify a
readUnits value. |
NosqlDbConfig |
NosqlDbConfig.setDefaultStorageGB(int defaultStorageGB)
Sets the default storageGB when table is created if
NosqlTable annotation is not present or it doesn't specify a
storageGB value. |
NosqlDbConfig |
NosqlDbConfig.setDefaultWriteUnits(int defaultWriteUnits)
Sets the default write units when table is created if
NosqlTable annotation is not present or it doesn't specify a
writeUnits value. |
NosqlDbConfig |
NosqlDbConfig.setTableReqPollInterval(int pollInterval)
Sets the table request poll interval in milliseconds.
|
NosqlDbConfig |
NosqlDbConfig.setTableReqTimeout(int tableReqTimeout)
Sets the table request timeout in milliseconds.
|
NosqlDbConfig |
NosqlDbConfig.setTimestampPrecision(int precision)
Sets the precision of the Timestamp NoSQL DB type when creating a
new table.
|
| Modifier and Type | Method and Description |
|---|---|
NosqlDbFactory |
AbstractNosqlConfiguration.nosqlDbFactory(NosqlDbConfig nosqlDBConfig) |
| Modifier and Type | Method and Description |
|---|---|
static ReactiveNosqlTemplate |
ReactiveNosqlTemplate.create(NosqlDbConfig nosqlDBConfig) |
static NosqlTemplate |
NosqlTemplate.create(NosqlDbConfig nosqlDBConfig) |
Copyright © 2022 Oracle Corporation. All rights reserved.