Package | Description |
---|---|
org.clazzes.util.sql.ha |
Modifier and Type | Class and Description |
---|---|
class |
SqlHaLockManager
A lock manager operating on a database table with the structure
SUBSYSTEM VARCHAR(40) NOT NULL PRIMARY KEY,
NODE_NAME VARCHAR(40) NOT NULL,
LOCK_TIME BIGINT NOT NULL,
UNLOCK_TIME BIGINT NOT NULL,
STATUS INT NOT NULL
|
Modifier and Type | Method and Description |
---|---|
IHaLockManager |
HaLockInterceptor.getHaLockManager() |
Modifier and Type | Method and Description |
---|---|
void |
HaLockInterceptor.setHaLockManager(IHaLockManager haLockManager) |
Copyright © 2017 Clazzes.org. All rights reserved.