| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.client | Provides HBase Client | 
| Modifier and Type | Field and Description | 
|---|---|
| private AsyncRegionLocator | AsyncTableRegionLocatorImpl. locator | 
| private AsyncRegionLocator | AsyncConnectionImpl. locator | 
| Modifier and Type | Method and Description | 
|---|---|
| (package private) AsyncRegionLocator | AsyncConnectionImpl. getLocator() | 
| Modifier and Type | Method and Description | 
|---|---|
| (package private) static <T> CompletableFuture<T> | ConnectionUtils. timelineConsistentRead(AsyncRegionLocator locator,
                      TableName tableName,
                      Query query,
                      byte[] row,
                      RegionLocateType locateType,
                      Function<Integer,CompletableFuture<T>> requestReplica,
                      long rpcTimeoutNs,
                      long primaryCallTimeoutNs,
                      org.apache.hbase.thirdparty.io.netty.util.Timer retryTimer) | 
| Constructor and Description | 
|---|
| AsyncTableRegionLocatorImpl(TableName tableName,
                           AsyncRegionLocator locator) | 
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.