public final class ConditionKey extends Object implements WaitNotifyKey
Constructor and Description |
---|
ConditionKey(String name,
Data key,
String conditionId,
String uuid,
long threadId) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getConditionId() |
Data |
getKey() |
String |
getObjectName()
Returns the object name of the wait notify object for this key.
|
String |
getServiceName()
Returns the service name of the wait notify object for this key.
|
long |
getThreadId() |
String |
getUuid() |
int |
hashCode() |
String |
toString() |
public String getServiceName()
WaitNotifyKey
getServiceName
in interface WaitNotifyKey
public String getUuid()
public String getObjectName()
WaitNotifyKey
getObjectName
in interface WaitNotifyKey
public Data getKey()
public String getConditionId()
public long getThreadId()
Copyright © 2018 Hazelcast, Inc.. All rights reserved.