Uses of Enum
org.apache.hadoop.hbase.client.AsyncRequestFutureImpl.Retry
Packages that use AsyncRequestFutureImpl.Retry
-
Uses of AsyncRequestFutureImpl.Retry in org.apache.hadoop.hbase.client
Methods in org.apache.hadoop.hbase.client that return AsyncRequestFutureImpl.RetryModifier and TypeMethodDescription(package private) AsyncRequestFutureImpl.RetryAsyncRequestFutureImpl.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.RetryReturns 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.Methods in org.apache.hadoop.hbase.client with parameters of type AsyncRequestFutureImpl.RetryModifier and TypeMethodDescription(package private) AsyncRequestFutureImpl.RetryAsyncRequestFutureImpl.manageError(int originalIndex, Row row, AsyncRequestFutureImpl.Retry canRetry, Throwable throwable, ServerName server) Check that we can retry acts accordingly: logs, set the error status.