public class StoreConfigTransaction extends Transaction
dbType, success
Constructor and Description |
---|
StoreConfigTransaction(java.util.UUID serverUUID,
Config config,
long lastModified) |
Modifier and Type | Method and Description |
---|---|
protected void |
performOperations()
Implement this method for transaction execution.
|
execute, execute, executeOther, executeSwallowingExceptions, executeTransaction, getServerUUID, query, shouldBeExecuted, toString, wasSuccessful
public StoreConfigTransaction(java.util.UUID serverUUID, Config config, long lastModified)
protected void performOperations()
Transaction
performOperations
in class Transaction