Class MirrorReplicationInBatchConsumptionHandler
java.lang.Object
com.gigaspaces.internal.sync.mirror.MirrorReplicationInHandler
com.gigaspaces.internal.sync.mirror.MirrorReplicationInBatchConsumptionHandler
- All Implemented Interfaces:
IReplicationInBatchConsumptionHandler,ITransactionalBatchExecutionCallback
public class MirrorReplicationInBatchConsumptionHandler
extends MirrorReplicationInHandler
implements IReplicationInBatchConsumptionHandler
Handles batch consumption event sent to the mirror.
- Since:
- 9.0
- Author:
- idan, eitany
-
Field Summary
Fields inherited from class com.gigaspaces.internal.sync.mirror.MirrorReplicationInHandler
_syncEndpoint -
Constructor Summary
ConstructorsConstructorDescriptionMirrorReplicationInBatchConsumptionHandler(MirrorBulkExecutor bulkExecutor, MirrorStatisticsImpl operationStatisticsHandler) -
Method Summary
Modifier and TypeMethodDescriptionvoidCalled after all the incoming replication events for the current batch passed through the corresponding event handlers.Methods inherited from class com.gigaspaces.internal.sync.mirror.MirrorReplicationInHandler
addChangeEntry, addRemoveEntry, addTransaction, addUpdateEntry, addWriteEntry, changeEntry, execute, getTypeManager, removeEntry, removeEntryByUID, updateEntry, writeEntry
-
Constructor Details
-
MirrorReplicationInBatchConsumptionHandler
public MirrorReplicationInBatchConsumptionHandler(MirrorBulkExecutor bulkExecutor, MirrorStatisticsImpl operationStatisticsHandler)
-
-
Method Details
-
consumePendingOperationsInBatch
Description copied from interface:IReplicationInBatchConsumptionHandlerCalled after all the incoming replication events for the current batch passed through the corresponding event handlers. Any pending unconsumed events should be consumed here.- Specified by:
consumePendingOperationsInBatchin interfaceIReplicationInBatchConsumptionHandler- Throws:
Exception
-