Package | Description |
---|---|
io.netty.util.internal.shaded.org.jctools.queues |
This package aims to fill a gap in current JDK implementations in offering lock free (wait free where possible)
queues for inter-thread message passing with finer grained guarantees and an emphasis on performance.
|
io.netty.util.internal.shaded.org.jctools.queues.atomic | |
io.netty.util.internal.shaded.org.jctools.queues.spec |
Modifier and Type | Method and Description |
---|---|
static <E> Queue<E> |
QueueFactory.newQueue(ConcurrentQueueSpec qs)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static <E> Queue<E> |
AtomicQueueFactory.newQueue(ConcurrentQueueSpec qs) |
Modifier and Type | Method and Description |
---|---|
static ConcurrentQueueSpec |
ConcurrentQueueSpec.createBoundedMpmc(int capacity)
Deprecated.
|
static ConcurrentQueueSpec |
ConcurrentQueueSpec.createBoundedMpsc(int capacity)
Deprecated.
|
static ConcurrentQueueSpec |
ConcurrentQueueSpec.createBoundedSpmc(int capacity)
Deprecated.
|
static ConcurrentQueueSpec |
ConcurrentQueueSpec.createBoundedSpsc(int capacity)
Deprecated.
|
Copyright © 2008–2021 The Netty Project. All rights reserved.