public class ReadWriteCriticalSectionExecutor extends Object
| Constructor and Description |
|---|
ReadWriteCriticalSectionExecutor()
Creates a new critical section executor.
|
| Modifier and Type | Method and Description |
|---|---|
CriticalSectionExecutor |
getReadExecutor()
Gets the critical section executor for read operations.
|
CriticalSectionExecutor |
getWriteExecutor()
Gets the critical section executor for write operations.
|
public ReadWriteCriticalSectionExecutor()
public CriticalSectionExecutor getReadExecutor()
public CriticalSectionExecutor getWriteExecutor()
Copyright © 2014. All Rights Reserved.