Uses of Interface
oracle.nosql.driver.RetryHandler
Packages that use 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.driverClasses in oracle.nosql.driver that implement RetryHandlerMethods in oracle.nosql.driver that return RetryHandlerModifier and TypeMethodDescriptionNoSQLHandleConfig.getRetryHandler()Returns theRetryHandlerconfigured for the handle, or null if none is set.Methods in oracle.nosql.driver with parameters of type RetryHandlerModifier and TypeMethodDescriptionNoSQLHandleConfig.setRetryHandler(RetryHandler retryHandler) Sets theRetryHandlerto use for the handle.