Uses of Class
org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException
Packages that use org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException
-
Uses of org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException in org.apache.hadoop.hbase.client
Methods in org.apache.hadoop.hbase.client that return org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException
AsyncRequestFuture.getErrors()
Methods in org.apache.hadoop.hbase.client with parameters of type org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException in inModifier and TypeMethodDescriptionvoid
BufferedMutator.ExceptionListener.onException
(org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException exception, org.apache.hadoop.hbase.client.BufferedMutator mutator) Methods in org.apache.hadoop.hbase.client that throw org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException in inModifier and TypeMethodDescriptionstatic <R> void
HTable.doBatchWithCallback
(List<? extends org.apache.hadoop.hbase.client.Row> actions, Object[] results, org.apache.hadoop.hbase.client.coprocessor.Batch.Callback<R> callback, org.apache.hadoop.hbase.client.ClusterConnection connection, ExecutorService pool, org.apache.hadoop.hbase.TableName tableName, Map<String, byte[]> requestAttributes) void
BufferedMutatorImpl.flush()
void
BufferedMutatorImpl.mutate
(List<? extends org.apache.hadoop.hbase.client.Mutation> ms) void
BufferedMutatorImpl.mutate
(org.apache.hadoop.hbase.client.Mutation m) void
BufferedMutator.ExceptionListener.onException
(org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException exception, org.apache.hadoop.hbase.client.BufferedMutator mutator)