public class UIWorkerInfo extends Object
Constructor and Description |
---|
UIWorkerInfo(String workerAddress,
long startTimeMs,
String dateFormatPattern)
Creates a new instance of
UIWorkerInfo . |
Modifier and Type | Method and Description |
---|---|
String |
getStartTime()
Gets start time.
|
String |
getUptime()
Gets uptime.
|
String |
getWorkerAddress()
Gets worker address.
|
public UIWorkerInfo(String workerAddress, long startTimeMs, String dateFormatPattern)
UIWorkerInfo
.workerAddress
- worker addressstartTimeMs
- start time in millisecondsdateFormatPattern
- The pattern to format timestamps withCopyright © 2023. All Rights Reserved.