Package | Description |
---|---|
org.apache.hadoop.hbase.thrift.generated |
Modifier and Type | Method and Description |
---|---|
Hbase.mutateRowsTs_args |
Hbase.mutateRowsTs_args.deepCopy() |
Hbase.mutateRowsTs_args |
Hbase.Processor.mutateRowsTs.getEmptyArgsInstance() |
Hbase.mutateRowsTs_args |
Hbase.mutateRowsTs_args.setAttributes(Map<ByteBuffer,ByteBuffer> attributes)
Mutation attributes
|
Hbase.mutateRowsTs_args |
Hbase.mutateRowsTs_args.setRowBatches(List<BatchMutation> rowBatches)
list of row batches
|
Hbase.mutateRowsTs_args |
Hbase.mutateRowsTs_args.setTableName(byte[] tableName)
name of table
|
Hbase.mutateRowsTs_args |
Hbase.mutateRowsTs_args.setTableName(ByteBuffer tableName) |
Hbase.mutateRowsTs_args |
Hbase.mutateRowsTs_args.setTimestamp(long timestamp)
timestamp
|
Modifier and Type | Method and Description |
---|---|
int |
Hbase.mutateRowsTs_args.compareTo(Hbase.mutateRowsTs_args other) |
boolean |
Hbase.mutateRowsTs_args.equals(Hbase.mutateRowsTs_args that) |
Hbase.mutateRowsTs_result |
Hbase.Processor.mutateRowsTs.getResult(I iface,
Hbase.mutateRowsTs_args args) |
Constructor and Description |
---|
Hbase.mutateRowsTs_args(Hbase.mutateRowsTs_args other)
Performs a deep copy on other.
|
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.