@Entity public class MasterScheduledJobNodeImpl extends Object implements MasterScheduledJobNode
Modifier and Type | Field and Description |
---|---|
protected Long |
id |
protected Long |
nodeId |
protected Boolean |
unlocked |
protected Date |
updated |
protected Long |
version |
Constructor and Description |
---|
MasterScheduledJobNodeImpl() |
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) |
protected Long id
protected Boolean unlocked
protected Date updated
protected Long version
protected Long nodeId
public Long getId()
getId
in interface MasterScheduledJobNode
public void setId(Long id)
setId
in interface MasterScheduledJobNode
public Date getUpdated()
MasterScheduledJobNode
getUpdated
in interface MasterScheduledJobNode
public void setUpdated(Date updated)
setUpdated
in interface MasterScheduledJobNode
public Boolean getUnlocked()
MasterScheduledJobNode
getUnlocked
in interface MasterScheduledJobNode
public void setUnlocked(Boolean unlocked)
setUnlocked
in interface MasterScheduledJobNode
public Long getVersion()
MasterScheduledJobNode
getVersion
in interface MasterScheduledJobNode
public void setVersion(Long version)
setVersion
in interface MasterScheduledJobNode
public Long getNodeId()
MasterScheduledJobNode
NodeRegistration.getId()
getNodeId
in interface MasterScheduledJobNode
public void setNodeId(Long nodeId)
setNodeId
in interface MasterScheduledJobNode
Copyright © 2019. All rights reserved.