Interface IReplicationInContext

All Known Subinterfaces:
IReplicationInBatchContext
All Known Implementing Classes:
AbstractReplicationInBatchContext, GlobalOrderReplicationInBatchContext, MultiBucketSingleFileReplicationInBatchContext, MultiSourceSingleFileReplicationInBatchContext, ReplicationInContext

public interface IReplicationInContext
  • Method Details

    • getSourceLookupName

      String getSourceLookupName()
    • getContextLogger

      org.slf4j.Logger getContextLogger()
    • getGroupName

      String getGroupName()
    • getContentContext

      ReplicationInContentContext getContentContext()
    • isBatchContext

      boolean isBatchContext()
    • getContextMarker

      IMarker getContextMarker(String membersGroupName)
    • supportsDistributedTransactionConsolidation

      boolean supportsDistributedTransactionConsolidation()
    • setReplicationBlobstoreBulkContext

      void setReplicationBlobstoreBulkContext(ReplicationBlobstoreBulkContext replicationBlobstoreBulkContext)
    • getReplicationBlobstoreBulkContext

      ReplicationBlobstoreBulkContext getReplicationBlobstoreBulkContext()
    • getLastProcessedKey

      long getLastProcessedKey()