Class ClusterInfo
- java.lang.Object
-
- org.infinispan.hotrod.impl.topology.ClusterInfo
-
public class ClusterInfo extends Object
Cluster definition
-
-
Constructor Summary
Constructors Constructor Description ClusterInfo(String clusterName, List<InetSocketAddress> servers, ClientIntelligence intelligence)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<InetSocketAddress>getInitialServers()ClientIntelligencegetIntelligence()StringgetName()intgetTopologyAge()StringtoString()ClusterInfowithTopologyAge(int topologyAge)
-
-
-
Constructor Detail
-
ClusterInfo
public ClusterInfo(String clusterName, List<InetSocketAddress> servers, ClientIntelligence intelligence)
-
-
Method Detail
-
withTopologyAge
public ClusterInfo withTopologyAge(int topologyAge)
-
getName
public String getName()
-
getInitialServers
public List<InetSocketAddress> getInitialServers()
-
getTopologyAge
public int getTopologyAge()
-
getIntelligence
public ClientIntelligence getIntelligence()
-
-