Uses of Class
oracle.nosql.driver.ops.ReplicaStatsRequest
Packages that use ReplicaStatsRequest
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 ReplicaStatsRequest in oracle.nosql.driver
Methods in oracle.nosql.driver with parameters of type ReplicaStatsRequestModifier and TypeMethodDescriptionNoSQLHandle.getReplicaStats
(ReplicaStatsRequest request) Cloud service only. -
Uses of ReplicaStatsRequest in oracle.nosql.driver.ops
Methods in oracle.nosql.driver.ops that return ReplicaStatsRequestModifier and TypeMethodDescriptionReplicaStatsRequest.setCompartment
(String compartment) Cloud service only.ReplicaStatsRequest.setLimit
(int limit) Sets the limit to the number of replica stats records per region, the default value is 1000.ReplicaStatsRequest.setReplicaName
(String replicaName) Sets the replica name to query the stats information.ReplicaStatsRequest.setStartTime
(long startTime) Sets the start time to use for the request in milliseconds since the Epoch in UTC time.ReplicaStatsRequest.setStartTime
(String startTime) Sets the start time from an ISO 8601 formatted string.ReplicaStatsRequest.setTableName
(String tableName) Sets the table name to use for the operation.ReplicaStatsRequest.setTimeout
(int timeoutMs) Sets the request timeout value, in milliseconds.