public interface DependentOnPointers
Pointers.| Modifier and Type | Method and Description |
|---|---|
boolean |
ignore(Pointer pointer)
Ignore the specified pointer that cursor had previously
stayed behind. |
void |
stayBehind(Pointer... pointers)
Ensure that this cursor always remains behind the specified pointer.
|
void stayBehind(Pointer... pointers)
pointers - the pointers that this cursor may not run past in the ring bufferboolean ignore(Pointer pointer)
stayed behind. This should be called
when the supplied pointer is removed from the ring buffer.pointer - the pointer that this cursor may no longer depend uponCopyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.