public class AwaitInvocationKey extends WaitKey implements IdentifiedDataSerializable
ICountDownLatch.await(long, TimeUnit)
} invocationcallerAddress, callId, commitIndex, invocationUid
Constructor and Description |
---|
AwaitInvocationKey(long commitIndex,
UUID invocationUid,
Address callerAddress,
long callId) |
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() |
long |
sessionId()
Returns id of the session to which the corresponding operation is
attached.
|
String |
toString() |
callerAddress, callId, commitIndex, invocationUid, readData, writeData
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
readData, writeData
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
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.