public class LockManager extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
LockManager.ReadLock
Represents a read lock for the LockManager.
|
class |
LockManager.WriteLock
Represents a write lock that can be acquired and released.
|
| Constructor and Description |
|---|
LockManager() |
| Modifier and Type | Method and Description |
|---|---|
LockManager.ReadLock |
acquireReadLock()
Acquires a read lock on the LockManager.
|
LockManager.WriteLock |
acquireWriteLock()
Acquires a write lock on the LockManager.
|
public LockManager.ReadLock acquireReadLock()
public LockManager.WriteLock acquireWriteLock()
Copyright © 2025. All rights reserved.