public class LockInfo extends Object implements DataSerializable
| Constructor and Description |
|---|
LockInfo() |
LockInfo(String name,
String key,
long acquireTime,
int ownerMemberIndex,
int waitingThreadCount) |
| Modifier and Type | Method and Description |
|---|---|
long |
getAcquireTime() |
String |
getKey() |
String |
getName() |
int |
getOwnerMemberIndex() |
int |
getWaitingThreadCount() |
void |
readData(ObjectDataInput in) |
void |
writeData(ObjectDataOutput out) |
public long getAcquireTime()
public String getKey()
public String getName()
public int getOwnerMemberIndex()
public int getWaitingThreadCount()
public void readData(ObjectDataInput in) throws IOException
readData in interface DataSerializableIOExceptionpublic void writeData(ObjectDataOutput out) throws IOException
writeData in interface DataSerializableIOExceptionCopyright © 2021 Hazelcast, Inc.. All rights reserved.