Package com.gigaspaces.internal.client
Class ChangeEntryDetailsImpl<T>
java.lang.Object
com.gigaspaces.internal.client.ChangeEntryDetailsImpl<T>
- All Implemented Interfaces:
ChangedEntryDetails<T>,Textualizable,SmartExternalizable,Externalizable,Serializable
- Direct Known Subclasses:
FailedChangedEntryDetailsImpl
public class ChangeEntryDetailsImpl<T>
extends Object
implements ChangedEntryDetails<T>, SmartExternalizable, Textualizable
- Since:
- 9.1
- Author:
- eitany
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionChangeEntryDetailsImpl(String typeName, Object id, int version, List<Serializable> results) -
Method Summary
Modifier and TypeMethodDescriptionReturns the results of the change operations which were inflicted on the changed entry.getId()Returns the id of the changed entry.Returns the changed entry type name.intReturns the version of the entry after the change opertion.voidvoidsetMutators(Collection<SpaceEntryMutator> mutators) toString()voidtoText(Textualizer textualizer) voidMethods 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
-
ChangeEntryDetailsImpl
public ChangeEntryDetailsImpl() -
ChangeEntryDetailsImpl
-
-
Method Details
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
getTypeName
Description copied from interface:ChangedEntryDetailsReturns the changed entry type name.- Specified by:
getTypeNamein interfaceChangedEntryDetails<T>
-
getId
Description copied from interface:ChangedEntryDetailsReturns the id of the changed entry.- Specified by:
getIdin interfaceChangedEntryDetails<T>
-
getVersion
public int getVersion()Description copied from interface:ChangedEntryDetailsReturns the version of the entry after the change opertion.- Specified by:
getVersionin interfaceChangedEntryDetails<T>
-
toText
- Specified by:
toTextin interfaceTextualizable
-
toString
-
setMutators
-
getChangeOperationsResults
Description copied from interface:ChangedEntryDetailsReturns the results of the change operations which were inflicted on the changed entry. The order of the list will be correlated to the order of operation which were specified on theChangeSetthat was used for this change operation.- Specified by:
getChangeOperationsResultsin interfaceChangedEntryDetails<T>
-