public interface MasterScheduledJobNode
Modifier and Type | Method and Description |
---|---|
Long |
getId() |
Long |
getNodeId()
The node registration id for the master node.
|
Boolean |
getUnlocked()
The lock status of the master node record.
|
Date |
getUpdated()
The last time this node participated in a heartbeat check.
|
Long |
getVersion()
The record version for optimistic locking.
|
void |
setId(Long id) |
void |
setNodeId(Long nodeId) |
void |
setUnlocked(Boolean unlocked) |
void |
setUpdated(Date updated) |
void |
setVersion(Long version) |
Long getId()
void setId(Long id)
Date getUpdated()
void setUpdated(Date updated)
Boolean getUnlocked()
void setUnlocked(Boolean unlocked)
Long getVersion()
void setVersion(Long version)
Long getNodeId()
NodeRegistration.getId()
void setNodeId(Long nodeId)
Copyright © 2019. All rights reserved.