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