Interface IReplicationInBatchContext

All Superinterfaces:
IReplicationInContext
All Known Implementing Classes:
AbstractReplicationInBatchContext, GlobalOrderReplicationInBatchContext, MultiBucketSingleFileReplicationInBatchContext, MultiSourceSingleFileReplicationInBatchContext

public interface IReplicationInBatchContext extends IReplicationInContext
  • Method Details

    • pendingConsumed

      void pendingConsumed()
      Should be called once all the pending operation that are kept in the context are consumed and considered successfully replicated. once called all the pending operations that are kept in the context are cleared
    • addPendingContext

      <T> void addPendingContext(T operationContext)
    • getPendingContext

      <T> List<T> getPendingContext()
    • currentConsumed

      void currentConsumed()
    • setTagObject

      <T> void setTagObject(T tagObject)
    • getTagObject

      <T> T getTagObject()
    • getEntireBatchSize

      int getEntireBatchSize()