Package | Description |
---|---|
org.apache.hadoop.hbase.thrift.generated |
Modifier and Type | Method and Description |
---|---|
Hbase.checkAndPut_args |
Hbase.checkAndPut_args.deepCopy() |
Hbase.checkAndPut_args |
Hbase.Processor.checkAndPut.getEmptyArgsInstance() |
Hbase.checkAndPut_args |
Hbase.checkAndPut_args.setAttributes(Map<ByteBuffer,ByteBuffer> attributes)
Mutation attributes
|
Hbase.checkAndPut_args |
Hbase.checkAndPut_args.setColumn(byte[] column)
column name
|
Hbase.checkAndPut_args |
Hbase.checkAndPut_args.setColumn(ByteBuffer column) |
Hbase.checkAndPut_args |
Hbase.checkAndPut_args.setMput(Mutation mput)
mutation for the put
|
Hbase.checkAndPut_args |
Hbase.checkAndPut_args.setRow(byte[] row)
row key
|
Hbase.checkAndPut_args |
Hbase.checkAndPut_args.setRow(ByteBuffer row) |
Hbase.checkAndPut_args |
Hbase.checkAndPut_args.setTableName(byte[] tableName)
name of table
|
Hbase.checkAndPut_args |
Hbase.checkAndPut_args.setTableName(ByteBuffer tableName) |
Hbase.checkAndPut_args |
Hbase.checkAndPut_args.setValue(byte[] value)
the expected value for the column parameter, if not
provided the check is for the non-existence of the
column in question
|
Hbase.checkAndPut_args |
Hbase.checkAndPut_args.setValue(ByteBuffer value) |
Modifier and Type | Method and Description |
---|---|
int |
Hbase.checkAndPut_args.compareTo(Hbase.checkAndPut_args other) |
boolean |
Hbase.checkAndPut_args.equals(Hbase.checkAndPut_args that) |
Hbase.checkAndPut_result |
Hbase.Processor.checkAndPut.getResult(I iface,
Hbase.checkAndPut_args args) |
Constructor and Description |
---|
Hbase.checkAndPut_args(Hbase.checkAndPut_args other)
Performs a deep copy on other.
|
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.