Package | Description |
---|---|
org.apache.cassandra.service | |
org.apache.cassandra.utils.concurrent |
Modifier and Type | Field and Description |
---|---|
protected Condition |
TruncateResponseHandler.condition |
Modifier and Type | Interface and Description |
---|---|
interface |
ConditionAsConsumer<T> |
static interface |
WaitQueue.Signal
A Signal is a one-time-use mechanism for a thread to wait for notification that some condition
state has transitioned that it may be interested in (and hence should check if it is).
|
Modifier and Type | Class and Description |
---|---|
static class |
Condition.Async
An asynchronous
Condition . |
static class |
Condition.Sync
A
Condition based on its object monitor. |
static class |
ConditionAsConsumer.Async<T> |
static class |
WaitQueue.Standard.AbstractSignal
An abstract signal implementation
TODO: use intrusive linked list
|
Modifier and Type | Method and Description |
---|---|
static Condition |
Condition.newOneTimeCondition()
Factory method used to capture and redirect instantiations for simulation
|
Copyright © 2009- The Apache Software Foundation