|
||||||||||
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)
|
TRowResult |
ThriftServer.HBaseHandler.getRowWithColumns(byte[] tableName,
byte[] row,
List<byte[]> columns)
|
TRowResult |
ThriftServer.HBaseHandler.getRowWithColumnsTs(byte[] tableName,
byte[] row,
List<byte[]> columns,
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.getRowWithColumns_result.success
|
TRowResult |
Hbase.getRowTs_result.success
|
TRowResult |
Hbase.getRowWithColumnsTs_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.Iface.getRowWithColumns(byte[] tableName,
byte[] row,
List<byte[]> columns)
Get the specified columns for the specified table and row at the latest timestamp. |
TRowResult |
Hbase.Client.getRowWithColumns(byte[] tableName,
byte[] row,
List<byte[]> columns)
|
TRowResult |
Hbase.Iface.getRowWithColumnsTs(byte[] tableName,
byte[] row,
List<byte[]> columns,
long timestamp)
Get the specified columns for the specified table and row at the specified timestamp. |
TRowResult |
Hbase.Client.getRowWithColumnsTs(byte[] tableName,
byte[] row,
List<byte[]> columns,
long timestamp)
|
TRowResult |
Hbase.Client.recv_getRow()
|
TRowResult |
Hbase.Client.recv_getRowTs()
|
TRowResult |
Hbase.Client.recv_getRowWithColumns()
|
TRowResult |
Hbase.Client.recv_getRowWithColumnsTs()
|
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,
NotFound nf)
|
|
Hbase.getRowTs_result(TRowResult success,
IOError io,
NotFound nf)
|
|
Hbase.getRowWithColumns_result(TRowResult success,
IOError io,
NotFound nf)
|
|
Hbase.getRowWithColumnsTs_result(TRowResult success,
IOError io,
NotFound nf)
|
|
Hbase.scannerGet_result(TRowResult success,
IOError io,
IllegalArgument ia,
NotFound nf)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |