Class ClusterView


  • public class ClusterView
    extends 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()
      • getMembersSet

        public Set<Address> getMembersSet()
      • getCoordinator

        public Address getCoordinator()
      • isCoordinator

        public boolean isCoordinator()