Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
Modifier and Type | Field and Description |
---|---|
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,
Optional<MetricsConnection> metrics) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.