Package | Description |
---|---|
org.apache.hadoop.hbase.thrift.generated |
Modifier and Type | Method and Description |
---|---|
Hbase.deleteAllRowTs_args |
Hbase.deleteAllRowTs_args.deepCopy() |
Hbase.deleteAllRowTs_args |
Hbase.Processor.deleteAllRowTs.getEmptyArgsInstance() |
Hbase.deleteAllRowTs_args |
Hbase.AsyncProcessor.deleteAllRowTs.getEmptyArgsInstance() |
Hbase.deleteAllRowTs_args |
Hbase.deleteAllRowTs_args.setAttributes(Map<ByteBuffer,ByteBuffer> attributes)
Delete attributes
|
Hbase.deleteAllRowTs_args |
Hbase.deleteAllRowTs_args.setRow(byte[] row)
key of the row to be completely deleted.
|
Hbase.deleteAllRowTs_args |
Hbase.deleteAllRowTs_args.setRow(ByteBuffer row) |
Hbase.deleteAllRowTs_args |
Hbase.deleteAllRowTs_args.setTableName(byte[] tableName)
name of table
|
Hbase.deleteAllRowTs_args |
Hbase.deleteAllRowTs_args.setTableName(ByteBuffer tableName) |
Hbase.deleteAllRowTs_args |
Hbase.deleteAllRowTs_args.setTimestamp(long timestamp)
timestamp
|
Modifier and Type | Method and Description |
---|---|
int |
Hbase.deleteAllRowTs_args.compareTo(Hbase.deleteAllRowTs_args other) |
boolean |
Hbase.deleteAllRowTs_args.equals(Hbase.deleteAllRowTs_args that) |
Hbase.deleteAllRowTs_result |
Hbase.Processor.deleteAllRowTs.getResult(I iface,
Hbase.deleteAllRowTs_args args) |
void |
Hbase.AsyncProcessor.deleteAllRowTs.start(I iface,
Hbase.deleteAllRowTs_args args,
org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) |
Constructor and Description |
---|
Hbase.deleteAllRowTs_args(Hbase.deleteAllRowTs_args other)
Performs a deep copy on other.
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.