|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RowResult | |
---|---|
org.apache.hadoop.hbase.client | Provides HBase Client |
org.apache.hadoop.hbase.io | |
org.apache.hadoop.hbase.mapred | Provides HBase MapReduce Input/OutputFormats, a table indexing MapReduce job, and utility |
org.apache.hadoop.hbase.rest | Provides an HBase REST service. |
org.apache.hadoop.hbase.rest.serializer | |
org.apache.hadoop.hbase.thrift | Provides an HBase Thrift service. |
Uses of RowResult in org.apache.hadoop.hbase.client |
---|
Methods in org.apache.hadoop.hbase.client that return RowResult | |
---|---|
RowResult |
HTable.getClosestRowBefore(byte[] row,
byte[] family)
Deprecated. As of hbase 0.20.0, replaced by HTable.getRowOrBefore(byte[], byte[]) |
RowResult |
HTable.getRow(byte[] row)
Deprecated. As of hbase 0.20.0, replaced by HTable.get(Get) |
RowResult |
HTable.getRow(byte[] row,
byte[][] columns)
Deprecated. As of hbase 0.20.0, replaced by HTable.get(Get) |
RowResult |
HTable.getRow(byte[] row,
byte[][] columns,
int numVersions)
Deprecated. As of hbase 0.20.0, replaced by HTable.get(Get) |
RowResult |
HTable.getRow(byte[] row,
byte[][] columns,
long ts)
Deprecated. As of hbase 0.20.0, replaced by HTable.get(Get) |
RowResult |
HTable.getRow(byte[] row,
byte[][] columns,
long ts,
int numVersions,
RowLock rl)
Deprecated. As of hbase 0.20.0, replaced by HTable.get(Get) |
RowResult |
HTable.getRow(byte[] row,
int numVersions)
Deprecated. As of hbase 0.20.0, replaced by HTable.get(Get) |
RowResult |
HTable.getRow(byte[] row,
long ts)
Deprecated. As of hbase 0.20.0, replaced by HTable.get(Get) |
RowResult |
HTable.getRow(byte[] row,
long timestamp,
int numVersions)
Deprecated. As of hbase 0.20.0, replaced by HTable.get(Get) |
RowResult |
HTable.getRow(String row)
Deprecated. As of hbase 0.20.0, replaced by HTable.get(Get) |
RowResult |
HTable.getRow(String row,
int numVersions)
Deprecated. As of hbase 0.20.0, replaced by HTable.get(Get) |
RowResult |
HTable.getRow(String row,
long ts)
Deprecated. As of hbase 0.20.0, replaced by HTable.get(Get) |
RowResult |
HTable.getRow(String row,
long ts,
int numVersions)
Deprecated. As of hbase 0.20.0, replaced by HTable.get(Get) |
RowResult |
HTable.getRow(String row,
String[] columns)
Deprecated. As of hbase 0.20.0, replaced by HTable.get(Get) |
RowResult |
HTable.getRow(String row,
String[] columns,
int numVersions)
Deprecated. As of hbase 0.20.0, replaced by HTable.get(Get) |
RowResult |
HTable.getRow(String row,
String[] columns,
long ts)
Deprecated. As of hbase 0.20.0, replaced by HTable.get(Get) |
RowResult |
HTable.getRow(String row,
String[] columns,
long timestamp,
int numVersions,
RowLock rowLock)
Deprecated. As of hbase 0.20.0, replaced by HTable.get(Get) |
RowResult |
Result.getRowResult()
Returns this Result in the old return format, RowResult . |
RowResult |
Scanner.next()
Deprecated. Grab the next row's worth of values. |
RowResult |
HTable.OldClientScanner.next()
|
RowResult[] |
Scanner.next(int nbRows)
Deprecated. |
RowResult[] |
HTable.OldClientScanner.next(int nbRows)
|
Methods in org.apache.hadoop.hbase.client that return types with arguments of type RowResult | |
---|---|
Iterator<RowResult> |
HTable.OldClientScanner.iterator()
|
Uses of RowResult in org.apache.hadoop.hbase.io |
---|
Methods in org.apache.hadoop.hbase.io that return RowResult | |
---|---|
static RowResult |
RowResult.createRowResult(List<KeyValue> results)
Deprecated. |
static RowResult[] |
RowResult.createRowResultArray(List<List<KeyValue>> l)
Deprecated. |
Methods in org.apache.hadoop.hbase.io with parameters of type RowResult | |
---|---|
int |
RowResult.compareTo(RowResult o)
Deprecated. Comparing this RowResult with another one by comparing the row in it. |
Constructors in org.apache.hadoop.hbase.io with parameters of type RowResult | |
---|---|
BatchUpdate(RowResult rr)
Deprecated. Create a batch operation. |
Uses of RowResult in org.apache.hadoop.hbase.mapred |
---|
Methods in org.apache.hadoop.hbase.mapred that return RowResult | |
---|---|
RowResult |
TableInputFormatBase.TableRecordReader.createValue()
|
Methods in org.apache.hadoop.hbase.mapred that return types with arguments of type RowResult | |
---|---|
org.apache.hadoop.mapred.RecordReader<ImmutableBytesWritable,RowResult> |
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 RowResult | |
---|---|
protected byte[][] |
GroupingTableMap.extractKeyValues(RowResult r)
Deprecated. Extract columns values from the current record. |
void |
IdentityTableMap.map(ImmutableBytesWritable key,
RowResult value,
org.apache.hadoop.mapred.OutputCollector<ImmutableBytesWritable,RowResult> output,
org.apache.hadoop.mapred.Reporter reporter)
Deprecated. Pass the key, value to reduce |
void |
GroupingTableMap.map(ImmutableBytesWritable key,
RowResult value,
org.apache.hadoop.mapred.OutputCollector<ImmutableBytesWritable,RowResult> output,
org.apache.hadoop.mapred.Reporter reporter)
Deprecated. Extract the grouping columns from value to construct a new key. |
boolean |
TableInputFormatBase.TableRecordReader.next(ImmutableBytesWritable key,
RowResult value)
|
Method parameters in org.apache.hadoop.hbase.mapred with type arguments of type RowResult | |
---|---|
void |
IdentityTableMap.map(ImmutableBytesWritable key,
RowResult value,
org.apache.hadoop.mapred.OutputCollector<ImmutableBytesWritable,RowResult> output,
org.apache.hadoop.mapred.Reporter reporter)
Deprecated. Pass the key, value to reduce |
void |
GroupingTableMap.map(ImmutableBytesWritable key,
RowResult value,
org.apache.hadoop.mapred.OutputCollector<ImmutableBytesWritable,RowResult> output,
org.apache.hadoop.mapred.Reporter reporter)
Deprecated. Extract the grouping columns from value to construct a new key. |
void |
IndexTableReduce.reduce(ImmutableBytesWritable key,
Iterator<RowResult> values,
org.apache.hadoop.mapred.OutputCollector<ImmutableBytesWritable,LuceneDocumentWrapper> output,
org.apache.hadoop.mapred.Reporter reporter)
Deprecated. |
Uses of RowResult in org.apache.hadoop.hbase.rest |
---|
Methods in org.apache.hadoop.hbase.rest that return RowResult | |
---|---|
RowResult |
RowModel.get(byte[] tableName,
byte[] rowName)
Deprecated. |
RowResult |
RowModel.get(byte[] tableName,
byte[] rowName,
byte[][] columns)
Deprecated. |
RowResult |
TimestampModel.get(byte[] tableName,
byte[] rowName,
byte[][] columns,
long timestamp)
Deprecated. |
RowResult |
RowModel.get(byte[] tableName,
byte[] rowName,
byte[][] columns,
long timestamp)
Deprecated. |
RowResult |
TimestampModel.get(byte[] tableName,
byte[] rowName,
long timestamp)
|
RowResult |
RowModel.get(byte[] tableName,
byte[] rowName,
long timestamp)
Deprecated. |
Uses of RowResult in org.apache.hadoop.hbase.rest.serializer |
---|
Methods in org.apache.hadoop.hbase.rest.serializer with parameters of type RowResult | |
---|---|
void |
SimpleXMLSerializer.serializeRowResult(RowResult rowResult)
|
void |
JSONSerializer.serializeRowResult(RowResult rowResult)
|
void |
IRestSerializer.serializeRowResult(RowResult rowResult)
serialize a RowResult object to the output stream Implementation of this method is optional, IF all the work is done in the writeOutput(Object o) method |
void |
SimpleXMLSerializer.serializeRowResultArray(RowResult[] rows)
|
void |
JSONSerializer.serializeRowResultArray(RowResult[] rows)
|
void |
IRestSerializer.serializeRowResultArray(RowResult[] rows)
serialize a RowResult array to the output stream Implementation of this method is optional, IF all the work is done in the writeOutput(Object o) method |
Uses of RowResult in org.apache.hadoop.hbase.thrift |
---|
Methods in org.apache.hadoop.hbase.thrift with parameters of type RowResult | |
---|---|
static List<org.apache.hadoop.hbase.thrift.generated.TRowResult> |
ThriftUtilities.rowResultFromHBase(RowResult in)
|
static List<org.apache.hadoop.hbase.thrift.generated.TRowResult> |
ThriftUtilities.rowResultFromHBase(RowResult[] in)
This utility method creates a list of Thrift TRowResult "struct" based on an Hbase RowResult object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |