Class ClusterView
- java.lang.Object
-
- org.infinispan.remoting.transport.jgroups.ClusterView
-
public class ClusterView extends java.lang.ObjectInformation about the JGroups cluster.- Since:
- 9.1
- Author:
- Dan Berindei
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AddressgetCoordinator()java.util.List<Address>getMembers()java.util.Set<Address>getMembersSet()intgetViewId()booleanisCoordinator()booleanisStopped()booleanisViewIdAtLeast(int expectedViewId)java.lang.StringtoString()
-
-
-
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:
toStringin classjava.lang.Object
-
-