|
||||||||||
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 types with arguments of type TRowResult | |
---|---|
List<TRowResult> |
ThriftServer.HBaseHandler.getRow(byte[] tableName,
byte[] row)
|
List<TRowResult> |
ThriftServer.HBaseHandler.getRows(byte[] tableName,
List<byte[]> rows)
|
List<TRowResult> |
ThriftServer.HBaseHandler.getRowsTs(byte[] tableName,
List<byte[]> rows,
long timestamp)
|
List<TRowResult> |
ThriftServer.HBaseHandler.getRowsWithColumns(byte[] tableName,
List<byte[]> rows,
List<byte[]> columns)
|
List<TRowResult> |
ThriftServer.HBaseHandler.getRowsWithColumnsTs(byte[] tableName,
List<byte[]> rows,
List<byte[]> columns,
long timestamp)
|
List<TRowResult> |
ThriftServer.HBaseHandler.getRowTs(byte[] tableName,
byte[] row,
long timestamp)
|
List<TRowResult> |
ThriftServer.HBaseHandler.getRowWithColumns(byte[] tableName,
byte[] row,
List<byte[]> columns)
|
List<TRowResult> |
ThriftServer.HBaseHandler.getRowWithColumnsTs(byte[] tableName,
byte[] row,
List<byte[]> columns,
long timestamp)
|
static List<TRowResult> |
ThriftUtilities.rowResultFromHBase(Result in)
|
static List<TRowResult> |
ThriftUtilities.rowResultFromHBase(Result[] in)
This utility method creates a list of Thrift TRowResult "struct" based on an Hbase RowResult object. |
List<TRowResult> |
ThriftServer.HBaseHandler.scannerGet(int id)
|
List<TRowResult> |
ThriftServer.HBaseHandler.scannerGetList(int id,
int nbRows)
|
Uses of TRowResult in org.apache.hadoop.hbase.thrift.generated |
---|
Fields in org.apache.hadoop.hbase.thrift.generated with type parameters of type TRowResult | |
---|---|
List<TRowResult> |
Hbase.getRow_result.success
|
List<TRowResult> |
Hbase.getRowWithColumns_result.success
|
List<TRowResult> |
Hbase.getRowTs_result.success
|
List<TRowResult> |
Hbase.getRowWithColumnsTs_result.success
|
List<TRowResult> |
Hbase.getRows_result.success
|
List<TRowResult> |
Hbase.getRowsWithColumns_result.success
|
List<TRowResult> |
Hbase.getRowsTs_result.success
|
List<TRowResult> |
Hbase.getRowsWithColumnsTs_result.success
|
List<TRowResult> |
Hbase.scannerGet_result.success
|
List<TRowResult> |
Hbase.scannerGetList_result.success
|
Methods in org.apache.hadoop.hbase.thrift.generated that return TRowResult | |
---|---|
TRowResult |
TRowResult.clone()
Deprecated. |
TRowResult |
TRowResult.deepCopy()
|
TRowResult |
TRowResult.setColumns(Map<byte[],TCell> columns)
|
TRowResult |
TRowResult.setRow(byte[] row)
|
Methods in org.apache.hadoop.hbase.thrift.generated that return types with arguments of type TRowResult | |
---|---|
List<TRowResult> |
Hbase.Iface.getRow(byte[] tableName,
byte[] row)
Get all the data for the specified table and row at the latest timestamp. |
List<TRowResult> |
Hbase.Client.getRow(byte[] tableName,
byte[] row)
|
List<TRowResult> |
Hbase.Iface.getRows(byte[] tableName,
List<byte[]> rows)
Get all the data for the specified table and rows at the latest timestamp. |
List<TRowResult> |
Hbase.Client.getRows(byte[] tableName,
List<byte[]> rows)
|
List<TRowResult> |
Hbase.Iface.getRowsTs(byte[] tableName,
List<byte[]> rows,
long timestamp)
Get all the data for the specified table and rows at the specified timestamp. |
List<TRowResult> |
Hbase.Client.getRowsTs(byte[] tableName,
List<byte[]> rows,
long timestamp)
|
List<TRowResult> |
Hbase.Iface.getRowsWithColumns(byte[] tableName,
List<byte[]> rows,
List<byte[]> columns)
Get the specified columns for the specified table and rows at the latest timestamp. |
List<TRowResult> |
Hbase.Client.getRowsWithColumns(byte[] tableName,
List<byte[]> rows,
List<byte[]> columns)
|
List<TRowResult> |
Hbase.Iface.getRowsWithColumnsTs(byte[] tableName,
List<byte[]> rows,
List<byte[]> columns,
long timestamp)
Get the specified columns for the specified table and rows at the specified timestamp. |
List<TRowResult> |
Hbase.Client.getRowsWithColumnsTs(byte[] tableName,
List<byte[]> rows,
List<byte[]> columns,
long timestamp)
|
List<TRowResult> |
Hbase.Iface.getRowTs(byte[] tableName,
byte[] row,
long timestamp)
Get all the data for the specified table and row at the specified timestamp. |
List<TRowResult> |
Hbase.Client.getRowTs(byte[] tableName,
byte[] row,
long timestamp)
|
List<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. |
List<TRowResult> |
Hbase.Client.getRowWithColumns(byte[] tableName,
byte[] row,
List<byte[]> columns)
|
List<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. |
List<TRowResult> |
Hbase.Client.getRowWithColumnsTs(byte[] tableName,
byte[] row,
List<byte[]> columns,
long timestamp)
|
List<TRowResult> |
Hbase.getRow_result.getSuccess()
|
List<TRowResult> |
Hbase.getRowWithColumns_result.getSuccess()
|
List<TRowResult> |
Hbase.getRowTs_result.getSuccess()
|
List<TRowResult> |
Hbase.getRowWithColumnsTs_result.getSuccess()
|
List<TRowResult> |
Hbase.getRows_result.getSuccess()
|
List<TRowResult> |
Hbase.getRowsWithColumns_result.getSuccess()
|
List<TRowResult> |
Hbase.getRowsTs_result.getSuccess()
|
List<TRowResult> |
Hbase.getRowsWithColumnsTs_result.getSuccess()
|
List<TRowResult> |
Hbase.scannerGet_result.getSuccess()
|
List<TRowResult> |
Hbase.scannerGetList_result.getSuccess()
|
Iterator<TRowResult> |
Hbase.getRow_result.getSuccessIterator()
|
Iterator<TRowResult> |
Hbase.getRowWithColumns_result.getSuccessIterator()
|
Iterator<TRowResult> |
Hbase.getRowTs_result.getSuccessIterator()
|
Iterator<TRowResult> |
Hbase.getRowWithColumnsTs_result.getSuccessIterator()
|
Iterator<TRowResult> |
Hbase.getRows_result.getSuccessIterator()
|
Iterator<TRowResult> |
Hbase.getRowsWithColumns_result.getSuccessIterator()
|
Iterator<TRowResult> |
Hbase.getRowsTs_result.getSuccessIterator()
|
Iterator<TRowResult> |
Hbase.getRowsWithColumnsTs_result.getSuccessIterator()
|
Iterator<TRowResult> |
Hbase.scannerGet_result.getSuccessIterator()
|
Iterator<TRowResult> |
Hbase.scannerGetList_result.getSuccessIterator()
|
List<TRowResult> |
Hbase.Client.recv_getRow()
|
List<TRowResult> |
Hbase.Client.recv_getRows()
|
List<TRowResult> |
Hbase.Client.recv_getRowsTs()
|
List<TRowResult> |
Hbase.Client.recv_getRowsWithColumns()
|
List<TRowResult> |
Hbase.Client.recv_getRowsWithColumnsTs()
|
List<TRowResult> |
Hbase.Client.recv_getRowTs()
|
List<TRowResult> |
Hbase.Client.recv_getRowWithColumns()
|
List<TRowResult> |
Hbase.Client.recv_getRowWithColumnsTs()
|
List<TRowResult> |
Hbase.Client.recv_scannerGet()
|
List<TRowResult> |
Hbase.Client.recv_scannerGetList()
|
List<TRowResult> |
Hbase.Iface.scannerGet(int id)
Returns the scanner's current row value and advances to the next row in the table. |
List<TRowResult> |
Hbase.Client.scannerGet(int id)
|
List<TRowResult> |
Hbase.Iface.scannerGetList(int id,
int nbRows)
Returns, starting at the scanner's current row value nbRows worth of rows and advances to the next row in the table. |
List<TRowResult> |
Hbase.Client.scannerGetList(int id,
int nbRows)
|
Methods in org.apache.hadoop.hbase.thrift.generated with parameters of type TRowResult | |
---|---|
void |
Hbase.getRow_result.addToSuccess(TRowResult elem)
|
void |
Hbase.getRowWithColumns_result.addToSuccess(TRowResult elem)
|
void |
Hbase.getRowTs_result.addToSuccess(TRowResult elem)
|
void |
Hbase.getRowWithColumnsTs_result.addToSuccess(TRowResult elem)
|
void |
Hbase.getRows_result.addToSuccess(TRowResult elem)
|
void |
Hbase.getRowsWithColumns_result.addToSuccess(TRowResult elem)
|
void |
Hbase.getRowsTs_result.addToSuccess(TRowResult elem)
|
void |
Hbase.getRowsWithColumnsTs_result.addToSuccess(TRowResult elem)
|
void |
Hbase.scannerGet_result.addToSuccess(TRowResult elem)
|
void |
Hbase.scannerGetList_result.addToSuccess(TRowResult elem)
|
boolean |
TRowResult.equals(TRowResult that)
|
Constructors in org.apache.hadoop.hbase.thrift.generated with parameters of type TRowResult | |
---|---|
TRowResult(TRowResult other)
Performs a deep copy on other. |
Constructor parameters in org.apache.hadoop.hbase.thrift.generated with type arguments of type TRowResult | |
---|---|
Hbase.getRow_result(List<TRowResult> success,
IOError io)
|
|
Hbase.getRows_result(List<TRowResult> success,
IOError io)
|
|
Hbase.getRowsTs_result(List<TRowResult> success,
IOError io)
|
|
Hbase.getRowsWithColumns_result(List<TRowResult> success,
IOError io)
|
|
Hbase.getRowsWithColumnsTs_result(List<TRowResult> success,
IOError io)
|
|
Hbase.getRowTs_result(List<TRowResult> success,
IOError io)
|
|
Hbase.getRowWithColumns_result(List<TRowResult> success,
IOError io)
|
|
Hbase.getRowWithColumnsTs_result(List<TRowResult> success,
IOError io)
|
|
Hbase.scannerGet_result(List<TRowResult> success,
IOError io,
IllegalArgument ia)
|
|
Hbase.scannerGetList_result(List<TRowResult> success,
IOError io,
IllegalArgument ia)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |