Class ClusterView

java.lang.Object
org.infinispan.remoting.transport.jgroups.ClusterView

public class ClusterView extends Object
Information about the JGroups cluster.
Since:
9.1
Author:
Dan Berindei
  • Method Details

    • getViewId

      public int getViewId()
    • isViewIdAtLeast

      public boolean isViewIdAtLeast(int expectedViewId)
    • isStopped

      public boolean isStopped()
    • getMembers

      public List<Address> getMembers()
    • getMembersSet

      public Set<Address> getMembersSet()
    • getCoordinator

      public Address getCoordinator()
    • isCoordinator

      public boolean isCoordinator()
    • toString

      public String toString()
      Overrides:
      toString in class Object