Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
Modifier and Type | Class and Description |
---|---|
class |
RetriesExhaustedWithDetailsException
This subclass of
RetriesExhaustedException is thrown when
we have more information about which rows were causing which exceptions on what servers. |
Modifier and Type | Method and Description |
---|---|
Result |
RpcRetryingCallerWithReadReplicas.call(int operationTimeout)
Algo: - we put the query into the execution pool.
|
(package private) static RegionLocations |
RpcRetryingCallerWithReadReplicas.getRegionLocations(boolean useCache,
int replicaId,
ClusterConnection cConnection,
TableName tableName,
byte[] row) |
static RegionLocations |
RegionAdminServiceCallable.getRegionLocations(ClusterConnection connection,
TableName tableName,
byte[] row,
boolean useCache,
int replicaId) |
(package private) static void |
RpcRetryingCallerWithReadReplicas.throwEnrichedException(ExecutionException e,
int retries)
Extract the real exception from the ExecutionException, and throws what makes more sense.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.