Operation.Operations| Constructor and Description |
|---|
Mutate(TableSchema schema,
java.util.List<Condition> where,
java.util.List<Mutation> mutations)
Constructs a Mutate object.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Mutation> |
getMutations()
Returns the mutations member of mutate operation.
|
java.lang.String |
getOp()
Returns the op member of update operation.
|
java.lang.String |
getTable()
For the use of serialization.
|
TableSchema |
getTableSchema()
Returns TableSchema entity.
|
java.util.List<Condition> |
getWhere()
Returns the where member of mutate operation.
|
public Mutate(TableSchema schema, java.util.List<Condition> where, java.util.List<Mutation> mutations)
schema - TableSchema entitywhere - the List of Condition entitymutations - the List of Mutation entitypublic java.util.List<Mutation> getMutations()
public java.util.List<Condition> getWhere()
public java.lang.String getOp()
Operationpublic TableSchema getTableSchema()
OperationgetTableSchema in interface Operationpublic java.lang.String getTable()