Uses of Enum
org.apache.hadoop.hbase.client.AsyncRequestFutureImpl.Retry
-
Uses of AsyncRequestFutureImpl.Retry in org.apache.hadoop.hbase.client
Modifier and TypeMethodDescription(package private) AsyncRequestFutureImpl.Retry
AsyncRequestFutureImpl.manageError
(int originalIndex, Row row, AsyncRequestFutureImpl.Retry canRetry, Throwable throwable, ServerName server) Check that we can retry acts accordingly: logs, set the error status.static AsyncRequestFutureImpl.Retry
Returns the enum constant of this type with the specified name.static AsyncRequestFutureImpl.Retry[]
AsyncRequestFutureImpl.Retry.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescription(package private) AsyncRequestFutureImpl.Retry
AsyncRequestFutureImpl.manageError
(int originalIndex, Row row, AsyncRequestFutureImpl.Retry canRetry, Throwable throwable, ServerName server) Check that we can retry acts accordingly: logs, set the error status.