| 构造器和说明 |
|---|
RedisJtLock(Properties prop) |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
init(String cfg) |
boolean |
isLocked(String group,
String key) |
boolean |
tryLock(String group,
String key) |
boolean |
tryLock(String group,
String key,
int inSeconds) |
boolean |
tryLock(String group,
String key,
int inSeconds,
String inMaster) |
void |
unLock(String group,
String key) |
public RedisJtLock(Properties prop)
Copyright © 2022. All rights reserved.