public class LogHelper extends Object
| 构造器和说明 |
|---|
LogHelper() |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
cachedListUnVisited(org.apache.commons.logging.Log log,
LsCacheInfoHelper info) |
static void |
cacheDontConfigured(org.apache.commons.logging.Log log,
String region) |
static void |
debugDataSource(org.apache.commons.logging.Log log,
String listName,
Object account_id) |
static void |
debugSQL(org.apache.commons.logging.Log log,
SqlInfo sqlInfo) |
static void |
debugSQL(org.apache.commons.logging.Log log,
SqlInfo sqlInfo,
boolean bAll,
Number start,
Number count) |
static void |
debugSQL(org.apache.commons.logging.Log log,
String sql) |
static void |
deleteError(org.apache.commons.logging.Log log,
Class cls,
Object account_id,
Serializable id,
boolean delType) |
static void |
errorAddObjectToListSection(org.apache.commons.logging.Log log,
LsCacheInfoHelper info,
Number currentMaxSecNo) |
static void |
errorLoadLatestListSection(org.apache.commons.logging.Log log,
LsCacheInfoHelper lsInfo) |
static void |
errorWhenJudgeListRebuild(org.apache.commons.logging.Log log,
ListInfo listInfo,
Exception e) |
static void |
failedExecuteQueryFromDB(org.apache.commons.logging.Log log,
SqlInfo sqlInfo) |
static void |
failedFindIdFromList(org.apache.commons.logging.Log log,
LsCacheInfoHelper info,
Object id) |
static void |
failedGetClassNameByListName(org.apache.commons.logging.Log log,
String listName) |
static void |
failedGetIdFromObject(org.apache.commons.logging.Log log,
Object obj) |
static void |
failedGetLastedSectonFormCacheForCross(org.apache.commons.logging.Log log) |
static void |
failedGetObjectById(org.apache.commons.logging.Log log,
Object accountId,
Class cls,
Serializable id) |
static void |
failedGetObjectId(org.apache.commons.logging.Log log,
Object obj) |
static void |
failedLoadListSection(org.apache.commons.logging.Log log,
LsCacheInfoHelper lsHelper,
ListInfoHelper infoHelper,
Object sectionNo) |
static void |
failedLoadMapsLsByParams(org.apache.commons.logging.Log log,
String mappname,
List<Object[]> paramsList) |
static void |
failedLoadObjectLsByIdLs(org.apache.commons.logging.Log log,
Class cls) |
static void |
failedLoadOneListSection(org.apache.commons.logging.Log log,
LsCacheInfoHelper lsInfo,
Long secNo) |
static void |
listHasNotVisited(org.apache.commons.logging.Log log,
String region,
String key) |
static void |
listInfoLockHasBeenRemoved(org.apache.commons.logging.Log log,
String region,
String key)
加载ListInfo的锁,已经在 save /update /delete 时,被删除了。
|
static void |
listInfoNotMatchSectionInCache(org.apache.commons.logging.Log log,
LsCacheInfoHelper lsHelper,
ListLoadInfo listLoadInfo,
List idCacheList) |
static void |
listParamsNull(org.apache.commons.logging.Log log,
LsCacheInfoHelper lsHelper) |
static void |
listReLoadWhenDeleting(org.apache.commons.logging.Log log,
String region,
String key,
Serializable id) |
static void |
mappingParams(org.apache.commons.logging.Log log,
Object accountId,
String mappingName,
Object[] params) |
static void |
nullCrossAggrListItem(org.apache.commons.logging.Log log,
Object obj) |
static void |
nullKeyPropertyOfObject(org.apache.commons.logging.Log log,
String region,
Object obj) |
static void |
objectHasBeenDeleted(org.apache.commons.logging.Log log,
Class clazz,
Serializable id) |
static void |
objectHasRemoved(org.apache.commons.logging.Log log,
String region,
String key) |
static void |
parameterIsNullOfSql(org.apache.commons.logging.Log log,
String sql) |
static void |
runningStartAndCount(org.apache.commons.logging.Log log) |
static void |
savedError(org.apache.commons.logging.Log log,
Object obj) |
static void |
saveObjectCausedANewListSection(org.apache.commons.logging.Log log) |
static void |
sectionLockHasBeenRemoved(org.apache.commons.logging.Log log,
String region,
String key) |
static void |
updateError(org.apache.commons.logging.Log log,
Object obj) |
static void |
usingMappingWithCache(org.apache.commons.logging.Log log) |
static void |
usingMappingWithDB(org.apache.commons.logging.Log log) |
public static void debugSQL(org.apache.commons.logging.Log log,
String sql)
public static void debugSQL(org.apache.commons.logging.Log log,
SqlInfo sqlInfo,
boolean bAll,
Number start,
Number count)
public static void debugSQL(org.apache.commons.logging.Log log,
SqlInfo sqlInfo)
public static void runningStartAndCount(org.apache.commons.logging.Log log)
public static void debugDataSource(org.apache.commons.logging.Log log,
String listName,
Object account_id)
public static void cachedListUnVisited(org.apache.commons.logging.Log log,
LsCacheInfoHelper info)
public static void mappingParams(org.apache.commons.logging.Log log,
Object accountId,
String mappingName,
Object[] params)
public static void usingMappingWithCache(org.apache.commons.logging.Log log)
public static void usingMappingWithDB(org.apache.commons.logging.Log log)
public static void objectHasBeenDeleted(org.apache.commons.logging.Log log,
Class clazz,
Serializable id)
public static void cacheDontConfigured(org.apache.commons.logging.Log log,
String region)
public static void saveObjectCausedANewListSection(org.apache.commons.logging.Log log)
public static void listHasNotVisited(org.apache.commons.logging.Log log,
String region,
String key)
public static void listReLoadWhenDeleting(org.apache.commons.logging.Log log,
String region,
String key,
Serializable id)
public static void listParamsNull(org.apache.commons.logging.Log log,
LsCacheInfoHelper lsHelper)
public static void listInfoNotMatchSectionInCache(org.apache.commons.logging.Log log,
LsCacheInfoHelper lsHelper,
ListLoadInfo listLoadInfo,
List idCacheList)
public static void failedLoadListSection(org.apache.commons.logging.Log log,
LsCacheInfoHelper lsHelper,
ListInfoHelper infoHelper,
Object sectionNo)
public static void objectHasRemoved(org.apache.commons.logging.Log log,
String region,
String key)
public static void parameterIsNullOfSql(org.apache.commons.logging.Log log,
String sql)
public static void failedLoadObjectLsByIdLs(org.apache.commons.logging.Log log,
Class cls)
public static void failedLoadMapsLsByParams(org.apache.commons.logging.Log log,
String mappname,
List<Object[]> paramsList)
public static void failedGetClassNameByListName(org.apache.commons.logging.Log log,
String listName)
public static void failedGetObjectId(org.apache.commons.logging.Log log,
Object obj)
public static void failedGetObjectById(org.apache.commons.logging.Log log,
Object accountId,
Class cls,
Serializable id)
public static void failedGetLastedSectonFormCacheForCross(org.apache.commons.logging.Log log)
public static void failedLoadOneListSection(org.apache.commons.logging.Log log,
LsCacheInfoHelper lsInfo,
Long secNo)
public static void failedExecuteQueryFromDB(org.apache.commons.logging.Log log,
SqlInfo sqlInfo)
public static void failedGetIdFromObject(org.apache.commons.logging.Log log,
Object obj)
public static void failedFindIdFromList(org.apache.commons.logging.Log log,
LsCacheInfoHelper info,
Object id)
public static void nullCrossAggrListItem(org.apache.commons.logging.Log log,
Object obj)
public static void nullKeyPropertyOfObject(org.apache.commons.logging.Log log,
String region,
Object obj)
public static void listInfoLockHasBeenRemoved(org.apache.commons.logging.Log log,
String region,
String key)
public static void sectionLockHasBeenRemoved(org.apache.commons.logging.Log log,
String region,
String key)
public static void savedError(org.apache.commons.logging.Log log,
Object obj)
public static void deleteError(org.apache.commons.logging.Log log,
Class cls,
Object account_id,
Serializable id,
boolean delType)
public static void updateError(org.apache.commons.logging.Log log,
Object obj)
public static void errorAddObjectToListSection(org.apache.commons.logging.Log log,
LsCacheInfoHelper info,
Number currentMaxSecNo)
public static void errorWhenJudgeListRebuild(org.apache.commons.logging.Log log,
ListInfo listInfo,
Exception e)
public static void errorLoadLatestListSection(org.apache.commons.logging.Log log,
LsCacheInfoHelper lsInfo)
Copyright © 2022. All rights reserved.