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, value
protected RecyclableMpscLinkedQueueNode(Recycler.Handle handle)
protected abstract void recycle(Recycler.Handle handle)
Copyright © 2008-2016 The Netty Project. All Rights Reserved.