public static interface ManagedLock.ReadWrite
read/write locks| Modifier and Type | Method and Description |
|---|---|
ManagedLock |
read()
For performing operations that require read locks
|
ManagedLock |
write()
For performing operations that require write locks
|
ManagedLock read()
ManagedLock write()
Copyright © 2016 Atlassian. All rights reserved.