public abstract class RecyclableMpscLinkedQueueNode<T> extends MpscLinkedQueueNode<T>
MpscLinkedQueueNode that will automatically call Recycler.Handle#recycle(Object) when the node was
unlinked.| Modifier | Constructor and Description |
|---|---|
protected |
RecyclableMpscLinkedQueueNode(Recycler.Handle<? extends RecyclableMpscLinkedQueueNode<T>> handle) |
protected RecyclableMpscLinkedQueueNode(Recycler.Handle<? extends RecyclableMpscLinkedQueueNode<T>> handle)
Copyright © 2008–2016 The Netty Project. All rights reserved.