Class ClusterView
java.lang.Object
org.infinispan.remoting.transport.jgroups.ClusterView
Information about the JGroups cluster.
- Since:
- 9.1
- Author:
- Dan Berindei
-
Method Summary
Modifier and TypeMethodDescriptionint
boolean
boolean
boolean
isViewIdAtLeast
(int expectedViewId) toString()
-
Method Details
-
getViewId
public int getViewId() -
isViewIdAtLeast
public boolean isViewIdAtLeast(int expectedViewId) -
isStopped
public boolean isStopped() -
getMembers
-
getMembersSet
-
getCoordinator
-
isCoordinator
public boolean isCoordinator() -
toString
-