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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Address
getCoordinator()
List<Address>
getMembers()
Set<Address>
getMembersSet()
int
getViewId()
boolean
isCoordinator()
boolean
isStopped()
boolean
isViewIdAtLeast(int expectedViewId)
String
toString()
-
-
-
Method Detail
-
getViewId
public int getViewId()
-
isViewIdAtLeast
public boolean isViewIdAtLeast(int expectedViewId)
-
isStopped
public boolean isStopped()
-
getCoordinator
public Address getCoordinator()
-
isCoordinator
public boolean isCoordinator()
-
-