|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TRowMutations | |
---|---|
org.apache.hadoop.hbase.thrift2 | Provides an HBase Thrift service. |
org.apache.hadoop.hbase.thrift2.generated |
Uses of TRowMutations in org.apache.hadoop.hbase.thrift2 |
---|
Methods in org.apache.hadoop.hbase.thrift2 with parameters of type TRowMutations | |
---|---|
void |
ThriftHBaseServiceHandler.mutateRow(ByteBuffer table,
TRowMutations rowMutations)
|
static RowMutations |
ThriftUtilities.rowMutationsFromThrift(TRowMutations in)
Creates a RowMutations (HBase) from a TRowMutations (Thrift) |
Uses of TRowMutations in org.apache.hadoop.hbase.thrift2.generated |
---|
Fields in org.apache.hadoop.hbase.thrift2.generated declared as TRowMutations | |
---|---|
TRowMutations |
THBaseService.mutateRow_args.rowMutations
mutations to apply |
Methods in org.apache.hadoop.hbase.thrift2.generated that return TRowMutations | |
---|---|
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)
|
Methods in org.apache.hadoop.hbase.thrift2.generated with parameters of type TRowMutations | |
---|---|
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 |
Constructors in org.apache.hadoop.hbase.thrift2.generated with parameters of type TRowMutations | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |