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 TypeMethodDescriptionvoidBufferedMutator.ExceptionListener.onException(RetriesExhaustedWithDetailsException exception, BufferedMutator mutator) Methods in org.apache.hadoop.hbase.client that throw RetriesExhaustedWithDetailsExceptionModifier and TypeMethodDescriptionprivate voidBufferedMutatorOverAsyncBufferedMutator.internalFlush()voidBufferedMutator.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 TypeMethodDescriptionvoidRowStatisticsTableRecorder.TableRecorderExceptionListener.onException(RetriesExhaustedWithDetailsException exception, BufferedMutator mutator)