com.hazelcast.ringbuffer.impl
Class RingbufferWaitNotifyKey
java.lang.Object
com.hazelcast.spi.AbstractWaitNotifyKey
com.hazelcast.ringbuffer.impl.RingbufferWaitNotifyKey
- All Implemented Interfaces:
- WaitNotifyKey
public class RingbufferWaitNotifyKey
- extends AbstractWaitNotifyKey
A AbstractWaitNotifyKey
to make it possible to wait for an item to be published in the ringbuffer.
RingbufferWaitNotifyKey
public RingbufferWaitNotifyKey(String name,
String type)
equals
public boolean equals(Object o)
- Overrides:
equals
in class AbstractWaitNotifyKey
hashCode
public int hashCode()
- Overrides:
hashCode
in class AbstractWaitNotifyKey
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.