Uses of Class
org.teamapps.cluster.state.TransactionCompareRule
| Package | Description |
|---|---|
| org.teamapps.cluster.state |
-
Uses of TransactionCompareRule in org.teamapps.cluster.state
Methods in org.teamapps.cluster.state that return TransactionCompareRule Modifier and Type Method Description TransactionCompareRuleReplicatedStateTransactionRule. getCompareRule()static TransactionCompareRuleTransactionCompareRule. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TransactionCompareRule[]TransactionCompareRule. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.teamapps.cluster.state with parameters of type TransactionCompareRule Constructor Description ReplicatedStateTransactionRule(java.lang.String subStateId, java.lang.String identifier, TransactionCompareRule compareRule, int value)