Uses of Interface
org.infinispan.server.hotrod.ServerAddress
-
Packages that use ServerAddress Package Description org.infinispan.server.hotrod -
-
Uses of ServerAddress in org.infinispan.server.hotrod
Classes in org.infinispan.server.hotrod that implement ServerAddress Modifier and Type Class Description classMultiHomedServerAddressA Hot Rod server address which encapsulates a multi-homed server.classSingleHomedServerAddressA Hot Rod server addressMethods in org.infinispan.server.hotrod that return ServerAddress Modifier and Type Method Description static ServerAddressServerAddress. forAddress(String host, int port, boolean networkPrefixOverride)ServerAddressHotRodServer. getAddress()Methods in org.infinispan.server.hotrod that return types with arguments of type ServerAddress Modifier and Type Method Description org.infinispan.Cache<org.infinispan.remoting.transport.Address,ServerAddress>HotRodServer. getAddressCache()
-