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 SpaceEntryMutator
change, getChangeOperationResultMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface ChangeOperation
getNameMethods inherited from interface 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
-