Operation.Operations| Constructor and Description |
|---|
Insert(TableSchema schema,
String uuidName,
Row row)
Constructs a Insert object.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getOp()
Returns the op member of update operation.
|
Map<String,Object> |
getRow()
Returns the row member of insert operation.
|
String |
getTable()
For the use of serialization.
|
TableSchema |
getTableSchema()
Returns TableSchema entity.
|
String |
getUuidName()
Returns the uuid-name member of insert operation.
|
public Insert(TableSchema schema, String uuidName, Row row)
schema - TableSchema entityuuidName - uuid-namerow - Row entitypublic String getUuidName()
public Map<String,Object> getRow()
public String getOp()
Operationpublic TableSchema getTableSchema()
OperationgetTableSchema in interface Operationpublic String getTable()