Uses of Class
oracle.nosql.driver.ops.AddReplicaRequest
Packages that use AddReplicaRequest
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 AddReplicaRequest in oracle.nosql.driverMethods in oracle.nosql.driver with parameters of type AddReplicaRequestModifier and TypeMethodDescriptionNoSQLHandle.addReplica(AddReplicaRequest request) Cloud service only.
- 
Uses of AddReplicaRequest in oracle.nosql.driver.opsMethods in oracle.nosql.driver.ops that return AddReplicaRequestModifier and TypeMethodDescriptionAddReplicaRequest.setCompartment(String compartment) Sets the name or id of a compartment to be used for this operation.AddReplicaRequest.setDefaults(NoSQLHandleConfig config) AddReplicaRequest.setReadUnits(int readUnits) Sets the read units for the replica table.AddReplicaRequest.setReplicaName(String replicaName) Sets the replica name (region) to be addedAddReplicaRequest.setTableName(String tableName) Sets the table name to replicateAddReplicaRequest.setTimeout(int timeoutMs) Sets the request timeout value, in milliseconds.AddReplicaRequest.setWriteUnits(int writeUnits) Sets the write units for the replica table.