public interface IReplicationInBatchContext extends IReplicationInContext
| Modifier and Type | Method and Description | 
|---|---|
| <T> void | addPendingContext(T operationContext) | 
| void | currentConsumed() | 
| int | getEntireBatchSize() | 
| <T> List<T> | getPendingContext() | 
| <T> T | getTagObject() | 
| void | pendingConsumed()Should be called once all the pending operation that are kept in the context are consumed and
 considered successfully replicated. | 
| <T> void | setTagObject(T tagObject) | 
getContentContext, getContextLogger, getContextMarker, getGroupName, getLastProcessedKey, getReplicationBlobstoreBulkContext, getSourceLookupName, isBatchContext, setReplicationBlobstoreBulkContext, supportsDistributedTransactionConsolidationvoid pendingConsumed()
<T> void addPendingContext(T operationContext)
<T> List<T> getPendingContext()
void currentConsumed()
<T> void setTagObject(T tagObject)
<T> T getTagObject()
int getEntireBatchSize()
Copyright © GigaSpaces.