public abstract class RecyclableMpscLinkedQueueNode<T> extends MpscLinkedQueueNode<T>
MpscLinkedQueueNode that will automatically call recycle(Recycler.Handle) when the node was
unlinked.| Modifier | Constructor and Description |
|---|---|
protected |
RecyclableMpscLinkedQueueNode(Recycler.Handle handle) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
recycle(Recycler.Handle handle)
Called once unliked and so ready to recycled.
|
clearMaybe, valueprotected RecyclableMpscLinkedQueueNode(Recycler.Handle handle)
protected abstract void recycle(Recycler.Handle handle)
Copyright © 2008–2014 The Netty Project. All rights reserved.