Uses of Class
oracle.nosql.driver.ops.DropReplicaRequest
Packages that use DropReplicaRequest
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 DropReplicaRequest in oracle.nosql.driverMethods in oracle.nosql.driver with parameters of type DropReplicaRequestModifier and TypeMethodDescriptionNoSQLHandle.dropReplica(DropReplicaRequest request) Cloud service only.
- 
Uses of DropReplicaRequest in oracle.nosql.driver.opsMethods in oracle.nosql.driver.ops that return DropReplicaRequestModifier and TypeMethodDescriptionDropReplicaRequest.setCompartment(String compartment) Sets the name or id of a compartment to be used for this operation.DropReplicaRequest.setDefaults(NoSQLHandleConfig config) DropReplicaRequest.setReplicaName(String replicaName) Sets the replica name (region) to be droppedDropReplicaRequest.setTableName(String tableName) Sets the table name to use for the operation.DropReplicaRequest.setTimeout(int timeoutMs) Sets the request timeout value, in milliseconds.