Package | Description |
---|---|
org.apache.hadoop.hbase.thrift.generated |
Modifier and Type | Method and Description |
---|---|
Hbase.getRowWithColumns_args |
Hbase.getRowWithColumns_args.deepCopy() |
Hbase.getRowWithColumns_args |
Hbase.Processor.getRowWithColumns.getEmptyArgsInstance() |
Hbase.getRowWithColumns_args |
Hbase.getRowWithColumns_args.setAttributes(Map<ByteBuffer,ByteBuffer> attributes)
Get attributes
|
Hbase.getRowWithColumns_args |
Hbase.getRowWithColumns_args.setColumns(List<ByteBuffer> columns)
List of columns to return, null for all columns
|
Hbase.getRowWithColumns_args |
Hbase.getRowWithColumns_args.setRow(byte[] row)
row key
|
Hbase.getRowWithColumns_args |
Hbase.getRowWithColumns_args.setRow(ByteBuffer row) |
Hbase.getRowWithColumns_args |
Hbase.getRowWithColumns_args.setTableName(byte[] tableName)
name of table
|
Hbase.getRowWithColumns_args |
Hbase.getRowWithColumns_args.setTableName(ByteBuffer tableName) |
Modifier and Type | Method and Description |
---|---|
int |
Hbase.getRowWithColumns_args.compareTo(Hbase.getRowWithColumns_args other) |
boolean |
Hbase.getRowWithColumns_args.equals(Hbase.getRowWithColumns_args that) |
Hbase.getRowWithColumns_result |
Hbase.Processor.getRowWithColumns.getResult(I iface,
Hbase.getRowWithColumns_args args) |
Constructor and Description |
---|
Hbase.getRowWithColumns_args(Hbase.getRowWithColumns_args other)
Performs a deep copy on other.
|
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.