Uses of Class
org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException
Packages that use RetriesExhaustedWithDetailsException
Package
Description
Provides HBase Client
-
Uses of RetriesExhaustedWithDetailsException in org.apache.hadoop.hbase.client
Methods in org.apache.hadoop.hbase.client that return RetriesExhaustedWithDetailsExceptionMethods in org.apache.hadoop.hbase.client with parameters of type RetriesExhaustedWithDetailsExceptionModifier and TypeMethodDescriptionvoid
BufferedMutator.ExceptionListener.onException
(RetriesExhaustedWithDetailsException exception, BufferedMutator mutator) Methods in org.apache.hadoop.hbase.client that throw RetriesExhaustedWithDetailsExceptionModifier and TypeMethodDescriptionprivate void
BufferedMutatorOverAsyncBufferedMutator.internalFlush()
void
BufferedMutator.ExceptionListener.onException
(RetriesExhaustedWithDetailsException exception, BufferedMutator mutator) -
Uses of RetriesExhaustedWithDetailsException in org.apache.hadoop.hbase.coprocessor.example.row.stats.recorder
Methods in org.apache.hadoop.hbase.coprocessor.example.row.stats.recorder with parameters of type RetriesExhaustedWithDetailsExceptionModifier and TypeMethodDescriptionvoid
RowStatisticsTableRecorder.TableRecorderExceptionListener.onException
(RetriesExhaustedWithDetailsException exception, BufferedMutator mutator)