public interface RingBlocker
| Modifier and Type | Method and Description |
|---|---|
boolean |
isPollWait() |
long |
nextOfferSequence() |
long |
nextPollSequence() |
boolean |
offerWait(long sequence,
long timeout,
java.util.concurrent.TimeUnit unit) |
void |
offerWake() |
boolean |
pollWait(long sequence,
long timeout,
java.util.concurrent.TimeUnit unit) |
void |
pollWake() |
boolean |
wake() |
void |
wakeAll() |
long nextOfferSequence()
boolean offerWait(long sequence,
long timeout,
java.util.concurrent.TimeUnit unit)
void offerWake()
long nextPollSequence()
boolean pollWait(long sequence,
long timeout,
java.util.concurrent.TimeUnit unit)
boolean isPollWait()
void pollWake()
boolean wake()
void wakeAll()