Interface IInstanceDistributionManager

All Superinterfaces:
IAgent, IDistributedAgent, IExtendedPluginValue
All Known Implementing Classes:
DataInstanceDistributionManager

public interface IInstanceDistributionManager extends IDistributedAgent
This class takes care when new members join the cluster and when a transaction is committed.
Author:
ActiveViam
  • Field Details

  • Method Details

    • acknowledgeCommitMessage

      void acknowledgeCommitMessage(String broadcastingAddress, IEpoch epoch, long remoteViewId)
      Acknowledge the reception of the message with a certain message id from the address.
      Parameters:
      broadcastingAddress - the address to acknowledge
      epoch - epoch of the commit
      remoteViewId - the remote view id to acknowledge