Uses of Class
org.apache.hadoop.hbase.util.Pair

Packages that use Pair
org.apache.hadoop.hbase.catalog   
org.apache.hadoop.hbase.client Provides HBase Client 
org.apache.hadoop.hbase.regionserver   
org.apache.hadoop.hbase.regionserver.metrics   
 

Uses of Pair in org.apache.hadoop.hbase.catalog
 

Methods in org.apache.hadoop.hbase.catalog that return Pair
static Pair<HRegionInfo,HServerAddress> MetaReader.getRegion(CatalogTracker catalogTracker, byte[] regionName)
          Gets the region info and assignment for the specified region from META.
static Pair<HRegionInfo,HServerAddress> MetaReader.metaRowToRegionPair(Result data)
           
static Pair<HRegionInfo,HServerInfo> MetaReader.metaRowToRegionPairWithInfo(Result data)
           
 

Methods in org.apache.hadoop.hbase.catalog that return types with arguments of type Pair
static java.util.List<Pair<HRegionInfo,HServerAddress>> MetaReader.getTableRegionsAndLocations(CatalogTracker catalogTracker, java.lang.String tableName)
           
 

Uses of Pair in org.apache.hadoop.hbase.client
 

Methods in org.apache.hadoop.hbase.client that return Pair
 Pair<byte[][],byte[][]> HTable.getStartEndKeys()
          Gets the starting and ending row keys for every region in the currently open table.
 

Methods in org.apache.hadoop.hbase.client that return types with arguments of type Pair
 java.util.Map<byte[],java.util.List<Pair<java.lang.Integer,java.lang.Object>>> MultiResponse.getResults()
           
 

Methods in org.apache.hadoop.hbase.client with parameters of type Pair
 void MultiResponse.add(byte[] regionName, Pair<java.lang.Integer,java.lang.Object> r)
          Add the pair to the container, grouped by the regionName
 

Uses of Pair in org.apache.hadoop.hbase.regionserver
 

Methods in org.apache.hadoop.hbase.regionserver that return Pair
 Pair<java.lang.Long,java.lang.Long> HRegion.getLastCompactInfo()
           
 

Methods in org.apache.hadoop.hbase.regionserver that return types with arguments of type Pair
 java.util.List<Pair<java.lang.Long,java.lang.Long>> HRegion.getRecentFlushInfo()
           
 

Methods in org.apache.hadoop.hbase.regionserver with parameters of type Pair
 HConstants.OperationStatusCode[] HRegion.put(Pair<Put,java.lang.Integer>[] putsAndLocks)
          Perform a batch of puts.
 

Uses of Pair in org.apache.hadoop.hbase.regionserver.metrics
 

Methods in org.apache.hadoop.hbase.regionserver.metrics with parameters of type Pair
 void RegionServerMetrics.addCompaction(Pair<java.lang.Long,java.lang.Long> compact)
           
 

Method parameters in org.apache.hadoop.hbase.regionserver.metrics with type arguments of type Pair
 void RegionServerMetrics.addFlush(java.util.List<Pair<java.lang.Long,java.lang.Long>> flushes)
           
 



Copyright © 2011 The Apache Software Foundation. All Rights Reserved.