Uses of Class
org.apache.hadoop.hbase.client.Result

Packages that use Result
org.apache.hadoop.hbase   
org.apache.hadoop.hbase.client Provides HBase Client 
org.apache.hadoop.hbase.mapred Provides HBase MapReduce Input/OutputFormats, a table indexing MapReduce job, and utility 
org.apache.hadoop.hbase.mapreduce Provides HBase MapReduce Input/OutputFormats, a table indexing MapReduce job, and utility 
org.apache.hadoop.hbase.rest.client   
 

Uses of Result in org.apache.hadoop.hbase
 

Methods in org.apache.hadoop.hbase with parameters of type Result
static PairOfSameType<HRegionInfo> HRegionInfo.getDaughterRegions(Result data)
          Returns the daughter regions by reading the corresponding columns of the catalog table Result.
static HRegionInfo HRegionInfo.getHRegionInfo(Result data)
          Returns HRegionInfo object from the column HConstants.CATALOG_FAMILY:HConstants.REGIONINFO_QUALIFIER of the catalog table Result.
static HRegionInfo HRegionInfo.getHRegionInfo(Result r, byte[] qualifier)
          Returns the HRegionInfo object from the column HConstants.CATALOG_FAMILY and qualifier of the catalog table result.
static Pair<HRegionInfo,ServerName> HRegionInfo.getHRegionInfoAndServerName(Result r)
          Extract a HRegionInfo and ServerName from catalog table Result.
static PairOfSameType<HRegionInfo> HRegionInfo.getMergeRegions(Result data)
          Returns the merge regions by reading the corresponding columns of the catalog table Result.
static long HRegionInfo.getSeqNumDuringOpen(Result r)
          The latest seqnum that the server writing to meta observed when opening the region.
static ServerName HRegionInfo.getServerName(Result r)
          Returns a ServerName from catalog table Result.
 

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

Fields in org.apache.hadoop.hbase.client declared as Result
static Result Result.EMPTY_RESULT
           
protected  Result ClientScanner.lastResult
           
 

Fields in org.apache.hadoop.hbase.client with type parameters of type Result
protected  LinkedList<Result> ClientScanner.cache
           
 

Methods in org.apache.hadoop.hbase.client that return Result
 Result HTable.append(Append append)
          Appends values to one or more columns within a single row.
 Result HTableInterface.append(Append append)
          Appends values to one or more columns within a single row.
static Result Result.create(Cell[] cells)
          Instantiate a Result with the specified array of KeyValues.
static Result Result.create(List<Cell> cells)
          Instantiate a Result with the specified List of KeyValues.
static Result Result.create(List<Cell> cells, Boolean exists)
           
 Result HTable.get(Get get)
          Extracts certain cells from a given row.
 Result HTableInterface.get(Get get)
          Extracts certain cells from a given row.
 Result[] HTable.get(List<Get> gets)
          Extracts certain cells from the given rows, in batch.
 Result[] HTableInterface.get(List<Get> gets)
          Extracts certain cells from the given rows, in batch.
 Result HTable.getRowOrBefore(byte[] row, byte[] family)
          Return the row that matches row exactly, or the one that immediately precedes it.
 Result HTableInterface.getRowOrBefore(byte[] row, byte[] family)
          Deprecated. As of version 0.92 this method is deprecated without replacement. getRowOrBefore is used internally to find entries in hbase:meta and makes various assumptions about the table (which are true for hbase:meta but not in general) to be efficient.
 Result HTable.increment(Increment increment)
          Increments one or more columns within a single row.
 Result HTableInterface.increment(Increment increment)
          Increments one or more columns within a single row.
 Result TableSnapshotScanner.next()
           
 Result ClientSmallReversedScanner.next()
           
 Result ClientSmallScanner.next()
           
 Result ClientScanner.next()
           
 Result ResultScanner.next()
          Grab the next row's worth of values.
 Result[] ResultScanner.next(int nbRows)
           
 

Methods in org.apache.hadoop.hbase.client with parameters of type Result
static void Result.compareResults(Result res1, Result res2)
          Does a deep comparison of two Results, down to the byte arrays.
 void Result.copyFrom(Result other)
          Copy another Result into this one.
 

Uses of Result in org.apache.hadoop.hbase.mapred
 

Methods in org.apache.hadoop.hbase.mapred that return Result
 Result TableRecordReader.createValue()
          Deprecated.  
 Result TableRecordReaderImpl.createValue()
          Deprecated.  
 

Methods in org.apache.hadoop.hbase.mapred that return types with arguments of type Result
 org.apache.hadoop.mapred.RecordReader<ImmutableBytesWritable,Result> MultiTableSnapshotInputFormat.getRecordReader(org.apache.hadoop.mapred.InputSplit split, org.apache.hadoop.mapred.JobConf job, org.apache.hadoop.mapred.Reporter reporter)
           
 org.apache.hadoop.mapred.RecordReader<ImmutableBytesWritable,Result> TableSnapshotInputFormat.getRecordReader(org.apache.hadoop.mapred.InputSplit split, org.apache.hadoop.mapred.JobConf job, org.apache.hadoop.mapred.Reporter reporter)
           
 org.apache.hadoop.mapred.RecordReader<ImmutableBytesWritable,Result> TableInputFormatBase.getRecordReader(org.apache.hadoop.mapred.InputSplit split, org.apache.hadoop.mapred.JobConf job, org.apache.hadoop.mapred.Reporter reporter)
          Deprecated. Builds a TableRecordReader.
 

Methods in org.apache.hadoop.hbase.mapred with parameters of type Result
protected  byte[][] GroupingTableMap.extractKeyValues(Result r)
          Deprecated. Extract columns values from the current record.
 void GroupingTableMap.map(ImmutableBytesWritable key, Result value, org.apache.hadoop.mapred.OutputCollector<ImmutableBytesWritable,Result> output, org.apache.hadoop.mapred.Reporter reporter)
          Deprecated. Extract the grouping columns from value to construct a new key.
 void IdentityTableMap.map(ImmutableBytesWritable key, Result value, org.apache.hadoop.mapred.OutputCollector<ImmutableBytesWritable,Result> output, org.apache.hadoop.mapred.Reporter reporter)
          Deprecated. Pass the key, value to reduce
 boolean TableRecordReader.next(ImmutableBytesWritable key, Result value)
          Deprecated.  
 boolean TableRecordReaderImpl.next(ImmutableBytesWritable key, Result value)
          Deprecated.  
 

Method parameters in org.apache.hadoop.hbase.mapred with type arguments of type Result
 void GroupingTableMap.map(ImmutableBytesWritable key, Result value, org.apache.hadoop.mapred.OutputCollector<ImmutableBytesWritable,Result> output, org.apache.hadoop.mapred.Reporter reporter)
          Deprecated. Extract the grouping columns from value to construct a new key.
 void IdentityTableMap.map(ImmutableBytesWritable key, Result value, org.apache.hadoop.mapred.OutputCollector<ImmutableBytesWritable,Result> output, org.apache.hadoop.mapred.Reporter reporter)
          Deprecated. Pass the key, value to reduce
 

Uses of Result in org.apache.hadoop.hbase.mapreduce
 

Methods in org.apache.hadoop.hbase.mapreduce that return Result
 Result TableRecordReader.getCurrentValue()
          Returns the current value.
 Result TableRecordReaderImpl.getCurrentValue()
          Returns the current value.
 

Methods in org.apache.hadoop.hbase.mapreduce that return types with arguments of type Result
 org.apache.hadoop.mapreduce.RecordReader<ImmutableBytesWritable,Result> TableSnapshotInputFormat.createRecordReader(org.apache.hadoop.mapreduce.InputSplit split, org.apache.hadoop.mapreduce.TaskAttemptContext context)
           
 org.apache.hadoop.mapreduce.RecordReader<ImmutableBytesWritable,Result> MultiTableInputFormatBase.createRecordReader(org.apache.hadoop.mapreduce.InputSplit split, org.apache.hadoop.mapreduce.TaskAttemptContext context)
          Builds a TableRecordReader.
 org.apache.hadoop.mapreduce.RecordReader<ImmutableBytesWritable,Result> TableInputFormatBase.createRecordReader(org.apache.hadoop.mapreduce.InputSplit split, org.apache.hadoop.mapreduce.TaskAttemptContext context)
          Builds a TableRecordReader.
 

Methods in org.apache.hadoop.hbase.mapreduce with parameters of type Result
protected  byte[][] GroupingTableMapper.extractKeyValues(Result r)
          Extract columns values from the current record.
 void IdentityTableMapper.map(ImmutableBytesWritable key, Result value, org.apache.hadoop.mapreduce.Mapper.Context context)
          Pass the key, value to reduce.
 void GroupingTableMapper.map(ImmutableBytesWritable key, Result value, org.apache.hadoop.mapreduce.Mapper.Context context)
          Extract the grouping columns from value to construct a new key.
 

Uses of Result in org.apache.hadoop.hbase.rest.client
 

Methods in org.apache.hadoop.hbase.rest.client that return Result
 Result RemoteHTable.append(Append append)
           
protected  Result[] RemoteHTable.buildResultFromModel(org.apache.hadoop.hbase.rest.model.CellSetModel model)
           
 Result RemoteHTable.get(Get get)
           
 Result[] RemoteHTable.get(List<Get> gets)
           
 Result RemoteHTable.getRowOrBefore(byte[] row, byte[] family)
           
 Result RemoteHTable.increment(Increment increment)
           
 



Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.