Uses of Class
oracle.nosql.driver.ops.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.driver
Modifier and TypeMethodDescriptionNoSQLHandle.addReplica
(AddReplicaRequest request) Cloud service only. -
Uses of AddReplicaRequest in oracle.nosql.driver.ops
Modifier and TypeMethodDescriptionAddReplicaRequest.setCompartment
(String compartment) Sets the name or id of a compartment to be used for this operation.AddReplicaRequest.setDefaults
(NoSQLHandleConfig config) AddReplicaRequest.setMatchEtag
(String etag) Sets an ETag in the request that must be matched for the operation to proceed.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.