| 程序包 | 说明 |
|---|---|
| kim.sesame.framework.locks | |
| kim.sesame.framework.locks.jdbc | |
| kim.sesame.framework.locks.redis | |
| kim.sesame.framework.locks.zookeeper |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
ExpirableLockRegistry
A
LockRegistry implementing this interface supports the removal of aged locks
that are not currently locked. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
DefaultLockRegistry
Default implementation of
LockRegistry which uses Masked Hashcode algorithm to obtain locks. |
class |
PassThruLockRegistry
The
LockRegistry implementation which has no effect. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
JdbcLockRegistry
A
LockRegistry using a shared database to co-ordinate the locks. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
RedisLockRegistry
Implementation of
LockRegistry providing a distributed lock using Redis. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ZookeeperLockRegistry
ExpirableLockRegistry implementation using Zookeeper, or more specifically,
Curator InterProcessMutex. |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.