Uses of Class
com.oracle.nosql.spring.data.config.NosqlDbConfig
Packages that use NosqlDbConfig
Package
Description
- 
Uses of NosqlDbConfig in com.oracle.nosql.spring.dataConstructors in com.oracle.nosql.spring.data with parameters of type NosqlDbConfig
- 
Uses of NosqlDbConfig in com.oracle.nosql.spring.data.configMethods in com.oracle.nosql.spring.data.config that return NosqlDbConfigModifier and TypeMethodDescriptionstatic NosqlDbConfigNosqlDbConfig.createCloudConfig(String endpoint, String configFile) Creates a NosqlDbConfig object based on endpoint and config file path.static NosqlDbConfigNosqlDbConfig.createCloudConfig(String endpoint, String configFile, String profileName) Creates a NosqlDbConfig object based on endpoint, config file path and profile name.static NosqlDbConfigNosqlDbConfig.createCloudSimConfig(String endpoint) Creates a NosqlDbConfig object for a CloudSim server.static NosqlDbConfigNosqlDbConfig.createProxyConfig(String endpoint) Creates a NosqlDbConfig object for an on-prem server using an httproxy server.static NosqlDbConfigNosqlDbConfig.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 ifNosqlTableannotation is not present.NosqlDbConfig.setDefaultReadUnits(int defaultReadUnits) Sets the default read units when table is created ifNosqlTableannotation is not present or it doesn't specify a readUnits value.NosqlDbConfig.setDefaultStorageGB(int defaultStorageGB) Sets the default storageGB when table is created ifNosqlTableannotation is not present or it doesn't specify a storageGB value.NosqlDbConfig.setDefaultWriteUnits(int defaultWriteUnits) Sets the default write units when table is created ifNosqlTableannotation is not present or it doesn't specify a writeUnits value.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.coreMethods in com.oracle.nosql.spring.data.core with parameters of type NosqlDbConfigModifier and TypeMethodDescriptionstatic NosqlTemplateNosqlTemplate.create(NosqlDbConfig nosqlDBConfig) static ReactiveNosqlTemplateReactiveNosqlTemplate.create(NosqlDbConfig nosqlDBConfig)