public class Worker extends Object
| Constructor and Description | 
|---|
Worker(String scheme,
      String host,
      String ip,
      int capacity,
      String version)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
int | 
getCapacity()  | 
String | 
getHost()  | 
String | 
getIp()  | 
String | 
getScheme()  | 
String | 
getVersion()  | 
int | 
hashCode()  | 
String | 
toString()  | 
Copyright © 2011–2018. All rights reserved.