public class LockEntryEntity
extends java.lang.Object
| Constructor and Description |
|---|
LockEntryEntity() |
LockEntryEntity(io.flamingock.community.internal.lock.LockEntry lock) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getExpiresAt() |
java.lang.String |
getKey() |
io.flamingock.core.engine.lock.LockAcquisition |
getlockAcquisition() |
java.lang.String |
getLockOwner() |
java.lang.String |
getPartitionKey() |
io.flamingock.core.engine.lock.LockStatus |
getStatus() |
void |
setExpiresAt(java.lang.Long expiresAt) |
void |
setKey(java.lang.String key) |
void |
setLockOwner(java.lang.String lockOwner) |
void |
setPartitionKey(java.lang.String partitionKey) |
void |
setStatus(io.flamingock.core.engine.lock.LockStatus status) |
io.flamingock.community.internal.lock.LockEntry |
toLockEntry() |
public LockEntryEntity(io.flamingock.community.internal.lock.LockEntry lock)
public LockEntryEntity()
public java.lang.String getPartitionKey()
public void setPartitionKey(java.lang.String partitionKey)
public java.lang.String getKey()
public void setKey(java.lang.String key)
public io.flamingock.core.engine.lock.LockStatus getStatus()
public void setStatus(io.flamingock.core.engine.lock.LockStatus status)
public java.lang.String getLockOwner()
public void setLockOwner(java.lang.String lockOwner)
public java.lang.Long getExpiresAt()
public void setExpiresAt(java.lang.Long expiresAt)
public io.flamingock.community.internal.lock.LockEntry toLockEntry()
public io.flamingock.core.engine.lock.LockAcquisition getlockAcquisition()