Thread.State, Thread.UncaughtExceptionHandlerMAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| 构造器和说明 |
|---|
AccessLogSaveThread() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
error(Throwable e,
List<AccessLog> list)
错误日志打印
|
void |
init()
线程启动时的日志打印
|
void |
process(List<AccessLog> list)
数据保存
|
fillList, getBatchSize, getBatchTimeout, getPollTimeout, isRun, onApplicationStart, onApplicationStop, poll, preProcess, receiveProcess, run, shutdownactiveCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldpublic void init()
init 在类中 com.hccake.ballcat.common.core.thread.AbstractQueueThread<AccessLog>public void error(Throwable e, List<AccessLog> list)
error 在类中 com.hccake.ballcat.common.core.thread.AbstractQueueThread<AccessLog>e - 错误堆栈list - 后台访问日志列表Copyright © 2023. All rights reserved.