Class LocalClusterReplicationInBatchConsumptionHandler
java.lang.Object
com.gigaspaces.internal.cluster.node.impl.gateway.sink.AbstractLocalClusterReplicationInHandler
com.gigaspaces.internal.cluster.node.impl.gateway.sink.LocalClusterReplicationInBatchConsumptionHandler
- All Implemented Interfaces:
IReplicationInBatchConsumptionHandler
public class LocalClusterReplicationInBatchConsumptionHandler
extends AbstractLocalClusterReplicationInHandler
implements IReplicationInBatchConsumptionHandler
- Since:
- 9.0
- Author:
- idan, eitany
-
Field Summary
Fields inherited from class com.gigaspaces.internal.cluster.node.impl.gateway.sink.AbstractLocalClusterReplicationInHandler
_config, _spaceProxy -
Constructor Summary
ConstructorsConstructorDescriptionLocalClusterReplicationInBatchConsumptionHandler(ISpaceProxy spaceProxy, ITransactionManagerProvider transactionManagerProvider, LocalClusterReplicationSinkConfig config) -
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.cluster.node.impl.gateway.sink.AbstractLocalClusterReplicationInHandler
execute, executeIfUidPresent, executeTransactional, extractSourceGatewayName, getSpaceProxy, handleChangeEntry, handleRemoveEntry, handleRemoveEntryByUid, handleUpdateEntry, handleWriteEntry, invokeConflictResolver
-
Constructor Details
-
LocalClusterReplicationInBatchConsumptionHandler
public LocalClusterReplicationInBatchConsumptionHandler(ISpaceProxy spaceProxy, ITransactionManagerProvider transactionManagerProvider, LocalClusterReplicationSinkConfig config)
-
-
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
-