public class JdbcLockProvider extends Object implements LockProvider
| Constructor and Description |
|---|
JdbcLockProvider() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
findLockInfo(String lockname) |
void |
initilize() |
Map<String,Object> |
updateLockInfo(LockInfo lockInfo) |
Map<String,Object> |
updateNodeInfo(LockInfo lockInfo) |
public void initilize()
initilize in interface LockProviderpublic Map<String,Object> updateLockInfo(LockInfo lockInfo)
updateLockInfo in interface LockProviderpublic Map<String,Object> updateNodeInfo(LockInfo lockInfo)
updateNodeInfo in interface LockProviderpublic Map<String,Object> findLockInfo(String lockname)
findLockInfo in interface LockProviderCopyright © 2023. All rights reserved.