public class HostSpec extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
host |
protected int |
port |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getHost() |
String |
getHostStatus() |
int |
getPort() |
int |
hashCode() |
String |
toString() |
void |
updateHostStatus(String status) |
protected final String host
protected final int port
public HostSpec(String host, int port)
Copyright © 2017 PostgreSQL Global Development Group. All rights reserved.