Uses of Class
org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException

Packages that use org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException
Package
Description
Provides HBase Client
  • 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 in
    Modifier and Type
    Method
    Description
    org.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 in
    Modifier and Type
    Method
    Description
    void
    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 in
    Modifier and Type
    Method
    Description
    static <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)