| Package | Description |
|---|---|
| org.wildfly.common.lock |
Classes which provide basic lock types.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
SpinLock |
A spin lock.
|
| Modifier and Type | Method | Description |
|---|---|---|
static ExtendedLock |
Locks.reentrantLock() |
Create a standard reentrant
ExtendedLock with the default fairness policy. |
static ExtendedLock |
Locks.reentrantLock(boolean fair) |
Create a standard reentrant
ExtendedLock with the given fairness policy. |
static ExtendedLock |
Locks.spinLock() |
Create a spin lock.
|
Copyright © 2018 JBoss, a division of Red Hat, Inc.