Package com.gigaspaces.internal.client
Class FailedChangedEntryDetailsImpl
java.lang.Object
com.gigaspaces.internal.client.ChangeEntryDetailsImpl<Object>
com.gigaspaces.internal.client.FailedChangedEntryDetailsImpl
- All Implemented Interfaces:
ChangedEntryDetails<Object>,FailedChangedEntryDetails,Textualizable,SmartExternalizable,Externalizable,Serializable
public class FailedChangedEntryDetailsImpl
extends ChangeEntryDetailsImpl<Object>
implements FailedChangedEntryDetails
- Since:
- 9.1
- Author:
- eitany
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFailedChangedEntryDetailsImpl(String typeName, Object id, int version, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptiongetCause()Returns the failure caused by attempting to update this entry.Returns the results of the change operations which were inflicted on the changed entry.voidvoidMethods inherited from class com.gigaspaces.internal.client.ChangeEntryDetailsImpl
getId, getTypeName, getVersion, setMutators, toString, toTextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.gigaspaces.client.FailedChangedEntryDetails
getId, getTypeName, getVersionMethods inherited from interface com.gigaspaces.serialization.SmartExternalizable
enabledSmartExternalizableWithReference
-
Constructor Details
-
FailedChangedEntryDetailsImpl
public FailedChangedEntryDetailsImpl() -
FailedChangedEntryDetailsImpl
-
-
Method Details
-
getCause
Description copied from interface:FailedChangedEntryDetailsReturns the failure caused by attempting to update this entry.- Specified by:
getCausein interfaceFailedChangedEntryDetails
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Overrides:
writeExternalin classChangeEntryDetailsImpl<Object>- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Overrides:
readExternalin classChangeEntryDetailsImpl<Object>- Throws:
IOExceptionClassNotFoundException
-
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<Object>- Overrides:
getChangeOperationsResultsin classChangeEntryDetailsImpl<Object>
-