Class CollectionChangeSpaceEntryMutatorResult
java.lang.Object
com.gigaspaces.internal.client.mutators.CollectionChangeSpaceEntryMutatorResult
- All Implemented Interfaces:
SmartExternalizable,Externalizable,Serializable
A result for changing a collection property
- Since:
- 9.7
- Author:
- eitany
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCollectionChangeSpaceEntryMutatorResult(boolean collectionChanged, int size) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.gigaspaces.serialization.SmartExternalizable
enabledSmartExternalizableWithReference
-
Constructor Details
-
CollectionChangeSpaceEntryMutatorResult
public CollectionChangeSpaceEntryMutatorResult() -
CollectionChangeSpaceEntryMutatorResult
public CollectionChangeSpaceEntryMutatorResult(boolean collectionChanged, int size)
-
-
Method Details
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
getSize
public int getSize() -
isCollectionChanged
public boolean isCollectionChanged() -
toString
-