Uses of Class
oracle.nosql.driver.ops.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.driver
Modifier and TypeMethodDescriptionNoSQLHandle.systemStatus
(SystemStatusRequest request) On-premises only. -
Uses of SystemStatusRequest in oracle.nosql.driver.ops
Modifier 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.