Uses of Interface
oracle.nosql.driver.RetryHandler
Package
Description
Contains the public API for using the Oracle NoSQL Database
as well as configuration and common parameter classes used in
database operations.
-
Uses of RetryHandler in oracle.nosql.driver
Modifier and TypeMethodDescriptionNoSQLHandleConfig.getRetryHandler()
Returns theRetryHandler
configured for the handle, or null if none is set.Modifier and TypeMethodDescriptionNoSQLHandleConfig.setRetryHandler
(RetryHandler retryHandler) Sets theRetryHandler
to use for the handle.