com.gigaspaces.sync.change
Class SetOperation
java.lang.Object
com.gigaspaces.sync.change.SetOperation
public class SetOperation
- extends Object
Represents a change operation which correlate with a ChangeSet.set(String, java.io.Serializable)
invocation.
- Since:
- 9.5
- Author:
- eitany
Field Summary |
static String |
NAME
The name of the operation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NAME
public static final String NAME
- The name of the operation.
- See Also:
- Constant Field Values
represents
public static boolean represents(ChangeOperation changeOperation)
- Returns:
- true if this operation type represents the given change operation.
getPath
public static String getPath(ChangeOperation changeOperation)
- Returns:
- the path the operation changed.
getValue
public static Serializable getValue(ChangeOperation changeOperation)
- Returns:
- the value that was set.
Copyright © GigaSpaces.