Class SpaceEntryPathMutator
java.lang.Object
com.gigaspaces.client.mutators.SpaceEntryMutator
com.gigaspaces.internal.client.mutators.SpaceEntryPathMutator
- All Implemented Interfaces:
Textualizable,SmartExternalizable,ChangeOperation,Externalizable,Serializable
- Direct Known Subclasses:
AddAllToCollectionSpaceEntryMutator,AddToCollectionSpaceEntryMutator,IncrementSpaceEntryMutator,PutInMapSpaceEntryMutator,RemoveFromCollectionSpaceEntryMutator,RemoveFromMapSpaceEntryMutator,SetValueSpaceEntryMutator,UnsetValueSpaceEntryMutator
public abstract class SpaceEntryPathMutator
extends SpaceEntryMutator
implements SmartExternalizable, Textualizable
- Since:
- 9.1
- Author:
- Niv Ingberg
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDefines if path will not be cachedgetPath()voidtoString()voidtoText(Textualizer textualizer) voidMethods inherited from class com.gigaspaces.client.mutators.SpaceEntryMutator
change, getChangeOperationResultMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.gigaspaces.sync.change.ChangeOperation
getNameMethods inherited from interface com.gigaspaces.serialization.SmartExternalizable
enabledSmartExternalizableWithReference
-
Constructor Details
-
SpaceEntryPathMutator
protected SpaceEntryPathMutator() -
SpaceEntryPathMutator
-
-
Method Details
-
getPath
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
toText
- Specified by:
toTextin interfaceTextualizable
-
toString
-
disablePathCaching
Defines if path will not be cached- Since:
- 14.2.0
-