SQL_ONLY will run SAGA with the following default configuration: (UnboundedStorageType.Sql, IndexType.Sql, QueueingType.Sql, BoundedStorageType.Sql, CoordinatorType.Sql).
STANDARD will run SAGA with the following default configuration: (UnboundedStorageType.Cassandra, IndexType.Elastic, QueueingType.Rabbit, BoundedStorageType.Sql, CoordinatorType.ZooKeeper).
STANDARD will run SAGA with the following default configuration: (UnboundedStorageType.Cassandra, IndexType.Elastic, QueueingType.Rabbit, BoundedStorageType.Sql, CoordinatorType.ZooKeeper).
Each individual component can be changed as well.
SQL_ONLY will run SAGA with the following default configuration: (UnboundedStorageType.Sql, IndexType.Sql, QueueingType.Sql, BoundedStorageType.Sql, CoordinatorType.Sql).
Each individual component can be changed as well.
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (Extraneous whitespace characters are
not permitted.)
Parameters:
name - the name of the enum constant to be returned.