Class ClusterLockEntity


  • @Entity
    public class ClusterLockEntity
    extends Object
    Hibernate entity for cluster locks. todo: do we need it? Created in case we need it ;-)
    • Constructor Detail

      • ClusterLockEntity

        public ClusterLockEntity()
    • Method Detail

      • 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)