public class UIMasterInfo extends Object
Constructor and Description |
---|
UIMasterInfo(String masterAddress,
long id,
long lastUpdatedTimeMs)
Creates a new instance of
UIMasterInfo . |
Modifier and Type | Method and Description |
---|---|
String |
getAddress()
Gets master address.
|
String |
getId()
Get id.
|
String |
getLastUpdatedTime()
Get master last update time.
|
public UIMasterInfo(String masterAddress, long id, long lastUpdatedTimeMs)
UIMasterInfo
.masterAddress
- The master addressid
- The master idlastUpdatedTimeMs
- The last heart beat in msCopyright © 2023. All Rights Reserved.