| 接口 | 说明 |
|---|---|
| ExpirableLockRegistry |
A
LockRegistry implementing this interface supports the removal of aged locks
that are not currently locked. |
| LockRegistry |
Strategy for maintaining a registry of shared locks
|
| 类 | 说明 |
|---|---|
| DefaultLockRegistry |
Default implementation of
LockRegistry which uses Masked Hashcode algorithm to obtain locks. |
| PassThruLockRegistry |
The
LockRegistry implementation which has no effect. |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.