|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Mutation | |
---|---|
org.apache.hadoop.hbase.thrift | Provides an HBase Thrift service. |
org.apache.hadoop.hbase.thrift.generated |
Uses of Mutation in org.apache.hadoop.hbase.thrift |
---|
Method parameters in org.apache.hadoop.hbase.thrift with type arguments of type Mutation | |
---|---|
void |
ThriftServer.HBaseHandler.mutateRow(byte[] tableName,
byte[] row,
ArrayList<Mutation> mutations)
|
void |
ThriftServer.HBaseHandler.mutateRowTs(byte[] tableName,
byte[] row,
ArrayList<Mutation> mutations,
long timestamp)
|
Uses of Mutation in org.apache.hadoop.hbase.thrift.generated |
---|
Fields in org.apache.hadoop.hbase.thrift.generated with type parameters of type Mutation | |
---|---|
ArrayList<Mutation> |
Hbase.mutateRow_args.mutations
|
ArrayList<Mutation> |
Hbase.mutateRowTs_args.mutations
|
Method parameters in org.apache.hadoop.hbase.thrift.generated with type arguments of type Mutation | |
---|---|
void |
Hbase.Iface.mutateRow(byte[] tableName,
byte[] row,
ArrayList<Mutation> mutations)
Apply a series of mutations (updates/deletes) to a row in a single transaction. |
void |
Hbase.Client.mutateRow(byte[] tableName,
byte[] row,
ArrayList<Mutation> mutations)
|
void |
Hbase.Iface.mutateRowTs(byte[] tableName,
byte[] row,
ArrayList<Mutation> mutations,
long timestamp)
Apply a series of mutations (updates/deletes) to a row in a single transaction. |
void |
Hbase.Client.mutateRowTs(byte[] tableName,
byte[] row,
ArrayList<Mutation> mutations,
long timestamp)
|
void |
Hbase.Client.send_mutateRow(byte[] tableName,
byte[] row,
ArrayList<Mutation> mutations)
|
void |
Hbase.Client.send_mutateRowTs(byte[] tableName,
byte[] row,
ArrayList<Mutation> mutations,
long timestamp)
|
Constructor parameters in org.apache.hadoop.hbase.thrift.generated with type arguments of type Mutation | |
---|---|
Hbase.mutateRow_args(byte[] tableName,
byte[] row,
ArrayList<Mutation> mutations)
|
|
Hbase.mutateRowTs_args(byte[] tableName,
byte[] row,
ArrayList<Mutation> mutations,
long timestamp)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |