com.hazelcast.concurrent.lock
Class ConditionKey
java.lang.Object
com.hazelcast.concurrent.lock.ConditionKey
- All Implemented Interfaces:
- WaitNotifyKey
public final class ConditionKey
- extends Object
- implements WaitNotifyKey
ConditionKey
public ConditionKey(String name,
Data key,
String conditionId)
getServiceName
public String getServiceName()
- Specified by:
getServiceName
in interface WaitNotifyKey
getObjectName
public String getObjectName()
- Specified by:
getObjectName
in interface WaitNotifyKey
getKey
public Data getKey()
getConditionId
public String getConditionId()
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.