Class ReplicationNotificationBatchInEntryHandler
java.lang.Object
com.gigaspaces.internal.events.durable.AbstractReplicationNotificationInEntryHandler
com.gigaspaces.internal.events.durable.ReplicationNotificationBatchInEntryHandler
- All Implemented Interfaces:
IReplicationInEntryHandler,IReplicationInEntryLeaseExpiredHandler
public class ReplicationNotificationBatchInEntryHandler
extends AbstractReplicationNotificationInEntryHandler
- Since:
- 9.0
- Author:
- Dan Kilman
-
Field Summary
Fields inherited from class com.gigaspaces.internal.events.durable.AbstractReplicationNotificationInEntryHandler
_eventID, _listener, _notifyInfo, _notifyType, _remoteSpace, _sequenceNumber -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedReplicationNotificationBatchInEntryHandler(NotifyInfo notifyInfo, IDirectSpaceProxy remoteSpace, long eventID, ITemplatePacket templatePacket) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidhandleEntryImpl(EntryArrivedRemoteEvent entryArrived, IReplicationInContext context, boolean inTransaction) Methods inherited from class com.gigaspaces.internal.events.durable.AbstractReplicationNotificationInEntryHandler
afterConsumption, beforeConsume, consumeBatchContentIfNotInTransaction, createEntryArrivedRemoteEvent, handleEntryLeaseExpired, handleEntryLeaseExpiredByUID, handleRemoveEntry, handleRemoveEntryByUID, handleUpdateEntry, handleWriteEntry, inChangeEntry, inEntryLeaseExpired, inEntryLeaseExpiredByUID, inRemoveEntry, inRemoveEntryByUID, inUpdateEntry, inWriteEntry
-
Constructor Details
-
ReplicationNotificationBatchInEntryHandler
protected ReplicationNotificationBatchInEntryHandler(NotifyInfo notifyInfo, IDirectSpaceProxy remoteSpace, long eventID, ITemplatePacket templatePacket)
-
-
Method Details
-
handleEntryImpl
protected void handleEntryImpl(EntryArrivedRemoteEvent entryArrived, IReplicationInContext context, boolean inTransaction) - Specified by:
handleEntryImplin classAbstractReplicationNotificationInEntryHandler
-