Class TransactionOperation
java.lang.Object
org.apache.shardingsphere.elasticjob.reg.base.transaction.TransactionOperation
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TransactionOperationOperation add.static TransactionOperationopCheckExists(String key) Operation check exists.static TransactionOperationOperation delete.static TransactionOperationOperation update.
-
Constructor Details
-
TransactionOperation
public TransactionOperation()
-
-
Method Details
-
opAdd
Operation add.- Parameters:
key- keyvalue- value- Returns:
- TransactionOperation
-
opUpdate
Operation update.- Parameters:
key- keyvalue- value- Returns:
- TransactionOperation
-
opDelete
Operation delete.- Parameters:
key- key- Returns:
- TransactionOperation
-
opCheckExists
Operation check exists.- Parameters:
key- key- Returns:
- TransactionOperation
-