Package | Description |
---|---|
org.apache.hadoop.hbase.thrift.generated |
Modifier and Type | Method and Description |
---|---|
Hbase.getRowsWithColumns_args |
Hbase.getRowsWithColumns_args.deepCopy() |
Hbase.getRowsWithColumns_args |
Hbase.Processor.getRowsWithColumns.getEmptyArgsInstance() |
Hbase.getRowsWithColumns_args |
Hbase.AsyncProcessor.getRowsWithColumns.getEmptyArgsInstance() |
Hbase.getRowsWithColumns_args |
Hbase.getRowsWithColumns_args.setAttributes(Map<ByteBuffer,ByteBuffer> attributes)
Get attributes
|
Hbase.getRowsWithColumns_args |
Hbase.getRowsWithColumns_args.setColumns(List<ByteBuffer> columns)
List of columns to return, null for all columns
|
Hbase.getRowsWithColumns_args |
Hbase.getRowsWithColumns_args.setRows(List<ByteBuffer> rows)
row keys
|
Hbase.getRowsWithColumns_args |
Hbase.getRowsWithColumns_args.setTableName(byte[] tableName)
name of table
|
Hbase.getRowsWithColumns_args |
Hbase.getRowsWithColumns_args.setTableName(ByteBuffer tableName) |
Modifier and Type | Method and Description |
---|---|
int |
Hbase.getRowsWithColumns_args.compareTo(Hbase.getRowsWithColumns_args other) |
boolean |
Hbase.getRowsWithColumns_args.equals(Hbase.getRowsWithColumns_args that) |
Hbase.getRowsWithColumns_result |
Hbase.Processor.getRowsWithColumns.getResult(I iface,
Hbase.getRowsWithColumns_args args) |
void |
Hbase.AsyncProcessor.getRowsWithColumns.start(I iface,
Hbase.getRowsWithColumns_args args,
org.apache.thrift.async.AsyncMethodCallback<List<TRowResult>> resultHandler) |
Constructor and Description |
---|
Hbase.getRowsWithColumns_args(Hbase.getRowsWithColumns_args other)
Performs a deep copy on other.
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.