Uses of Class
oracle.nosql.driver.ops.SystemStatusRequest
Packages that use SystemStatusRequest
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 SystemStatusRequest in oracle.nosql.driverMethods in oracle.nosql.driver with parameters of type SystemStatusRequestModifier and TypeMethodDescriptionNoSQLHandle.systemStatus(SystemStatusRequest request) On-premises only.
- 
Uses of SystemStatusRequest in oracle.nosql.driver.opsMethods in oracle.nosql.driver.ops that return SystemStatusRequestModifier and TypeMethodDescriptionSystemStatusRequest.setDefaults(NoSQLHandleConfig config) SystemStatusRequest.setOperationId(String operationId) Sets the operation id to use for the request.SystemStatusRequest.setStatement(String statement) Sets the statement that was used for the operation.SystemStatusRequest.setTimeout(int timeoutMs) Sets the request timeout value, in milliseconds.