Package com.gigaspaces.sync.change
Class SetOperation
java.lang.Object
com.gigaspaces.sync.change.SetOperation
Represents a change operation which correlate with a
ChangeSet.set(String, java.io.Serializable) invocation.- Since:
- 9.5
- Author:
- eitany
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetPath(ChangeOperation changeOperation) static SerializablegetValue(ChangeOperation changeOperation) static booleanrepresents(ChangeOperation changeOperation)
-
Field Details
-
NAME
The name of the operation.- See Also:
-
-
Method Details
-
represents
- Returns:
- true if this operation type represents the given change operation.
-
getPath
- Returns:
- the path the operation changed.
-
getValue
- Returns:
- the value that was set.
-