Class ClusterView


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

      • getViewId

        public int getViewId()
      • isViewIdAtLeast

        public boolean isViewIdAtLeast​(int expectedViewId)
      • isStopped

        public boolean isStopped()
      • getMembers

        public java.util.List<Address> getMembers()
      • getMembersSet

        public java.util.Set<Address> getMembersSet()
      • getCoordinator

        public Address getCoordinator()
      • isCoordinator

        public boolean isCoordinator()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object