public interface RegisteredNode extends Serializable
SystemEvent
Modifier and Type | Method and Description |
---|---|
Date |
getCreated()
The date this node was first created.
|
String |
getId()
A global unique UUID
|
String |
getIpAddress()
Get the ip address of the host that owns this registration.
|
Date |
getMaxEventDate()
The maximum date of an event that this node has processed
|
Date |
getUpdated()
The last time this node participated in a hearbeat check.
|
EventWorkerType |
getWorkerType()
The type of node.
|
void |
setCreated(Date created) |
void |
setId(String id) |
void |
setIpAddress(String ipAddress) |
void |
setMaxEventDate(Date maxEventDate) |
void |
setUpdated(Date updated) |
void |
setWorkerType(EventWorkerType workerType) |
String getId()
void setId(String id)
Date getMaxEventDate()
void setMaxEventDate(Date maxEventDate)
Date getUpdated()
void setUpdated(Date updated)
EventWorkerType getWorkerType()
EventWorkerType
void setWorkerType(EventWorkerType workerType)
Date getCreated()
void setCreated(Date created)
String getIpAddress()
DatabaseSystemEventNodeImpl.getHostIpAddress()
void setIpAddress(String ipAddress)
Copyright © 2020. All rights reserved.