Uses of Class
org.infinispan.topology.ClusterTopologyManager.ClusterManagerStatus
-
Packages that use ClusterTopologyManager.ClusterManagerStatus Package Description org.infinispan.topology -
-
Uses of ClusterTopologyManager.ClusterManagerStatus in org.infinispan.topology
Methods in org.infinispan.topology that return ClusterTopologyManager.ClusterManagerStatus Modifier and Type Method Description ClusterTopologyManager.ClusterManagerStatus
ClusterTopologyManager. getStatus()
ClusterTopologyManager.ClusterManagerStatus
ClusterTopologyManagerImpl. getStatus()
static ClusterTopologyManager.ClusterManagerStatus
ClusterTopologyManager.ClusterManagerStatus. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ClusterTopologyManager.ClusterManagerStatus[]
ClusterTopologyManager.ClusterManagerStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-