Package | Description |
---|---|
org.apache.hadoop.hbase.thrift2 |
Provides an HBase Thrift
service.
|
org.apache.hadoop.hbase.thrift2.generated |
Modifier and Type | Method and Description |
---|---|
void |
ThriftHBaseServiceHandler.mutateRow(ByteBuffer table,
TRowMutations rowMutations) |
static RowMutations |
ThriftUtilities.rowMutationsFromThrift(TRowMutations in)
Creates a
RowMutations (HBase) from a TRowMutations (Thrift) |
Modifier and Type | Field and Description |
---|---|
TRowMutations |
THBaseService.mutateRow_args.rowMutations
mutations to apply
|
Modifier and Type | Method and Description |
---|---|
TRowMutations |
TRowMutations.deepCopy() |
TRowMutations |
THBaseService.mutateRow_args.getRowMutations()
mutations to apply
|
TRowMutations |
TRowMutations.setMutations(List<TMutation> mutations) |
TRowMutations |
TRowMutations.setRow(byte[] row) |
TRowMutations |
TRowMutations.setRow(ByteBuffer row) |
Modifier and Type | Method and Description |
---|---|
int |
TRowMutations.compareTo(TRowMutations other) |
boolean |
TRowMutations.equals(TRowMutations that) |
void |
THBaseService.Iface.mutateRow(ByteBuffer table,
TRowMutations rowMutations)
mutateRow performs multiple mutations atomically on a single row.
|
void |
THBaseService.Client.mutateRow(ByteBuffer table,
TRowMutations rowMutations) |
void |
THBaseService.AsyncIface.mutateRow(ByteBuffer table,
TRowMutations rowMutations,
org.apache.thrift.async.AsyncMethodCallback<THBaseService.AsyncClient.mutateRow_call> resultHandler) |
void |
THBaseService.AsyncClient.mutateRow(ByteBuffer table,
TRowMutations rowMutations,
org.apache.thrift.async.AsyncMethodCallback<THBaseService.AsyncClient.mutateRow_call> resultHandler) |
void |
THBaseService.Client.send_mutateRow(ByteBuffer table,
TRowMutations rowMutations) |
THBaseService.mutateRow_args |
THBaseService.mutateRow_args.setRowMutations(TRowMutations rowMutations)
mutations to apply
|
Constructor and Description |
---|
THBaseService.AsyncClient.mutateRow_call(ByteBuffer table,
TRowMutations rowMutations,
org.apache.thrift.async.AsyncMethodCallback<THBaseService.AsyncClient.mutateRow_call> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
THBaseService.mutateRow_args(ByteBuffer table,
TRowMutations rowMutations) |
TRowMutations(TRowMutations other)
Performs a deep copy on other.
|
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.