| Package | Description | 
|---|---|
| org.apache.hadoop.hbase | |
| org.apache.hadoop.hbase.client | 
 Provides HBase Client 
 | 
| org.apache.hadoop.hbase.filter | 
 Provides row-level filters applied to HRegion scan results during calls to
  
ResultScanner.next(). | 
| org.apache.hadoop.hbase.mapreduce | 
 Provides HBase MapReduce
Input/OutputFormats, a table indexing MapReduce job, and utility methods. 
 | 
| org.apache.hadoop.hbase.util | 
| Modifier and Type | Method and Description | 
|---|---|
static Pair<HRegionInfo,ServerName> | 
HRegionInfo.getHRegionInfoAndServerName(Result r)
Deprecated. 
 
use MetaTableAccessor methods for interacting with meta layouts 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Pair<Integer,Integer> | 
Admin.getAlterStatus(byte[] tableName)
Get the status of alter command - indicates how many regions have received the updated schema
 Asynchronous operation. 
 | 
Pair<Integer,Integer> | 
Admin.getAlterStatus(TableName tableName)
Get the status of alter command - indicates how many regions have received the updated schema
 Asynchronous operation. 
 | 
Pair<byte[][],byte[][]> | 
RegionLocator.getStartEndKeys()
Gets the starting and ending row keys for every region in the currently
 open table. 
 | 
| Constructor and Description | 
|---|
FuzzyRowFilter(List<Pair<byte[],byte[]>> fuzzyKeysData)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected Pair<byte[][],byte[][]> | 
TableInputFormatBase.getStartEndKeys()  | 
protected Pair<byte[][],byte[][]> | 
TableInputFormat.getStartEndKeys()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected List<org.apache.hadoop.hbase.mapreduce.LoadIncrementalHFiles.LoadQueueItem> | 
LoadIncrementalHFiles.groupOrSplit(com.google.common.collect.Multimap<ByteBuffer,org.apache.hadoop.hbase.mapreduce.LoadIncrementalHFiles.LoadQueueItem> regionGroups,
            org.apache.hadoop.hbase.mapreduce.LoadIncrementalHFiles.LoadQueueItem item,
            Table table,
            Pair<byte[][],byte[][]> startEndKeys)
Attempt to assign the given load queue item into its target region group. 
 | 
void | 
LoadIncrementalHFiles.loadHFileQueue(Table table,
              Connection conn,
              Deque<org.apache.hadoop.hbase.mapreduce.LoadIncrementalHFiles.LoadQueueItem> queue,
              Pair<byte[][],byte[][]> startEndKeys)
Used by the replication sink to load the hfiles from the source cluster. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static <T1,T2> Pair<T1,T2> | 
Pair.newPair(T1 a,
       T2 b)
Constructs a new pair, inferring the type via the passed arguments 
 | 
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.