Uses of Class
org.infinispan.server.hotrod.ServerAddress
-
Packages that use ServerAddress Package Description org.infinispan.server.hotrod -
-
Uses of ServerAddress in org.infinispan.server.hotrod
Methods in org.infinispan.server.hotrod that return ServerAddress Modifier and Type Method Description ServerAddress
HotRodServer. getAddress()
Methods in org.infinispan.server.hotrod that return types with arguments of type ServerAddress Modifier and Type Method Description Cache<Address,ServerAddress>
HotRodServer. getAddressCache()
Method parameters in org.infinispan.server.hotrod with type arguments of type ServerAddress Modifier and Type Method Description protected org.infinispan.server.hotrod.AbstractHashDistAwareResponse
AbstractEncoder1x. createHashDistAwareResp(int topologyId, Map<Address,ServerAddress> serverEndpointsMap, Configuration cfg)
protected org.infinispan.server.hotrod.AbstractHashDistAwareResponse
AbstractTopologyAwareEncoder1x. createHashDistAwareResp(int topologyId, Map<Address,ServerAddress> serverEndpointsMap, Configuration cfg)
-