public class RingbufferWaitNotifyKey extends Object implements WaitNotifyKey
AbstractWaitNotifyKey to make it possible to wait for an item to be published in the ringbuffer.| Constructor and Description |
|---|
RingbufferWaitNotifyKey(ObjectNamespace namespace) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
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.
|
int |
hashCode() |
public RingbufferWaitNotifyKey(ObjectNamespace namespace)
public String getServiceName()
WaitNotifyKeygetServiceName in interface WaitNotifyKeypublic String getObjectName()
WaitNotifyKeygetObjectName in interface WaitNotifyKeyCopyright © 2017 Hazelcast, Inc.. All Rights Reserved.