Class GlobalOrderReplicationInBatchContext
java.lang.Object
com.gigaspaces.internal.cluster.node.impl.ReplicationInContext
com.gigaspaces.internal.cluster.node.impl.AbstractReplicationInBatchContext
com.gigaspaces.internal.cluster.node.impl.processlog.globalorder.GlobalOrderReplicationInBatchContext
- All Implemented Interfaces:
IReplicationInBatchContext,IReplicationInContext
public class GlobalOrderReplicationInBatchContext
extends AbstractReplicationInBatchContext
implements IReplicationInBatchContext
-
Constructor Summary
ConstructorsConstructorDescriptionGlobalOrderReplicationInBatchContext(IBatchExecutedCallback batchExecutedCallback, org.slf4j.Logger contextLogger, int entireBatchSize, String sourceLookupName, String groupName) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidafterBatchConsumed(long lastProcessedKeyInBatch) Methods inherited from class com.gigaspaces.internal.cluster.node.impl.AbstractReplicationInBatchContext
addPendingContext, currentConsumed, getCurrentKey, getEntireBatchSize, getPendingContext, getTagObject, isBatchContext, pendingConsumed, rollback, setCurrentKey, setTagObject, snapshotMethods inherited from class com.gigaspaces.internal.cluster.node.impl.ReplicationInContext
getContentContext, getContextLogger, getContextMarker, getGroupName, getLastProcessedKey, getReplicationBlobstoreBulkContext, getSourceLookupName, setContextPacket, setLastProcessedKey, setReplicationBlobstoreBulkContext, supportsDistributedTransactionConsolidationMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.gigaspaces.internal.cluster.node.IReplicationInBatchContext
addPendingContext, currentConsumed, getEntireBatchSize, getPendingContext, getTagObject, pendingConsumed, setTagObjectMethods inherited from interface com.gigaspaces.internal.cluster.node.IReplicationInContext
getContentContext, getContextLogger, getContextMarker, getGroupName, getLastProcessedKey, getReplicationBlobstoreBulkContext, getSourceLookupName, isBatchContext, setReplicationBlobstoreBulkContext, supportsDistributedTransactionConsolidation
-
Constructor Details
-
GlobalOrderReplicationInBatchContext
public GlobalOrderReplicationInBatchContext(IBatchExecutedCallback batchExecutedCallback, org.slf4j.Logger contextLogger, int entireBatchSize, String sourceLookupName, String groupName)
-
-
Method Details
-
afterBatchConsumed
protected void afterBatchConsumed(long lastProcessedKeyInBatch) - Specified by:
afterBatchConsumedin classAbstractReplicationInBatchContext
-