Package | Description |
---|---|
org.apache.cassandra.db.commitlog | |
org.apache.cassandra.utils.concurrent |
Modifier and Type | Field and Description |
---|---|
protected Semaphore |
AbstractCommitLogService.haveWork |
Modifier and Type | Class and Description |
---|---|
static class |
Semaphore.Standard |
Modifier and Type | Method and Description |
---|---|
static Semaphore |
Semaphore.newFairSemaphore(int permits)
Factory method used to capture and redirect instantiations for simulation
Construct a fair Semaphore initially holding the specified number of permits
|
static Semaphore |
Semaphore.newSemaphore(int permits)
Factory method used to capture and redirect instantiations for simulation
Construct an unfair Semaphore initially holding the specified number of permits
|
Copyright © 2009- The Apache Software Foundation