Uses of Class
org.teamapps.cluster.state.ChangeOperation
| Package | Description |
|---|---|
| org.teamapps.cluster.state |
-
Uses of ChangeOperation in org.teamapps.cluster.state
Methods in org.teamapps.cluster.state that return ChangeOperation Modifier and Type Method Description static ChangeOperationChangeOperation. getById(int id)ChangeOperationStateUpdateMessage. getOperation()static ChangeOperationChangeOperation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ChangeOperation[]ChangeOperation. 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 ChangeOperation Constructor Description StateUpdateMessage(java.lang.String subStateId, ChangeOperation operation, java.lang.String identifier, org.teamapps.protocol.schema.MessageObject message)