public final class ThriftServerInfo extends Object
ThriftServerInfo class.
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getHost()
Getter for the field
host. |
int |
getPort()
Getter for the field
port. |
int |
hashCode() |
static ThriftServerInfo |
of(String hostAndPort) |
static ThriftServerInfo |
of(String host,
int port) |
String |
toString() |
public static final ThriftServerInfo of(String host, int port)
public static final ThriftServerInfo of(String hostAndPort)
public String getHost()
Getter for the field host.
public int getPort()
Getter for the field port.
Copyright © 2015. All rights reserved.