Package | Description |
---|---|
org.apache.hadoop.hbase.thrift.generated |
Modifier and Type | Method and Description |
---|---|
Hbase.scannerOpenWithStop_args |
Hbase.scannerOpenWithStop_args.deepCopy() |
Hbase.scannerOpenWithStop_args |
Hbase.Processor.scannerOpenWithStop.getEmptyArgsInstance() |
Hbase.scannerOpenWithStop_args |
Hbase.AsyncProcessor.scannerOpenWithStop.getEmptyArgsInstance() |
Hbase.scannerOpenWithStop_args |
Hbase.scannerOpenWithStop_args.setAttributes(Map<ByteBuffer,ByteBuffer> attributes)
Scan attributes
|
Hbase.scannerOpenWithStop_args |
Hbase.scannerOpenWithStop_args.setColumns(List<ByteBuffer> columns)
columns to scan.
|
Hbase.scannerOpenWithStop_args |
Hbase.scannerOpenWithStop_args.setStartRow(byte[] startRow)
Starting row in table to scan.
|
Hbase.scannerOpenWithStop_args |
Hbase.scannerOpenWithStop_args.setStartRow(ByteBuffer startRow) |
Hbase.scannerOpenWithStop_args |
Hbase.scannerOpenWithStop_args.setStopRow(byte[] stopRow)
row to stop scanning on.
|
Hbase.scannerOpenWithStop_args |
Hbase.scannerOpenWithStop_args.setStopRow(ByteBuffer stopRow) |
Hbase.scannerOpenWithStop_args |
Hbase.scannerOpenWithStop_args.setTableName(byte[] tableName)
name of table
|
Hbase.scannerOpenWithStop_args |
Hbase.scannerOpenWithStop_args.setTableName(ByteBuffer tableName) |
Modifier and Type | Method and Description |
---|---|
int |
Hbase.scannerOpenWithStop_args.compareTo(Hbase.scannerOpenWithStop_args other) |
boolean |
Hbase.scannerOpenWithStop_args.equals(Hbase.scannerOpenWithStop_args that) |
Hbase.scannerOpenWithStop_result |
Hbase.Processor.scannerOpenWithStop.getResult(I iface,
Hbase.scannerOpenWithStop_args args) |
void |
Hbase.AsyncProcessor.scannerOpenWithStop.start(I iface,
Hbase.scannerOpenWithStop_args args,
org.apache.thrift.async.AsyncMethodCallback<Integer> resultHandler) |
Constructor and Description |
---|
Hbase.scannerOpenWithStop_args(Hbase.scannerOpenWithStop_args other)
Performs a deep copy on other.
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.