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