| Package | Description |
|---|---|
| org.wildfly.clustering.ee.cache.scheduler |
| Modifier and Type | Class and Description |
|---|---|
class |
FastConcurrentDirectDeque<E>
A modified version of ConcurrentLinkedDeque which includes direct
removal.
|
class |
PortableConcurrentDirectDeque<E>
A modified version of ConcurrentLinkedDequeue which includes direct
removal and is portable across all JVMs.
|
| Modifier and Type | Field and Description |
|---|---|
static Supplier<ConcurrentDirectDeque> |
ConcurrentDirectDeque.FACTORY |
| Modifier and Type | Method and Description |
|---|---|
static <K> ConcurrentDirectDeque<K> |
ConcurrentDirectDeque.newInstance() |
Copyright © 2023 JBoss by Red Hat. All rights reserved.