public class ClusterLockEntity extends Object
Modifier | Constructor and Description |
---|---|
protected |
ClusterLockEntity() |
|
ClusterLockEntity(String lockName,
String nodeId,
long timestamp) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getLockName() |
String |
getNodeId() |
long |
getTimestamp() |
int |
hashCode() |
void |
setLockName(String lockName) |
void |
setNodeId(String nodeId) |
void |
setTimestamp(long timestamp) |
String |
toString() |
Copyright © 2020 Atlassian. All rights reserved.