| Package | Description |
|---|---|
| com.conversantmedia.util.concurrent |
| Modifier and Type | Method and Description |
|---|---|
static SpinPolicy |
SpinPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpinPolicy[] |
SpinPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ConcurrentStack(int size,
SpinPolicy spinPolicy)
construct a new stack of given capacity
|
DisruptorBlockingQueue(int capacity,
SpinPolicy spinPolicy)
Construct a blocking queue with a given fixed capacity
|
MPMCBlockingQueue(int capacity,
SpinPolicy spinPolicy)
Construct a blocking queue with a given fixed capacity
|
PushPullBlockingQueue(int capacity,
SpinPolicy spinPolicy)
Construct a blocking queue with a given fixed capacity
|
Copyright © 2012–2018 Conversant Engineering. All rights reserved.