| 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.trowMutations
mutations to apply 
 | 
| Modifier and Type | Method and Description | 
|---|---|
TRowMutations | 
TRowMutations.deepCopy()  | 
TRowMutations | 
THBaseService.mutateRow_args.getTrowMutations()
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 trowMutations)
mutateRow performs multiple mutations atomically on a single row. 
 | 
void | 
THBaseService.Client.mutateRow(ByteBuffer table,
         TRowMutations trowMutations)  | 
void | 
THBaseService.AsyncIface.mutateRow(ByteBuffer table,
         TRowMutations trowMutations,
         org.apache.thrift.async.AsyncMethodCallback resultHandler)  | 
void | 
THBaseService.AsyncClient.mutateRow(ByteBuffer table,
         TRowMutations trowMutations,
         org.apache.thrift.async.AsyncMethodCallback resultHandler)  | 
void | 
THBaseService.Client.send_mutateRow(ByteBuffer table,
              TRowMutations trowMutations)  | 
THBaseService.mutateRow_args | 
THBaseService.mutateRow_args.setTrowMutations(TRowMutations trowMutations)
mutations to apply 
 | 
| Constructor and Description | 
|---|
mutateRow_args(ByteBuffer table,
              TRowMutations trowMutations)  | 
mutateRow_call(ByteBuffer table,
              TRowMutations trowMutations,
              org.apache.thrift.async.AsyncMethodCallback resultHandler,
              org.apache.thrift.async.TAsyncClient client,
              org.apache.thrift.protocol.TProtocolFactory protocolFactory,
              org.apache.thrift.transport.TNonblockingTransport transport)  | 
TRowMutations(TRowMutations other)
Performs a deep copy on other. 
 |