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(DataInput in) |
void |
writeData(DataOutput out) |
public long getAcquireTime()
public String getKey()
public String getName()
public int getOwnerMemberIndex()
public int getWaitingThreadCount()
public void readData(DataInput in) throws IOException
readData in interface DataSerializableIOExceptionpublic void writeData(DataOutput out) throws IOException
writeData in interface DataSerializableIOExceptionCopyright © 2013 Hazelcast, Inc.. All rights reserved.