Class ResurrectNotifyTemplateFix
java.lang.Object
com.gigaspaces.internal.cluster.node.impl.packets.data.AbstractDataConsumeFix
com.gigaspaces.internal.cluster.node.impl.packets.data.errors.ResurrectNotifyTemplateFix
- All Implemented Interfaces:
IDataConsumeFix,SmartExternalizable,Externalizable,Serializable
Fix a problem of extend notify template lease that do not exists anymore in the target (long
disconnection ,recovery). This will resurrect the template and discard the extend lease
operation
- Since:
- 8.0
- Author:
- eitany
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionResurrectNotifyTemplateFix(ITemplatePacket notifyTemplate, String uid, NotifyInfo notifyInfo) -
Method Summary
Modifier and TypeMethodDescriptionfix(IReplicationInContext context, IDataConsumeFixFacade fixFacade, ReplicationPacketDataConsumer consumer, IExecutableReplicationPacketData<?> data) voidtoString()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
-
ResurrectNotifyTemplateFix
public ResurrectNotifyTemplateFix() -
ResurrectNotifyTemplateFix
public ResurrectNotifyTemplateFix(ITemplatePacket notifyTemplate, String uid, NotifyInfo notifyInfo)
-
-
Method Details
-
fix
public IExecutableReplicationPacketData<?> fix(IReplicationInContext context, IDataConsumeFixFacade fixFacade, ReplicationPacketDataConsumer consumer, IExecutableReplicationPacketData<?> data) throws Exception - Specified by:
fixin classAbstractDataConsumeFix- Throws:
Exception
-
readExternal
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
- Throws:
IOException
-
toString
-