Package org.infinispan.hotrod.impl
Class ClientTopology
- java.lang.Object
-
- org.infinispan.hotrod.impl.ClientTopology
-
public final class ClientTopology extends Object
Keeps the Hot Rod client topology information together: topology id and client intelligence.- Since:
- 14.0
-
-
Constructor Summary
Constructors Constructor Description ClientTopology(int topologyId, ClientIntelligence clientIntelligence)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)ClientIntelligencegetClientIntelligence()intgetTopologyId()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
ClientTopology
public ClientTopology(int topologyId, ClientIntelligence clientIntelligence)
-
-
Method Detail
-
getTopologyId
public int getTopologyId()
-
getClientIntelligence
public ClientIntelligence getClientIntelligence()
-
-