public class TaskLocation extends Object
| Constructor and Description |
|---|
TaskLocation(String host,
int port) |
| Modifier and Type | Method and Description |
|---|---|
static TaskLocation |
create(String host,
int port) |
boolean |
equals(Object o) |
String |
getHost() |
int |
getPort() |
int |
hashCode() |
String |
toString() |
static TaskLocation |
unknown() |
public TaskLocation(String host, int port)
public static TaskLocation create(String host, int port)
public static TaskLocation unknown()
public String getHost()
public int getPort()
Copyright © 2011–2017. All rights reserved.