Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- addDays(Date, int) - Static method in class com.xxl.job.core.util.DateUtil
- addHours(Date, int) - Static method in class com.xxl.job.core.util.DateUtil
- addMinutes(Date, int) - Static method in class com.xxl.job.core.util.DateUtil
- addMonths(Date, int) - Static method in class com.xxl.job.core.util.DateUtil
- addYears(Date, int) - Static method in class com.xxl.job.core.util.DateUtil
- ADMIN - Enum constant in enum class com.xxl.job.core.enums.RegistryConfig.RegistType
- AdminBiz - Interface in com.xxl.job.core.biz
- AdminBizClient - Class in com.xxl.job.core.biz.client
-
admin api test
- AdminBizClient() - Constructor for class com.xxl.job.core.biz.client.AdminBizClient
- AdminBizClient(String, String, int) - Constructor for class com.xxl.job.core.biz.client.AdminBizClient
- afterSingletonsInstantiated() - Method in class com.xxl.job.core.executor.impl.XxlJobSpringExecutor
- appendLog(String, String) - Static method in class com.xxl.job.core.log.XxlJobFileAppender
-
append log
B
- BEAN - Enum constant in enum class com.xxl.job.core.glue.GlueTypeEnum
- beat() - Method in class com.xxl.job.core.biz.client.ExecutorBizClient
- beat() - Method in interface com.xxl.job.core.biz.ExecutorBiz
-
beat
- beat() - Method in class com.xxl.job.core.biz.impl.ExecutorBizImpl
- BEAT_TIMEOUT - Static variable in class com.xxl.job.core.enums.RegistryConfig
C
- callback(List<HandleCallbackParam>) - Method in interface com.xxl.job.core.biz.AdminBiz
-
callback
- callback(List<HandleCallbackParam>) - Method in class com.xxl.job.core.biz.client.AdminBizClient
- channelRead0(ChannelHandlerContext, FullHttpRequest) - Method in class com.xxl.job.core.server.EmbedServer.EmbedHttpServerHandler
- channelReadComplete(ChannelHandlerContext) - Method in class com.xxl.job.core.server.EmbedServer.EmbedHttpServerHandler
- com.xxl.job.core.biz - package com.xxl.job.core.biz
- com.xxl.job.core.biz.client - package com.xxl.job.core.biz.client
- com.xxl.job.core.biz.impl - package com.xxl.job.core.biz.impl
- com.xxl.job.core.biz.model - package com.xxl.job.core.biz.model
- com.xxl.job.core.context - package com.xxl.job.core.context
- com.xxl.job.core.enums - package com.xxl.job.core.enums
- com.xxl.job.core.executor - package com.xxl.job.core.executor
- com.xxl.job.core.executor.impl - package com.xxl.job.core.executor.impl
- com.xxl.job.core.glue - package com.xxl.job.core.glue
- com.xxl.job.core.glue.impl - package com.xxl.job.core.glue.impl
- com.xxl.job.core.handler - package com.xxl.job.core.handler
- com.xxl.job.core.handler.annotation - package com.xxl.job.core.handler.annotation
- com.xxl.job.core.handler.impl - package com.xxl.job.core.handler.impl
- com.xxl.job.core.log - package com.xxl.job.core.log
- com.xxl.job.core.server - package com.xxl.job.core.server
- com.xxl.job.core.thread - package com.xxl.job.core.thread
- com.xxl.job.core.util - package com.xxl.job.core.util
- com.xxl.job.core.util.old - package com.xxl.job.core.util.old
- COVER_EARLY - Enum constant in enum class com.xxl.job.core.enums.ExecutorBlockStrategyEnum
D
- DateUtil - Class in com.xxl.job.core.util
-
date util
- DateUtil() - Constructor for class com.xxl.job.core.util.DateUtil
- DEAD_TIMEOUT - Static variable in class com.xxl.job.core.enums.RegistryConfig
- deleteFile(String) - Static method in class com.xxl.job.core.util.FileUtil
- deleteRecursively(File) - Static method in class com.xxl.job.core.util.FileUtil
-
delete recursively
- deserialize(byte[], Class<T>) - Static method in class com.xxl.job.core.util.JdkSerializeTool
-
将byte[] -->Object
- destroy() - Method in class com.xxl.job.core.executor.impl.XxlJobSimpleExecutor
- destroy() - Method in class com.xxl.job.core.executor.impl.XxlJobSpringExecutor
- destroy() - Method in class com.xxl.job.core.executor.XxlJobExecutor
- destroy() - Element in annotation interface com.xxl.job.core.handler.annotation.XxlJob
-
destroy handler, invoked when JobThread destroy
- destroy() - Method in class com.xxl.job.core.handler.IJobHandler
-
destroy handler, invoked when JobThread destroy
- destroy() - Method in class com.xxl.job.core.handler.impl.GlueJobHandler
- destroy() - Method in class com.xxl.job.core.handler.impl.MethodJobHandler
- DISCARD_LATER - Enum constant in enum class com.xxl.job.core.enums.ExecutorBlockStrategyEnum
E
- EmbedHttpServerHandler(ExecutorBiz, String, ThreadPoolExecutor) - Constructor for class com.xxl.job.core.server.EmbedServer.EmbedHttpServerHandler
- EmbedServer - Class in com.xxl.job.core.server
-
Copy from : https://github.com/xuxueli/xxl-rpc
- EmbedServer() - Constructor for class com.xxl.job.core.server.EmbedServer
- EmbedServer.EmbedHttpServerHandler - Class in com.xxl.job.core.server
-
netty_http
- exceptionCaught(ChannelHandlerContext, Throwable) - Method in class com.xxl.job.core.server.EmbedServer.EmbedHttpServerHandler
- execToFile(String, String, String, String...) - Static method in class com.xxl.job.core.util.ScriptUtil
-
脚本执行,日志文件实时输出
- execute() - Method in class com.xxl.job.core.handler.IJobHandler
-
execute handler, invoked when executor receives a scheduling request
- execute() - Method in class com.xxl.job.core.handler.impl.GlueJobHandler
- execute() - Method in class com.xxl.job.core.handler.impl.MethodJobHandler
- execute() - Method in class com.xxl.job.core.handler.impl.ScriptJobHandler
- EXECUTOR - Enum constant in enum class com.xxl.job.core.enums.RegistryConfig.RegistType
- ExecutorBiz - Interface in com.xxl.job.core.biz
-
Created by xuxueli on 17/3/1.
- ExecutorBizClient - Class in com.xxl.job.core.biz.client
-
admin api test
- ExecutorBizClient() - Constructor for class com.xxl.job.core.biz.client.ExecutorBizClient
- ExecutorBizClient(String, String, int) - Constructor for class com.xxl.job.core.biz.client.ExecutorBizClient
- ExecutorBizImpl - Class in com.xxl.job.core.biz.impl
-
Created by xuxueli on 17/3/1.
- ExecutorBizImpl() - Constructor for class com.xxl.job.core.biz.impl.ExecutorBizImpl
- ExecutorBlockStrategyEnum - Enum Class in com.xxl.job.core.enums
-
Created by xuxueli on 17/5/9.
- ExecutorRegistryThread - Class in com.xxl.job.core.thread
-
Created by xuxueli on 17/3/2.
- ExecutorRegistryThread() - Constructor for class com.xxl.job.core.thread.ExecutorRegistryThread
F
- FAIL_CODE - Static variable in class com.xxl.job.core.biz.model.ReturnT
- FileUtil - Class in com.xxl.job.core.util
-
file tool
- FileUtil() - Constructor for class com.xxl.job.core.util.FileUtil
- findAvailablePort(int) - Static method in class com.xxl.job.core.util.NetUtil
-
find available port
- format(Date, String) - Static method in class com.xxl.job.core.util.DateUtil
-
format date
- formatDate(Date) - Static method in class com.xxl.job.core.util.DateUtil
-
format datetime. like "yyyy-MM-dd"
- formatDateTime(Date) - Static method in class com.xxl.job.core.util.DateUtil
-
format date. like "yyyy-MM-dd HH:mm:ss"
- fromJson(String, Class<T>) - Static method in class com.xxl.job.core.util.GsonTool
-
json 转成 特定的cls的Object
- fromJson(String, Type) - Static method in class com.xxl.job.core.util.GsonTool
-
json 转成 特定的 Type 的Object
- fromJson(String, Type, Type...) - Static method in class com.xxl.job.core.util.GsonTool
-
json 转成 特定的 Type 的Object
- fromJsonElement(JsonElement, Class<T>) - Static method in class com.xxl.job.core.util.GsonTool
-
JsonElement 转成 特定的cls的Object
- fromJsonElement(JsonElement, Type) - Static method in class com.xxl.job.core.util.GsonTool
-
JsonElement 转成 特定的 rawClass
的Object - fromJsonElement(JsonElement, Type, Type...) - Static method in class com.xxl.job.core.util.GsonTool
-
JsonElement 转成 特定的 Type 的 Object
- fromJsonList(String, Class<T>) - Static method in class com.xxl.job.core.util.GsonTool
-
json 转成 特定的cls的 ArrayList
- fromJsonMap(String, Class<K>, Class<V>) - Static method in class com.xxl.job.core.util.GsonTool
-
json 转成 特定的cls的 HashMap
G
- getAdminBizList() - Static method in class com.xxl.job.core.executor.XxlJobExecutor
- getApplicationContext() - Static method in class com.xxl.job.core.executor.impl.XxlJobSpringExecutor
- getBroadcastIndex() - Method in class com.xxl.job.core.biz.model.TriggerParam
- getBroadcastTotal() - Method in class com.xxl.job.core.biz.model.TriggerParam
- getCmd() - Method in enum class com.xxl.job.core.glue.GlueTypeEnum
- getCode() - Method in class com.xxl.job.core.biz.model.ReturnT
- getContent() - Method in class com.xxl.job.core.biz.model.ReturnT
- getDesc() - Method in enum class com.xxl.job.core.glue.GlueTypeEnum
- getExecutorBlockStrategy() - Method in class com.xxl.job.core.biz.model.TriggerParam
- getExecutorHandler() - Method in class com.xxl.job.core.biz.model.TriggerParam
- getExecutorParams() - Method in class com.xxl.job.core.biz.model.TriggerParam
- getExecutorTimeout() - Method in class com.xxl.job.core.biz.model.TriggerParam
- getFromLineNum() - Method in class com.xxl.job.core.biz.model.LogParam
- getFromLineNum() - Method in class com.xxl.job.core.biz.model.LogResult
- getGlueSource() - Method in class com.xxl.job.core.biz.model.TriggerParam
- getGlueSrcPath() - Static method in class com.xxl.job.core.log.XxlJobFileAppender
- getGlueType() - Method in class com.xxl.job.core.biz.model.TriggerParam
- getGlueUpdatetime() - Method in class com.xxl.job.core.biz.model.TriggerParam
- getGlueUpdatetime() - Method in class com.xxl.job.core.handler.impl.GlueJobHandler
- getGlueUpdatetime() - Method in class com.xxl.job.core.handler.impl.ScriptJobHandler
- getHandleCode() - Method in class com.xxl.job.core.biz.model.HandleCallbackParam
- getHandleCode() - Method in class com.xxl.job.core.context.XxlJobContext
- getHandleMsg() - Method in class com.xxl.job.core.biz.model.HandleCallbackParam
- getHandleMsg() - Method in class com.xxl.job.core.context.XxlJobContext
- getHandler() - Method in class com.xxl.job.core.thread.JobThread
- getInstance() - Static method in class com.xxl.job.core.glue.GlueFactory
- getInstance() - Static method in class com.xxl.job.core.thread.ExecutorRegistryThread
- getInstance() - Static method in class com.xxl.job.core.thread.JobLogFileCleanThread
- getInstance() - Static method in class com.xxl.job.core.thread.TriggerCallbackThread
- getIp() - Static method in class com.xxl.job.core.util.IpUtil
-
get ip address
- getIpPort(int) - Static method in class com.xxl.job.core.util.IpUtil
-
get ip:port
- getIpPort(String, int) - Static method in class com.xxl.job.core.util.IpUtil
- getJobId() - Method in class com.xxl.job.core.biz.model.IdleBeatParam
- getJobId() - Method in class com.xxl.job.core.biz.model.KillParam
- getJobId() - Method in class com.xxl.job.core.biz.model.TriggerParam
- getJobId() - Method in class com.xxl.job.core.context.XxlJobContext
- getJobId() - Static method in class com.xxl.job.core.context.XxlJobHelper
-
current JobId
- getJobLogFileName() - Method in class com.xxl.job.core.context.XxlJobContext
- getJobLogFileName() - Static method in class com.xxl.job.core.context.XxlJobHelper
-
current JobLogFileName
- getJobParam() - Method in class com.xxl.job.core.context.XxlJobContext
- getJobParam() - Static method in class com.xxl.job.core.context.XxlJobHelper
-
current JobParam
- getLocalAddress() - Static method in class com.xxl.job.core.util.IpUtil
-
Find first valid IP from local network card
- getLogContent() - Method in class com.xxl.job.core.biz.model.LogResult
- getLogDateTim() - Method in class com.xxl.job.core.biz.model.HandleCallbackParam
- getLogDateTim() - Method in class com.xxl.job.core.biz.model.LogParam
- getLogDateTime() - Method in class com.xxl.job.core.biz.model.TriggerParam
- getLogId() - Method in class com.xxl.job.core.biz.model.HandleCallbackParam
- getLogId() - Method in class com.xxl.job.core.biz.model.LogParam
- getLogId() - Method in class com.xxl.job.core.biz.model.TriggerParam
- getLogPath() - Static method in class com.xxl.job.core.log.XxlJobFileAppender
- getMsg() - Method in class com.xxl.job.core.biz.model.ReturnT
- getRegistryGroup() - Method in class com.xxl.job.core.biz.model.RegistryParam
- getRegistryKey() - Method in class com.xxl.job.core.biz.model.RegistryParam
- getRegistryValue() - Method in class com.xxl.job.core.biz.model.RegistryParam
- getShardIndex() - Method in class com.xxl.job.core.context.XxlJobContext
- getShardIndex() - Static method in class com.xxl.job.core.context.XxlJobHelper
-
current ShardIndex
- getShardTotal() - Method in class com.xxl.job.core.context.XxlJobContext
- getShardTotal() - Static method in class com.xxl.job.core.context.XxlJobHelper
-
current ShardTotal
- getSuffix() - Method in enum class com.xxl.job.core.glue.GlueTypeEnum
- getTitle() - Method in enum class com.xxl.job.core.enums.ExecutorBlockStrategyEnum
- getToLineNum() - Method in class com.xxl.job.core.biz.model.LogResult
- getXxlJobBeanList() - Method in class com.xxl.job.core.executor.impl.XxlJobSimpleExecutor
- getXxlJobContext() - Static method in class com.xxl.job.core.context.XxlJobContext
- GLUE_GROOVY - Enum constant in enum class com.xxl.job.core.glue.GlueTypeEnum
- GLUE_NODEJS - Enum constant in enum class com.xxl.job.core.glue.GlueTypeEnum
- GLUE_PHP - Enum constant in enum class com.xxl.job.core.glue.GlueTypeEnum
- GLUE_POWERSHELL - Enum constant in enum class com.xxl.job.core.glue.GlueTypeEnum
- GLUE_PYTHON - Enum constant in enum class com.xxl.job.core.glue.GlueTypeEnum
- GLUE_PYTHON2 - Enum constant in enum class com.xxl.job.core.glue.GlueTypeEnum
- GLUE_SHELL - Enum constant in enum class com.xxl.job.core.glue.GlueTypeEnum
- GlueFactory - Class in com.xxl.job.core.glue
-
glue factory, product class/object by name
- GlueFactory() - Constructor for class com.xxl.job.core.glue.GlueFactory
- GlueJobHandler - Class in com.xxl.job.core.handler.impl
-
glue job handler
- GlueJobHandler(IJobHandler, long) - Constructor for class com.xxl.job.core.handler.impl.GlueJobHandler
- GlueTypeEnum - Enum Class in com.xxl.job.core.glue
-
Created by xuxueli on 17/4/26.
- GsonTool - Class in com.xxl.job.core.util
-
gson tool (From https://github.com/xuxueli/xxl-tool )
- GsonTool() - Constructor for class com.xxl.job.core.util.GsonTool
H
- HANDLE_CODE_FAIL - Static variable in class com.xxl.job.core.context.XxlJobContext
- HANDLE_CODE_SUCCESS - Static variable in class com.xxl.job.core.context.XxlJobContext
- HANDLE_CODE_TIMEOUT - Static variable in class com.xxl.job.core.context.XxlJobContext
- HandleCallbackParam - Class in com.xxl.job.core.biz.model
-
Created by xuxueli on 17/3/2.
- HandleCallbackParam() - Constructor for class com.xxl.job.core.biz.model.HandleCallbackParam
- HandleCallbackParam(long, long, int, String) - Constructor for class com.xxl.job.core.biz.model.HandleCallbackParam
- handleFail() - Static method in class com.xxl.job.core.context.XxlJobHelper
-
handle fail
- handleFail(String) - Static method in class com.xxl.job.core.context.XxlJobHelper
-
handle fail with log msg
- handleResult(int, String) - Static method in class com.xxl.job.core.context.XxlJobHelper
- handleSuccess() - Static method in class com.xxl.job.core.context.XxlJobHelper
-
handle success
- handleSuccess(String) - Static method in class com.xxl.job.core.context.XxlJobHelper
-
handle success with log msg
- handleTimeout() - Static method in class com.xxl.job.core.context.XxlJobHelper
-
handle timeout
- handleTimeout(String) - Static method in class com.xxl.job.core.context.XxlJobHelper
-
handle timeout with log msg
I
- idleBeat(IdleBeatParam) - Method in class com.xxl.job.core.biz.client.ExecutorBizClient
- idleBeat(IdleBeatParam) - Method in interface com.xxl.job.core.biz.ExecutorBiz
-
idle beat
- idleBeat(IdleBeatParam) - Method in class com.xxl.job.core.biz.impl.ExecutorBizImpl
- IdleBeatParam - Class in com.xxl.job.core.biz.model
- IdleBeatParam() - Constructor for class com.xxl.job.core.biz.model.IdleBeatParam
- IdleBeatParam(int) - Constructor for class com.xxl.job.core.biz.model.IdleBeatParam
- IJobHandler - Class in com.xxl.job.core.handler
-
job handler
- IJobHandler() - Constructor for class com.xxl.job.core.handler.IJobHandler
- init() - Element in annotation interface com.xxl.job.core.handler.annotation.XxlJob
-
init handler, invoked when JobThread init
- init() - Method in class com.xxl.job.core.handler.IJobHandler
-
init handler, invoked when JobThread init
- init() - Method in class com.xxl.job.core.handler.impl.GlueJobHandler
- init() - Method in class com.xxl.job.core.handler.impl.MethodJobHandler
- initLogPath(String) - Static method in class com.xxl.job.core.log.XxlJobFileAppender
- injectService(Object) - Method in class com.xxl.job.core.glue.GlueFactory
-
inject service of bean field
- injectService(Object) - Method in class com.xxl.job.core.glue.impl.SpringGlueFactory
-
inject action of spring
- IpUtil - Class in com.xxl.job.core.util
-
ip tool
- IpUtil() - Constructor for class com.xxl.job.core.util.IpUtil
- isEnd() - Method in class com.xxl.job.core.biz.model.LogResult
- isPortUsed(int) - Static method in class com.xxl.job.core.util.NetUtil
-
check port used
- isRunningOrHasQueue() - Method in class com.xxl.job.core.thread.JobThread
-
is running job
- isScript() - Method in enum class com.xxl.job.core.glue.GlueTypeEnum
- isSuccess() - Method in class com.xxl.job.core.biz.model.ReturnT
-
is success
J
- JdkSerializeTool - Class in com.xxl.job.core.util
- JdkSerializeTool() - Constructor for class com.xxl.job.core.util.JdkSerializeTool
- JobLogFileCleanThread - Class in com.xxl.job.core.thread
-
job file clean thread
- JobLogFileCleanThread() - Constructor for class com.xxl.job.core.thread.JobLogFileCleanThread
- JobThread - Class in com.xxl.job.core.thread
-
handler thread
- JobThread(int, IJobHandler) - Constructor for class com.xxl.job.core.thread.JobThread
K
- kill(KillParam) - Method in class com.xxl.job.core.biz.client.ExecutorBizClient
- kill(KillParam) - Method in interface com.xxl.job.core.biz.ExecutorBiz
-
kill
- kill(KillParam) - Method in class com.xxl.job.core.biz.impl.ExecutorBizImpl
- KillParam - Class in com.xxl.job.core.biz.model
- KillParam() - Constructor for class com.xxl.job.core.biz.model.KillParam
- KillParam(int) - Constructor for class com.xxl.job.core.biz.model.KillParam
L
- loadJobHandler(String) - Static method in class com.xxl.job.core.executor.XxlJobExecutor
- loadJobThread(int) - Static method in class com.xxl.job.core.executor.XxlJobExecutor
- loadNewInstance(String) - Method in class com.xxl.job.core.glue.GlueFactory
-
load new instance, prototype
- log(LogParam) - Method in class com.xxl.job.core.biz.client.ExecutorBizClient
- log(LogParam) - Method in interface com.xxl.job.core.biz.ExecutorBiz
-
log
- log(LogParam) - Method in class com.xxl.job.core.biz.impl.ExecutorBizImpl
- log(String, Object...) - Static method in class com.xxl.job.core.context.XxlJobHelper
-
append log with pattern
- log(Throwable) - Static method in class com.xxl.job.core.context.XxlJobHelper
-
append exception stack
- LogParam - Class in com.xxl.job.core.biz.model
- LogParam() - Constructor for class com.xxl.job.core.biz.model.LogParam
- LogParam(long, long, int) - Constructor for class com.xxl.job.core.biz.model.LogParam
- LogResult - Class in com.xxl.job.core.biz.model
-
Created by xuxueli on 17/3/23.
- LogResult() - Constructor for class com.xxl.job.core.biz.model.LogResult
- LogResult(int, int, String, boolean) - Constructor for class com.xxl.job.core.biz.model.LogResult
M
- makeLogFileName(Date, long) - Static method in class com.xxl.job.core.log.XxlJobFileAppender
-
log filename, like "logPath/yyyy-MM-dd/9999.log"
- markScriptFile(String, String) - Static method in class com.xxl.job.core.util.ScriptUtil
-
make script file
- match(String) - Static method in enum class com.xxl.job.core.glue.GlueTypeEnum
- match(String, ExecutorBlockStrategyEnum) - Static method in enum class com.xxl.job.core.enums.ExecutorBlockStrategyEnum
- MethodJobHandler - Class in com.xxl.job.core.handler.impl
- MethodJobHandler(Object, Method, Method, Method) - Constructor for class com.xxl.job.core.handler.impl.MethodJobHandler
N
- NetUtil - Class in com.xxl.job.core.util
-
net util
- NetUtil() - Constructor for class com.xxl.job.core.util.NetUtil
O
- of(int, String) - Static method in class com.xxl.job.core.biz.model.ReturnT
- of(int, String, T) - Static method in class com.xxl.job.core.biz.model.ReturnT
- ofFail() - Static method in class com.xxl.job.core.biz.model.ReturnT
- ofFail(String) - Static method in class com.xxl.job.core.biz.model.ReturnT
- ofSuccess() - Static method in class com.xxl.job.core.biz.model.ReturnT
- ofSuccess(T) - Static method in class com.xxl.job.core.biz.model.ReturnT
P
- parse(String, String) - Static method in class com.xxl.job.core.util.DateUtil
-
parse date
- parseDate(String) - Static method in class com.xxl.job.core.util.DateUtil
-
parse date string, like "yyyy-MM-dd HH:mm:s"
- parseDateTime(String) - Static method in class com.xxl.job.core.util.DateUtil
-
parse datetime string, like "yyyy-MM-dd HH:mm:ss"
- parseIpPort(String) - Static method in class com.xxl.job.core.util.IpUtil
- postBody(String, String, int, Object, Class) - Static method in class com.xxl.job.core.util.XxlJobRemotingUtil
-
post
- pushCallBack(HandleCallbackParam) - Static method in class com.xxl.job.core.thread.TriggerCallbackThread
- pushTriggerQueue(TriggerParam) - Method in class com.xxl.job.core.thread.JobThread
-
new trigger to queue
R
- readFileContent(File) - Static method in class com.xxl.job.core.util.FileUtil
- readLines(File) - Static method in class com.xxl.job.core.log.XxlJobFileAppender
-
read log data
- readLog(String, int) - Static method in class com.xxl.job.core.log.XxlJobFileAppender
-
support read log-file
- refreshInstance(int) - Static method in class com.xxl.job.core.glue.GlueFactory
-
refresh instance by type
- registJobHandler(XxlJob, Object, Method) - Method in class com.xxl.job.core.executor.XxlJobExecutor
- registJobHandler(String, IJobHandler) - Static method in class com.xxl.job.core.executor.XxlJobExecutor
- registJobThread(int, IJobHandler, String) - Static method in class com.xxl.job.core.executor.XxlJobExecutor
- registry(RegistryParam) - Method in interface com.xxl.job.core.biz.AdminBiz
-
registry
- registry(RegistryParam) - Method in class com.xxl.job.core.biz.client.AdminBizClient
- RegistryConfig - Class in com.xxl.job.core.enums
-
Created by xuxueli on 17/5/10.
- RegistryConfig() - Constructor for class com.xxl.job.core.enums.RegistryConfig
- RegistryConfig.RegistType - Enum Class in com.xxl.job.core.enums
- RegistryParam - Class in com.xxl.job.core.biz.model
-
Created by xuxueli on 2017-05-10 20:22:42
- RegistryParam() - Constructor for class com.xxl.job.core.biz.model.RegistryParam
- RegistryParam(String, String, String) - Constructor for class com.xxl.job.core.biz.model.RegistryParam
- registryRemove(RegistryParam) - Method in interface com.xxl.job.core.biz.AdminBiz
-
registry remove
- registryRemove(RegistryParam) - Method in class com.xxl.job.core.biz.client.AdminBizClient
- removeJobThread(int, String) - Static method in class com.xxl.job.core.executor.XxlJobExecutor
- ReturnT<T> - Class in com.xxl.job.core.biz.model
-
common return
- ReturnT() - Constructor for class com.xxl.job.core.biz.model.ReturnT
- ReturnT(int, String) - Constructor for class com.xxl.job.core.biz.model.ReturnT
- ReturnT(int, String, T) - Constructor for class com.xxl.job.core.biz.model.ReturnT
- run() - Method in class com.xxl.job.core.thread.JobThread
- run(TriggerParam) - Method in class com.xxl.job.core.biz.client.ExecutorBizClient
- run(TriggerParam) - Method in interface com.xxl.job.core.biz.ExecutorBiz
-
run
- run(TriggerParam) - Method in class com.xxl.job.core.biz.impl.ExecutorBizImpl
S
- ScriptJobHandler - Class in com.xxl.job.core.handler.impl
-
Created by xuxueli on 17/4/27.
- ScriptJobHandler(int, long, String, GlueTypeEnum) - Constructor for class com.xxl.job.core.handler.impl.ScriptJobHandler
- ScriptUtil - Class in com.xxl.job.core.util
-
1、内嵌编译器如"PythonInterpreter"无法引用扩展包,因此推荐使用java调用控制台进程方式"Runtime.getRuntime().exec()"来运行脚本(shell或python); 2、因为通过java调用控制台进程方式实现,需要保证目标机器PATH路径正确配置对应编译器; 3、暂时脚本执行日志只能在脚本执行结束后一次性获取,无法保证实时性;因此为确保日志实时性,可改为将脚本打印的日志存储在指定的日志文件上; 4、python 异常输出优先级高于标准输出,体现在Log文件中,因此推荐通过logging方式打日志保持和异常信息一致;否则用prinf日志顺序会错乱 Created by xuxueli on 17/2/25.
- ScriptUtil() - Constructor for class com.xxl.job.core.util.ScriptUtil
- SERIAL_EXECUTION - Enum constant in enum class com.xxl.job.core.enums.ExecutorBlockStrategyEnum
- serialize(Object) - Static method in class com.xxl.job.core.util.JdkSerializeTool
-
将对象-->byte[] (由于jedis中不支持直接存储object所以转换成byte[]存入)
- serialVersionUID - Static variable in class com.xxl.job.core.biz.model.ReturnT
- setAccessToken(String) - Method in class com.xxl.job.core.executor.XxlJobExecutor
- setAddress(String) - Method in class com.xxl.job.core.executor.XxlJobExecutor
- setAdminAddresses(String) - Method in class com.xxl.job.core.executor.XxlJobExecutor
- setApplicationContext(ApplicationContext) - Method in class com.xxl.job.core.executor.impl.XxlJobSpringExecutor
- setAppname(String) - Method in class com.xxl.job.core.executor.XxlJobExecutor
- setBroadcastIndex(int) - Method in class com.xxl.job.core.biz.model.TriggerParam
- setBroadcastTotal(int) - Method in class com.xxl.job.core.biz.model.TriggerParam
- setCode(int) - Method in class com.xxl.job.core.biz.model.ReturnT
- setContent(T) - Method in class com.xxl.job.core.biz.model.ReturnT
- setEnd(boolean) - Method in class com.xxl.job.core.biz.model.LogResult
- setExecutorBlockStrategy(String) - Method in class com.xxl.job.core.biz.model.TriggerParam
- setExecutorHandler(String) - Method in class com.xxl.job.core.biz.model.TriggerParam
- setExecutorParams(String) - Method in class com.xxl.job.core.biz.model.TriggerParam
- setExecutorTimeout(int) - Method in class com.xxl.job.core.biz.model.TriggerParam
- setFromLineNum(int) - Method in class com.xxl.job.core.biz.model.LogParam
- setFromLineNum(int) - Method in class com.xxl.job.core.biz.model.LogResult
- setGlueSource(String) - Method in class com.xxl.job.core.biz.model.TriggerParam
- setGlueType(String) - Method in class com.xxl.job.core.biz.model.TriggerParam
- setGlueUpdatetime(long) - Method in class com.xxl.job.core.biz.model.TriggerParam
- setHandleCode(int) - Method in class com.xxl.job.core.biz.model.HandleCallbackParam
- setHandleCode(int) - Method in class com.xxl.job.core.context.XxlJobContext
- setHandleMsg(String) - Method in class com.xxl.job.core.biz.model.HandleCallbackParam
- setHandleMsg(String) - Method in class com.xxl.job.core.context.XxlJobContext
- setIp(String) - Method in class com.xxl.job.core.executor.XxlJobExecutor
- setJobId(int) - Method in class com.xxl.job.core.biz.model.IdleBeatParam
- setJobId(int) - Method in class com.xxl.job.core.biz.model.KillParam
- setJobId(int) - Method in class com.xxl.job.core.biz.model.TriggerParam
- setLogContent(String) - Method in class com.xxl.job.core.biz.model.LogResult
- setLogDateTim(long) - Method in class com.xxl.job.core.biz.model.HandleCallbackParam
- setLogDateTim(long) - Method in class com.xxl.job.core.biz.model.LogParam
- setLogDateTime(long) - Method in class com.xxl.job.core.biz.model.TriggerParam
- setLogId(long) - Method in class com.xxl.job.core.biz.model.HandleCallbackParam
- setLogId(long) - Method in class com.xxl.job.core.biz.model.LogParam
- setLogId(long) - Method in class com.xxl.job.core.biz.model.TriggerParam
- setLogPath(String) - Method in class com.xxl.job.core.executor.XxlJobExecutor
- setLogRetentionDays(int) - Method in class com.xxl.job.core.executor.XxlJobExecutor
- setMsg(String) - Method in class com.xxl.job.core.biz.model.ReturnT
- setPort(int) - Method in class com.xxl.job.core.executor.XxlJobExecutor
- setRegistryGroup(String) - Method in class com.xxl.job.core.biz.model.RegistryParam
- setRegistryKey(String) - Method in class com.xxl.job.core.biz.model.RegistryParam
- setRegistryValue(String) - Method in class com.xxl.job.core.biz.model.RegistryParam
- setTimeout(int) - Method in class com.xxl.job.core.executor.XxlJobExecutor
- setTitle(String) - Method in enum class com.xxl.job.core.enums.ExecutorBlockStrategyEnum
- setToLineNum(int) - Method in class com.xxl.job.core.biz.model.LogResult
- setXxlJobBeanList(List<Object>) - Method in class com.xxl.job.core.executor.impl.XxlJobSimpleExecutor
- setXxlJobContext(XxlJobContext) - Static method in class com.xxl.job.core.context.XxlJobContext
- SpringGlueFactory - Class in com.xxl.job.core.glue.impl
- SpringGlueFactory() - Constructor for class com.xxl.job.core.glue.impl.SpringGlueFactory
- start() - Method in class com.xxl.job.core.executor.impl.XxlJobSimpleExecutor
- start() - Method in class com.xxl.job.core.executor.XxlJobExecutor
- start() - Method in class com.xxl.job.core.thread.TriggerCallbackThread
- start(long) - Method in class com.xxl.job.core.thread.JobLogFileCleanThread
- start(String, int, String, String) - Method in class com.xxl.job.core.server.EmbedServer
- start(String, String) - Method in class com.xxl.job.core.thread.ExecutorRegistryThread
- startRegistry(String, String) - Method in class com.xxl.job.core.server.EmbedServer
- stop() - Method in class com.xxl.job.core.server.EmbedServer
- stopRegistry() - Method in class com.xxl.job.core.server.EmbedServer
- SUCCESS_CODE - Static variable in class com.xxl.job.core.biz.model.ReturnT
T
- ThrowableUtil - Class in com.xxl.job.core.util
- ThrowableUtil() - Constructor for class com.xxl.job.core.util.ThrowableUtil
- toJson(Object) - Static method in class com.xxl.job.core.util.GsonTool
-
Object 转成 json
- toJsonElement(Object) - Static method in class com.xxl.job.core.util.GsonTool
-
Object 转成 JsonElement
- toStop() - Method in class com.xxl.job.core.thread.ExecutorRegistryThread
- toStop() - Method in class com.xxl.job.core.thread.JobLogFileCleanThread
- toStop() - Method in class com.xxl.job.core.thread.TriggerCallbackThread
- toStop(String) - Method in class com.xxl.job.core.thread.JobThread
-
kill job thread
- toString() - Method in class com.xxl.job.core.biz.model.HandleCallbackParam
- toString() - Method in class com.xxl.job.core.biz.model.RegistryParam
- toString() - Method in class com.xxl.job.core.biz.model.ReturnT
- toString() - Method in class com.xxl.job.core.biz.model.TriggerParam
- toString() - Method in class com.xxl.job.core.handler.impl.MethodJobHandler
- toString(Throwable) - Static method in class com.xxl.job.core.util.ThrowableUtil
-
parse error to string
- TriggerCallbackThread - Class in com.xxl.job.core.thread
-
Created by xuxueli on 16/7/22.
- TriggerCallbackThread() - Constructor for class com.xxl.job.core.thread.TriggerCallbackThread
- TriggerParam - Class in com.xxl.job.core.biz.model
-
Created by xuxueli on 16/7/22.
- TriggerParam() - Constructor for class com.xxl.job.core.biz.model.TriggerParam
U
- userEventTriggered(ChannelHandlerContext, Object) - Method in class com.xxl.job.core.server.EmbedServer.EmbedHttpServerHandler
V
- value() - Element in annotation interface com.xxl.job.core.handler.annotation.XxlJob
-
jobhandler name
- valueOf(String) - Static method in enum class com.xxl.job.core.enums.ExecutorBlockStrategyEnum
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.xxl.job.core.enums.RegistryConfig.RegistType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.xxl.job.core.glue.GlueTypeEnum
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.xxl.job.core.enums.ExecutorBlockStrategyEnum
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.xxl.job.core.enums.RegistryConfig.RegistType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.xxl.job.core.glue.GlueTypeEnum
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- writeFileContent(File, byte[]) - Static method in class com.xxl.job.core.util.FileUtil
X
- XXL_JOB_ACCESS_TOKEN - Static variable in class com.xxl.job.core.util.XxlJobRemotingUtil
- XxlJob - Annotation Interface in com.xxl.job.core.handler.annotation
-
annotation for method jobhandler
- XxlJobContext - Class in com.xxl.job.core.context
-
xxl-job context
- XxlJobContext(long, String, String, int, int) - Constructor for class com.xxl.job.core.context.XxlJobContext
- XxlJobExecutor - Class in com.xxl.job.core.executor
-
Created by xuxueli on 2016/3/2 21:14.
- XxlJobExecutor() - Constructor for class com.xxl.job.core.executor.XxlJobExecutor
- XxlJobFileAppender - Class in com.xxl.job.core.log
-
store trigger log in each log-file
- XxlJobFileAppender() - Constructor for class com.xxl.job.core.log.XxlJobFileAppender
- XxlJobHelper - Class in com.xxl.job.core.context
-
helper for xxl-job
- XxlJobHelper() - Constructor for class com.xxl.job.core.context.XxlJobHelper
- XxlJobRemotingUtil - Class in com.xxl.job.core.util
- XxlJobRemotingUtil() - Constructor for class com.xxl.job.core.util.XxlJobRemotingUtil
- XxlJobSimpleExecutor - Class in com.xxl.job.core.executor.impl
-
xxl-job executor (for frameless)
- XxlJobSimpleExecutor() - Constructor for class com.xxl.job.core.executor.impl.XxlJobSimpleExecutor
- XxlJobSpringExecutor - Class in com.xxl.job.core.executor.impl
-
xxl-job executor (for spring)
- XxlJobSpringExecutor() - Constructor for class com.xxl.job.core.executor.impl.XxlJobSpringExecutor
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form