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