|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TRowResult | |
---|---|
org.apache.hadoop.hbase.thrift | Provides an HBase Thrift service. |
org.apache.hadoop.hbase.thrift.generated |
Uses of TRowResult in org.apache.hadoop.hbase.thrift |
---|
Methods in org.apache.hadoop.hbase.thrift that return TRowResult | |
---|---|
TRowResult |
ThriftServer.HBaseHandler.getRow(byte[] tableName,
byte[] row)
|
TRowResult |
ThriftServer.HBaseHandler.getRowTs(byte[] tableName,
byte[] row,
long timestamp)
|
static TRowResult |
ThriftUtilities.rowResultFromHBase(RowResult in)
This utility method creates a new Thrift TRowResult "struct" based on an Hbase RowResult object. |
TRowResult |
ThriftServer.HBaseHandler.scannerGet(int id)
|
Uses of TRowResult in org.apache.hadoop.hbase.thrift.generated |
---|
Fields in org.apache.hadoop.hbase.thrift.generated declared as TRowResult | |
---|---|
TRowResult |
Hbase.getRow_result.success
|
TRowResult |
Hbase.getRowTs_result.success
|
TRowResult |
Hbase.scannerGet_result.success
|
Methods in org.apache.hadoop.hbase.thrift.generated that return TRowResult | |
---|---|
TRowResult |
Hbase.Iface.getRow(byte[] tableName,
byte[] row)
Get all the data for the specified table and row at the latest timestamp. |
TRowResult |
Hbase.Client.getRow(byte[] tableName,
byte[] row)
|
TRowResult |
Hbase.Iface.getRowTs(byte[] tableName,
byte[] row,
long timestamp)
Get all the data for the specified table and row at the specified timestamp. |
TRowResult |
Hbase.Client.getRowTs(byte[] tableName,
byte[] row,
long timestamp)
|
TRowResult |
Hbase.Client.recv_getRow()
|
TRowResult |
Hbase.Client.recv_getRowTs()
|
TRowResult |
Hbase.Client.recv_scannerGet()
|
TRowResult |
Hbase.Iface.scannerGet(int id)
Returns the scanner's current row value and advances to the next row in the table. |
TRowResult |
Hbase.Client.scannerGet(int id)
|
Methods in org.apache.hadoop.hbase.thrift.generated with parameters of type TRowResult | |
---|---|
boolean |
TRowResult.equals(TRowResult that)
|
Constructors in org.apache.hadoop.hbase.thrift.generated with parameters of type TRowResult | |
---|---|
Hbase.getRow_result(TRowResult success,
IOError io)
|
|
Hbase.getRowTs_result(TRowResult success,
IOError io)
|
|
Hbase.scannerGet_result(TRowResult success,
IOError io,
IllegalArgument ia,
NotFound nf)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |