Uses of Interface
oracle.nosql.driver.RetryHandler
- 
Packages that use RetryHandler Package Description oracle.nosql.driver 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
Classes in oracle.nosql.driver that implement RetryHandler Modifier and Type Class Description classDefaultRetryHandlerDefault retry handler.Methods in oracle.nosql.driver that return RetryHandler Modifier and Type Method Description RetryHandlerNoSQLHandleConfig. getRetryHandler()Returns theRetryHandlerconfigured for the handle, or null if none is set.Methods in oracle.nosql.driver with parameters of type RetryHandler Modifier and Type Method Description NoSQLHandleConfigNoSQLHandleConfig. setRetryHandler(RetryHandler retryHandler)Sets theRetryHandlerto use for the handle. 
 -