Package com.gigaspaces.client
Class CustomChangeOperation
java.lang.Object
com.gigaspaces.client.mutators.SpaceEntryMutator
com.gigaspaces.client.CustomChangeOperation
- All Implemented Interfaces:
ChangeOperation,Serializable
A base class for custom change operation implementations
- Since:
- 10.0
- Author:
- eitany
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CustomChangeOperationfrom(String name, ChangeFunction<MutableServerEntry, Object> operation) Methods inherited from class com.gigaspaces.client.mutators.SpaceEntryMutator
change, getChangeOperationResultMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.gigaspaces.sync.change.ChangeOperation
getName
-
Constructor Details
-
CustomChangeOperation
public CustomChangeOperation()
-
-
Method Details
-
from
public static CustomChangeOperation from(String name, ChangeFunction<MutableServerEntry, Object> operation)
-