Package com.gigaspaces.sync.change
Class UnsetOperation
java.lang.Object
com.gigaspaces.sync.change.UnsetOperation
Represents a change operation which correlate with a
ChangeSet.unset(String) invocation.- Since:
- 9.5
- Author:
- eitany
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetPath(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.
-