Uses of Class
org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException
Packages that use RetriesExhaustedWithDetailsException
-
Uses of RetriesExhaustedWithDetailsException in org.apache.hadoop.hbase.client
Methods in org.apache.hadoop.hbase.client that return RetriesExhaustedWithDetailsExceptionModifier and TypeMethodDescriptionAsyncRequestFuture.getErrors()
AsyncRequestFutureImpl.getErrors()
(package private) RetriesExhaustedWithDetailsException
BatchErrors.makeException
(boolean logDetails) private static RetriesExhaustedWithDetailsException
BufferedMutatorImpl.makeException
(List<RetriesExhaustedWithDetailsException> errors) Methods in org.apache.hadoop.hbase.client with parameters of type RetriesExhaustedWithDetailsExceptionModifier and TypeMethodDescriptionvoid
BufferedMutator.ExceptionListener.onException
(RetriesExhaustedWithDetailsException exception, BufferedMutator mutator) Method parameters in org.apache.hadoop.hbase.client with type arguments of type RetriesExhaustedWithDetailsExceptionModifier and TypeMethodDescriptionprivate static RetriesExhaustedWithDetailsException
BufferedMutatorImpl.makeException
(List<RetriesExhaustedWithDetailsException> errors) Methods in org.apache.hadoop.hbase.client that throw RetriesExhaustedWithDetailsExceptionModifier and TypeMethodDescriptionstatic <R> void
HTable.doBatchWithCallback
(List<? extends Row> actions, Object[] results, Batch.Callback<R> callback, ClusterConnection connection, ExecutorService pool, TableName tableName, Map<String, byte[]> requestAttributes) private void
BufferedMutatorImpl.doFlush
(boolean flushAll) Send the operations in the buffer to the servers.void
BufferedMutatorImpl.flush()
void
void
void
BufferedMutator.ExceptionListener.onException
(RetriesExhaustedWithDetailsException exception, BufferedMutator mutator)