| Package | Description | 
|---|---|
| org.apache.hadoop.hbase | |
| org.apache.hadoop.hbase.client | 
 Provides HBase Client 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
HRegionLocation.compareTo(HRegionLocation o)  | 
| Modifier and Type | Method and Description | 
|---|---|
HRegionLocation | 
RegionLocator.getRegionLocation(byte[] row)
Finds the region on which the given row is being served. 
 | 
HRegionLocation | 
RegionLocator.getRegionLocation(byte[] row,
                 boolean reload)
Finds the region on which the given row is being served. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<HRegionLocation> | 
RegionLocator.getAllRegionLocations()
Retrieves all of the regions associated with this table. 
 | 
default CompletableFuture<HRegionLocation> | 
AsyncTableRegionLocator.getRegionLocation(byte[] row)
Finds the region on which the given row is being served. 
 | 
default CompletableFuture<HRegionLocation> | 
AsyncTableRegionLocator.getRegionLocation(byte[] row,
                 boolean reload)
Finds the region on which the given row is being served. 
 | 
default CompletableFuture<HRegionLocation> | 
AsyncTableRegionLocator.getRegionLocation(byte[] row,
                 int replicaId)
Finds the region with the given  
replicaId on which the given row is being served. | 
CompletableFuture<HRegionLocation> | 
AsyncTableRegionLocator.getRegionLocation(byte[] row,
                 int replicaId,
                 boolean reload)
Finds the region with the given  
replicaId on which the given row is being served. | 
| Modifier and Type | Method and Description | 
|---|---|
RequestController.ReturnCode | 
RequestController.Checker.canTakeRow(HRegionLocation loc,
          Row row)
Checks the data whether it is valid to submit. 
 | 
| Constructor and Description | 
|---|
HTableMultiplexerStatus(Map<HRegionLocation,org.apache.hadoop.hbase.client.HTableMultiplexer.FlushWorker> serverToFlushWorkerMap)  | 
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.