Uses of Class
oracle.nosql.driver.ops.WriteMultipleRequest
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 WriteMultipleRequest in oracle.nosql.driver
Modifier and TypeMethodDescriptionNoSQLHandle.writeMultiple
(WriteMultipleRequest request) Executes a sequence of operations associated with a table that share the same shard key portion of their primary keys, all the specified operations are executed within the scope of a single transaction. -
Uses of WriteMultipleRequest in oracle.nosql.driver.ops
Modifier and TypeMethodDescriptionAdds a Request to the operation list.WriteMultipleRequest.setCompartment
(String compartment) Cloud service only.WriteMultipleRequest.setDurability
(Durability durability) Sets the durability to use for the operation.WriteMultipleRequest.setNamespace
(String namespace) Sets the optional namespace.WriteMultipleRequest.setTimeout
(int timeoutMs) Sets the request timeout value, in milliseconds.