Operation.Operations| Constructor and Description |
|---|
Commit(Boolean durable)
Constructs a Commit object.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getOp()
Returns the op member of update operation.
|
TableSchema |
getTableSchema()
Returns TableSchema entity.
|
Boolean |
isDurable()
Returns the durable member of commit operation.
|
public Commit(Boolean durable)
durable - the durable member of commit operationpublic Boolean isDurable()
public String getOp()
Operationpublic TableSchema getTableSchema()
OperationgetTableSchema in interface Operation