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) RetriesExhaustedWithDetailsExceptionBatchErrors.makeException(boolean logDetails) private static RetriesExhaustedWithDetailsExceptionBufferedMutatorImpl.makeException(List<RetriesExhaustedWithDetailsException> errors) Methods in org.apache.hadoop.hbase.client with parameters of type RetriesExhaustedWithDetailsExceptionModifier and TypeMethodDescriptionvoidBufferedMutator.ExceptionListener.onException(RetriesExhaustedWithDetailsException exception, BufferedMutator mutator) Method parameters in org.apache.hadoop.hbase.client with type arguments of type RetriesExhaustedWithDetailsExceptionModifier and TypeMethodDescriptionprivate static RetriesExhaustedWithDetailsExceptionBufferedMutatorImpl.makeException(List<RetriesExhaustedWithDetailsException> errors) Methods in org.apache.hadoop.hbase.client that throw RetriesExhaustedWithDetailsExceptionModifier and TypeMethodDescriptionstatic <R> voidHTable.doBatchWithCallback(List<? extends Row> actions, Object[] results, Batch.Callback<R> callback, ClusterConnection connection, ExecutorService pool, TableName tableName, Map<String, byte[]> requestAttributes) private voidBufferedMutatorImpl.doFlush(boolean flushAll) Send the operations in the buffer to the servers.voidBufferedMutatorImpl.flush()voidvoidvoidBufferedMutator.ExceptionListener.onException(RetriesExhaustedWithDetailsException exception, BufferedMutator mutator)