Package | Description |
---|---|
org.apache.hadoop.hbase.thrift.generated |
Modifier and Type | Method and Description |
---|---|
Hbase.scannerOpenWithStopTs_args |
Hbase.scannerOpenWithStopTs_args.deepCopy() |
Hbase.scannerOpenWithStopTs_args |
Hbase.Processor.scannerOpenWithStopTs.getEmptyArgsInstance() |
Hbase.scannerOpenWithStopTs_args |
Hbase.scannerOpenWithStopTs_args.setAttributes(Map<ByteBuffer,ByteBuffer> attributes)
Scan attributes
|
Hbase.scannerOpenWithStopTs_args |
Hbase.scannerOpenWithStopTs_args.setColumns(List<ByteBuffer> columns)
columns to scan.
|
Hbase.scannerOpenWithStopTs_args |
Hbase.scannerOpenWithStopTs_args.setStartRow(byte[] startRow)
Starting row in table to scan.
|
Hbase.scannerOpenWithStopTs_args |
Hbase.scannerOpenWithStopTs_args.setStartRow(ByteBuffer startRow) |
Hbase.scannerOpenWithStopTs_args |
Hbase.scannerOpenWithStopTs_args.setStopRow(byte[] stopRow)
row to stop scanning on.
|
Hbase.scannerOpenWithStopTs_args |
Hbase.scannerOpenWithStopTs_args.setStopRow(ByteBuffer stopRow) |
Hbase.scannerOpenWithStopTs_args |
Hbase.scannerOpenWithStopTs_args.setTableName(byte[] tableName)
name of table
|
Hbase.scannerOpenWithStopTs_args |
Hbase.scannerOpenWithStopTs_args.setTableName(ByteBuffer tableName) |
Hbase.scannerOpenWithStopTs_args |
Hbase.scannerOpenWithStopTs_args.setTimestamp(long timestamp)
timestamp
|
Modifier and Type | Method and Description |
---|---|
int |
Hbase.scannerOpenWithStopTs_args.compareTo(Hbase.scannerOpenWithStopTs_args other) |
boolean |
Hbase.scannerOpenWithStopTs_args.equals(Hbase.scannerOpenWithStopTs_args that) |
Hbase.scannerOpenWithStopTs_result |
Hbase.Processor.scannerOpenWithStopTs.getResult(I iface,
Hbase.scannerOpenWithStopTs_args args) |
Constructor and Description |
---|
Hbase.scannerOpenWithStopTs_args(Hbase.scannerOpenWithStopTs_args other)
Performs a deep copy on other.
|
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.