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()
WaitNotifyKeygetServiceName in interface WaitNotifyKeypublic String getUuid()
public String getObjectName()
WaitNotifyKeygetObjectName in interface WaitNotifyKeypublic Data getKey()
public String getConditionId()
public long getThreadId()
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.