Class LockRequest

    • Constructor Detail

      • LockRequest

        public LockRequest​(String storeName,
                           String resourceId,
                           String lockOwner,
                           Integer expiryInSeconds)
        Constructor of LockRequest.
        Parameters:
        storeName - Name of the store
        resourceId - Lock key
        lockOwner - The identifier of lock owner
        expiryInSeconds - The time before expiry
    • Method Detail

      • getStoreName

        public String getStoreName()
      • getResourceId

        public String getResourceId()
      • getLockOwner

        public String getLockOwner()
      • getExpiryInSeconds

        public Integer getExpiryInSeconds()