Class RemoveNotifyTemplateReplicationPacketData
java.lang.Object
com.gigaspaces.internal.cluster.node.impl.packets.data.operations.AbstractReplicationPacketSingleEntryData
com.gigaspaces.internal.cluster.node.impl.packets.data.operations.SingleUidReplicationPacketData
com.gigaspaces.internal.cluster.node.impl.packets.data.operations.RemoveNotifyTemplateReplicationPacketData
- All Implemented Interfaces:
IExecutableReplicationPacketData<IReplicationPacketEntryData>,IReplicationPacketData<IReplicationPacketEntryData>,IReplicationPacketEntryData,ISwapExternalizable,SmartExternalizable,Externalizable,Serializable,Cloneable,Iterable<IReplicationPacketEntryData>,Collection<IReplicationPacketEntryData>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.gigaspaces.internal.cluster.node.impl.packets.data.operations.AbstractReplicationPacketSingleEntryData
AbstractReplicationPacketSingleEntryData.SingleEntryIterator, AbstractReplicationPacketSingleEntryData.SingleFilterIterable -
Field Summary
Fields inherited from class com.gigaspaces.internal.cluster.node.impl.packets.data.operations.SingleUidReplicationPacketData
_entryData -
Constructor Summary
ConstructorsConstructorDescriptionRemoveNotifyTemplateReplicationPacketData(String className, NotifyInfo notifyInfo, int objectType, String templateUid, boolean isTransient, IEntryData entryData, OperationID operationID) -
Method Summary
Modifier and TypeMethodDescriptionbooleanIf the replication of this packet is delayed due to being asynchronous by nature or the target was disconnected when the replication packet was generated, this method is called before the actual replication and the implementor can modify the packet accordingly, mostly relevant for time to live update.protected voidexecuteImpl(IReplicationInContext context, IReplicationInFacade inReplicationHandler) booleanprotected intprotected ReplicationOperationTypevoidvoidprotected IReplicationFilterEntrytoFilterEntry(SpaceTypeManager spaceTypeManager) toString()voidvoidwriteToSwap(ObjectOutput out) Methods inherited from class com.gigaspaces.internal.cluster.node.impl.packets.data.operations.SingleUidReplicationPacketData
clone, containsFullEntryData, execute, getMainEntryData, getOperationId, getOrderCode, getSecondaryEntryData, getTimeToLiveUpdateCallback, getTypeDescriptor, getUid, isTransientMethods inherited from class com.gigaspaces.internal.cluster.node.impl.packets.data.operations.AbstractReplicationPacketSingleEntryData
add, addAll, clear, contains, containsAll, createEmptyMultipleEntryData, deserializeEntryData, getBlobstoreBulkId, getCustomContent, getMainTypeName, getMultipleOperationType, getRecoveryFilteringId, getSingleEntryData, getWeight, isEmpty, isFromGateway, isMultiParticipantData, isPartOfBlobstoreBulk, isSingleEntryData, iterator, remove, removeAll, requiresRecoveryDuplicationProtection, requiresRecoveryFiltering, retainAll, serializeEntryData, setBlobstoreBulkId, setWeight, size, supportsReplicationFilter, toArray, toArray, toFilterEntries, updateTimeToLiveIfNeededMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
equals, hashCode, parallelStream, removeIf, spliterator, stream, toArrayMethods inherited from interface com.gigaspaces.internal.cluster.node.impl.packets.data.IReplicationPacketEntryData
isBackupOnlyMethods inherited from interface com.gigaspaces.serialization.SmartExternalizable
enabledSmartExternalizableWithReference
-
Constructor Details
-
RemoveNotifyTemplateReplicationPacketData
public RemoveNotifyTemplateReplicationPacketData() -
RemoveNotifyTemplateReplicationPacketData
public RemoveNotifyTemplateReplicationPacketData(String className, NotifyInfo notifyInfo, int objectType, String templateUid, boolean isTransient, IEntryData entryData, OperationID operationID)
-
-
Method Details
-
getTypeName
- Specified by:
getTypeNamein interfaceIReplicationPacketEntryData- Overrides:
getTypeNamein classAbstractReplicationPacketSingleEntryData
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Overrides:
writeExternalin classSingleUidReplicationPacketData- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Overrides:
readExternalin classSingleUidReplicationPacketData- Throws:
IOExceptionClassNotFoundException
-
writeToSwap
- Specified by:
writeToSwapin interfaceISwapExternalizable- Overrides:
writeToSwapin classSingleUidReplicationPacketData- Throws:
IOException
-
readFromSwap
- Specified by:
readFromSwapin interfaceISwapExternalizable- Overrides:
readFromSwapin classSingleUidReplicationPacketData- Throws:
IOExceptionClassNotFoundException
-
executeImpl
protected void executeImpl(IReplicationInContext context, IReplicationInFacade inReplicationHandler) throws Exception - Specified by:
executeImplin classSingleUidReplicationPacketData- Throws:
Exception
-
beforeDelayedReplication
public boolean beforeDelayedReplication()Description copied from interface:IReplicationPacketDataIf the replication of this packet is delayed due to being asynchronous by nature or the target was disconnected when the replication packet was generated, this method is called before the actual replication and the implementor can modify the packet accordingly, mostly relevant for time to live update. If the method returns false the packet is no longer relevant and it is discarded -
toFilterEntry
- Overrides:
toFilterEntryin classSingleUidReplicationPacketData
-
getFilterOldReplicationOpType
- Specified by:
getFilterOldReplicationOpTypein classSingleUidReplicationPacketData
-
getOperationType
-
getFilterObjectType
protected int getFilterObjectType()- Specified by:
getFilterObjectTypein classSingleUidReplicationPacketData
-
filterIfNotPresentInReplicaState
public boolean filterIfNotPresentInReplicaState() -
toString
-