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