public class LockInvocationKey extends WaitKey implements IdentifiedDataSerializable
callerAddress, callId, commitIndex, invocationUid
Constructor and Description |
---|
LockInvocationKey() |
LockInvocationKey(long commitIndex,
UUID invocationUid,
Address callerAddress,
long callId,
LockEndpoint endpoint) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
getFactoryId()
Returns DataSerializableFactory factory ID for this class.
|
int |
getId()
Returns type identifier for this class.
|
int |
hashCode() |
void |
readData(ObjectDataInput in)
Reads fields from the input stream
|
long |
sessionId()
Returns id of the session to which the corresponding operation is
attached.
|
String |
toString() |
void |
writeData(ObjectDataOutput out)
Writes object fields to output stream
|
callerAddress, callId, commitIndex, invocationUid
public LockInvocationKey()
public LockInvocationKey(long commitIndex, UUID invocationUid, Address callerAddress, long callId, LockEndpoint endpoint)
public long sessionId()
WaitKey
AbstractProxySessionManager.NO_SESSION_ID
if no session
is attached.public int getFactoryId()
IdentifiedDataSerializable
getFactoryId
in interface IdentifiedDataSerializable
public int getId()
IdentifiedDataSerializable
getId
in interface IdentifiedDataSerializable
public void writeData(ObjectDataOutput out) throws IOException
DataSerializable
writeData
in interface DataSerializable
writeData
in class WaitKey
out
- outputIOException
- if an I/O error occurs. In particular,
an IOException
may be thrown if the
output stream has been closed.public void readData(ObjectDataInput in) throws IOException
DataSerializable
readData
in interface DataSerializable
readData
in class WaitKey
in
- inputIOException
- if an I/O error occurs. In particular,
an IOException
may be thrown if the
input stream has been closed.Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.