| Constructor and Description |
|---|
RedisJtLock(Properties prop) |
| Modifier and Type | Method and Description |
|---|---|
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 © 2025. All rights reserved.