| Package | Description |
|---|---|
| com.h3c.util.concurrent |
| Modifier and Type | Class and Description |
|---|---|
class |
LockCriticalSectionExecutor
Critical section executor that uses a
Lock as the underlying
mechanism for synchronization. |
class |
SemaphoreCriticalSectionExecutor
Critical section executor that uses semaphores as the underlying mechanism
for synchronization.
|
| Modifier and Type | Method and Description |
|---|---|
CriticalSectionExecutor |
ReadWriteCriticalSectionExecutor.getReadExecutor()
Gets the critical section executor for read operations.
|
CriticalSectionExecutor |
ReadWriteCriticalSectionExecutor.getWriteExecutor()
Gets the critical section executor for write operations.
|
Copyright © 2014. All Rights Reserved.