All Implemented Interfaces:
Serializable

public class QuorumLostEvent extends MembershipEvent<QuorumLostEvent>
QuorumLostEvent is fired for the losing side of the DistributedSystem when a network partition occurs.
Since:
1.3.0
See Also:
  • Constructor Details

    • QuorumLostEvent

      public QuorumLostEvent(org.apache.geode.distributed.internal.DistributionManager distributionManager)
      Constructs a new instance of QuorumLostEvent initialized with the given DistributionManager.
      Parameters:
      distributionManager - DistributionManager used as the source of this event; must not be null.
      Throws:
      IllegalArgumentException - if DistributionManager is null.
      See Also:
      • DistributionManager
  • Method Details