public class ContainerInfo extends ClientInfo
| Modifier | Constructor and Description |
|---|---|
protected |
ContainerInfo() |
|
ContainerInfo(String host,
int port) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHost() |
String |
getId() |
int |
getPort() |
List<String> |
getRoles() |
ClientType |
getType() |
String |
toString() |
protected ContainerInfo()
public ContainerInfo(String host, int port)
public String getId()
getId in class ClientInfopublic List<String> getRoles()
getRoles in class ClientInfopublic String getHost()
public int getPort()
public ClientType getType()
getType in class ClientInfoCopyright © 2017. All Rights Reserved.