Class SingleHomedServerAddress

java.lang.Object
org.infinispan.server.hotrod.SingleHomedServerAddress
All Implemented Interfaces:
ServerAddress

@ProtoTypeId(6612) public class SingleHomedServerAddress extends Object implements ServerAddress
A Hot Rod server address
Since:
5.1
Author:
Galder Zamarreño
  • Constructor Details

    • SingleHomedServerAddress

      @ProtoFactory public SingleHomedServerAddress(String host, int port)
  • Method Details