|
||||||||||
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,
List<Mutation> mutations)
|
void |
ThriftServer.HBaseHandler.mutateRowTs(byte[] tableName,
byte[] row,
List<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 | |
---|---|
List<Mutation> |
BatchMutation.mutations
|
List<Mutation> |
Hbase.mutateRow_args.mutations
list of mutation commands |
List<Mutation> |
Hbase.mutateRowTs_args.mutations
list of mutation commands |
Methods in org.apache.hadoop.hbase.thrift.generated that return Mutation | |
---|---|
Mutation |
Mutation.clone()
Deprecated. |
Mutation |
Mutation.deepCopy()
|
Mutation |
Mutation.setColumn(byte[] column)
|
Mutation |
Mutation.setIsDelete(boolean isDelete)
|
Mutation |
Mutation.setValue(byte[] value)
|
Methods in org.apache.hadoop.hbase.thrift.generated that return types with arguments of type Mutation | |
---|---|
List<Mutation> |
BatchMutation.getMutations()
|
List<Mutation> |
Hbase.mutateRow_args.getMutations()
list of mutation commands |
List<Mutation> |
Hbase.mutateRowTs_args.getMutations()
list of mutation commands |
Iterator<Mutation> |
BatchMutation.getMutationsIterator()
|
Iterator<Mutation> |
Hbase.mutateRow_args.getMutationsIterator()
|
Iterator<Mutation> |
Hbase.mutateRowTs_args.getMutationsIterator()
|
Methods in org.apache.hadoop.hbase.thrift.generated with parameters of type Mutation | |
---|---|
void |
BatchMutation.addToMutations(Mutation elem)
|
void |
Hbase.mutateRow_args.addToMutations(Mutation elem)
|
void |
Hbase.mutateRowTs_args.addToMutations(Mutation elem)
|
int |
Mutation.compareTo(Mutation other)
|
boolean |
Mutation.equals(Mutation that)
|
Method parameters in org.apache.hadoop.hbase.thrift.generated with type arguments of type Mutation | |
---|---|
void |
Hbase.Iface.mutateRow(byte[] tableName,
byte[] row,
List<Mutation> mutations)
Apply a series of mutations (updates/deletes) to a row in a single transaction. |
void |
Hbase.Client.mutateRow(byte[] tableName,
byte[] row,
List<Mutation> mutations)
|
void |
Hbase.Iface.mutateRowTs(byte[] tableName,
byte[] row,
List<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,
List<Mutation> mutations,
long timestamp)
|
void |
Hbase.Client.send_mutateRow(byte[] tableName,
byte[] row,
List<Mutation> mutations)
|
void |
Hbase.Client.send_mutateRowTs(byte[] tableName,
byte[] row,
List<Mutation> mutations,
long timestamp)
|
BatchMutation |
BatchMutation.setMutations(List<Mutation> mutations)
|
Hbase.mutateRow_args |
Hbase.mutateRow_args.setMutations(List<Mutation> mutations)
list of mutation commands |
Hbase.mutateRowTs_args |
Hbase.mutateRowTs_args.setMutations(List<Mutation> mutations)
list of mutation commands |
Constructors in org.apache.hadoop.hbase.thrift.generated with parameters of type Mutation | |
---|---|
Mutation(Mutation other)
Performs a deep copy on other. |
Constructor parameters in org.apache.hadoop.hbase.thrift.generated with type arguments of type Mutation | |
---|---|
BatchMutation(byte[] row,
List<Mutation> mutations)
|
|
Hbase.mutateRow_args(byte[] tableName,
byte[] row,
List<Mutation> mutations)
|
|
Hbase.mutateRowTs_args(byte[] tableName,
byte[] row,
List<Mutation> mutations,
long timestamp)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |