Class ClusterLockEntity

java.lang.Object
com.atlassian.bamboo.beehive.ClusterLockEntity

@Entity public class ClusterLockEntity extends Object
Hibernate entity for cluster locks. Exists so that Hibernate schema contains all Bamboo tables, even though this particular table is created during bootstrap.
  • Constructor Details

    • ClusterLockEntity

      public ClusterLockEntity()
  • Method Details

    • getLockName

      public String getLockName()
    • setLockName

      public void setLockName(String lockName)
    • getTimestamp

      public long getTimestamp()
    • setTimestamp

      public void setTimestamp(long timestamp)
    • getNodeId

      public String getNodeId()
    • setNodeId

      public void setNodeId(String nodeId)