public class VisitHelper extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static VisitHelper |
helper |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
checkIdLsLoad(LsCacheInfoHelper lsHelper) |
Long |
checkIdLsLoad(String region,
String key) |
Long |
checkLsInLoading(LsCacheInfoHelper lsHelper) |
Long |
checkLsInLoading(String region,
String key) |
boolean |
endIdLsLoading(LsCacheInfoHelper lsHelper,
Long value) |
boolean |
endIdLsLoading(String region,
String key,
Long value) |
void |
endLoadWithDelete(Object object) |
void |
endLoadWithSave(Object object) |
void |
endLoadWithUpdate(Object object) |
boolean |
endLsLoading(LsCacheInfoHelper lsHelper,
Long value) |
boolean |
endLsLoading(String region,
String key,
Long value) |
static VisitHelper |
getInstance() |
void |
inLoadWithDelete(Object object) |
void |
inLoadWithSave(Object object)
当执行save | update | delete 动作时,需要把List的最新一页的加载进行加锁
|
void |
inLoadWithUpdate(Object object) |
public static VisitHelper helper
public static VisitHelper getInstance()
public boolean endLsLoading(LsCacheInfoHelper lsHelper, Long value)
public Long checkLsInLoading(String region, String key) throws Exception
region - key - Exceptionpublic Long checkLsInLoading(LsCacheInfoHelper lsHelper) throws Exception
Exceptionpublic boolean endIdLsLoading(LsCacheInfoHelper lsHelper, Long value)
public Long checkIdLsLoad(String region, String key) throws Exception
region - key - Exceptionpublic Long checkIdLsLoad(LsCacheInfoHelper lsHelper) throws Exception
Exceptionpublic void inLoadWithSave(Object object) throws Exception
object - ExceptionCopyright © 2022. All rights reserved.