Uses of Class
com.oracle.nosql.spring.data.config.NosqlDbConfig
Packages that use NosqlDbConfig
Package
Description
-
Uses of NosqlDbConfig in com.oracle.nosql.spring.data
Constructors in com.oracle.nosql.spring.data with parameters of type NosqlDbConfig -
Uses of NosqlDbConfig in com.oracle.nosql.spring.data.config
Methods in com.oracle.nosql.spring.data.config that return NosqlDbConfigModifier and TypeMethodDescriptionstatic 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.setDefaultCapacityMode
(NosqlCapacityMode defaultCapacityMode) Sets the default capacity mode when table is created ifNosqlTable
annotation is not present.NosqlDbConfig.setDefaultReadUnits
(int defaultReadUnits) Sets the default read units when table is created ifNosqlTable
annotation is not present or it doesn't specify a readUnits value.NosqlDbConfig.setDefaultStorageGB
(int defaultStorageGB) Sets the default storageGB when table is created ifNosqlTable
annotation is not present or it doesn't specify a storageGB value.NosqlDbConfig.setDefaultWriteUnits
(int defaultWriteUnits) Sets the default write units when table is created ifNosqlTable
annotation is not present or it doesn't specify a writeUnits value.NosqlDbConfig.setQueryCacheCapacity
(int capacity) Sets the capacity of the prepared query cache.NosqlDbConfig.setQueryCacheLifetime
(int lifetime) Sets the lifetime of the prepared query cache in milliseconds.NosqlDbConfig.setTableReqPollInterval
(int pollInterval) Sets the table request poll interval in milliseconds.NosqlDbConfig.setTableReqTimeout
(int tableReqTimeout) Sets the table request timeout in milliseconds.NosqlDbConfig.setTimestampPrecision
(int precision) Sets the precision of the Timestamp NoSQL DB type when creating a new table.Methods in com.oracle.nosql.spring.data.config with parameters of type NosqlDbConfigModifier and TypeMethodDescriptionAbstractNosqlConfiguration.nosqlDbFactory
(NosqlDbConfig nosqlDBConfig) -
Uses of NosqlDbConfig in com.oracle.nosql.spring.data.core
Methods in com.oracle.nosql.spring.data.core with parameters of type NosqlDbConfigModifier and TypeMethodDescriptionstatic NosqlTemplate
NosqlTemplate.create
(NosqlDbConfig nosqlDBConfig) static ReactiveNosqlTemplate
ReactiveNosqlTemplate.create
(NosqlDbConfig nosqlDBConfig)