Uses of Class
oracle.nosql.driver.RetryableException
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 RetryableException in oracle.nosql.driver
Modifier and TypeClassDescriptionclass
Cloud service only.class
Cloud service only.class
Cloud service only.class
An exception that is thrown when there is an internal system problem.class
Deprecated.this class is no longer usedclass
Cloud service only.class
Cloud service only.class
Cloud service only.Modifier and TypeMethodDescriptionvoid
DefaultRetryHandler.delay
(Request request, int numRetries, RetryableException re) Delay (sleep) during retry cycle.void
RetryHandler.delay
(Request request, int numRetries, RetryableException re) This method is called when aRetryableException
is thrown and it is determined that the request will be retried based on the return value ofRetryHandler.doRetry(oracle.nosql.driver.ops.Request, int, oracle.nosql.driver.RetryableException)
.boolean
DefaultRetryHandler.doRetry
(Request request, int numRetries, RetryableException re) Decide whether to retry or not.boolean
RetryHandler.doRetry
(Request request, int numRetries, RetryableException re) This method is called when aRetryableException
is thrown and determines whether to perform a retry or not based on the parameters.