Uses of Class
org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException
-
Uses of RetriesExhaustedWithDetailsException in org.apache.hadoop.hbase.client
Modifier and TypeMethodDescriptionAsyncRequestFuture.getErrors()
AsyncRequestFutureImpl.getErrors()
(package private) RetriesExhaustedWithDetailsException
BatchErrors.makeException
(boolean logDetails) private static RetriesExhaustedWithDetailsException
BufferedMutatorImpl.makeException
(List<RetriesExhaustedWithDetailsException> errors) Modifier and TypeMethodDescriptionvoid
BufferedMutator.ExceptionListener.onException
(RetriesExhaustedWithDetailsException exception, BufferedMutator mutator) Modifier and TypeMethodDescriptionprivate static RetriesExhaustedWithDetailsException
BufferedMutatorImpl.makeException
(List<RetriesExhaustedWithDetailsException> errors) Modifier 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)