A B C E G I J L O P R S T 

A

addFailedJob(Job) - Method in class com.github.ltsopensource.jobclient.domain.Response
 
addFailedJobs(List<Job>) - Method in class com.github.ltsopensource.jobclient.domain.Response
 
afterStart() - Method in class com.github.ltsopensource.jobclient.JobClient
 
afterStop() - Method in class com.github.ltsopensource.jobclient.JobClient
 

B

beforeStart() - Method in class com.github.ltsopensource.jobclient.JobClient
 
beforeStart() - Method in class com.github.ltsopensource.jobclient.RetryJobClient
 
beforeStop() - Method in class com.github.ltsopensource.jobclient.JobClient
 
beforeStop() - Method in class com.github.ltsopensource.jobclient.RetryJobClient
 
build0() - Method in class com.github.ltsopensource.jobclient.JobClientBuilder
 
buildByProperties(JobClientProperties) - Static method in class com.github.ltsopensource.jobclient.JobClientBuilder
 

C

call(RemotingCommand) - Method in interface com.github.ltsopensource.jobclient.support.SubmitCallback
 
cancelJob(String, String) - Method in class com.github.ltsopensource.jobclient.JobClient
取消任务
collectMData() - Method in class com.github.ltsopensource.jobclient.support.JobClientMStatReporter
 
com.github.ltsopensource.jobclient - package com.github.ltsopensource.jobclient
 
com.github.ltsopensource.jobclient.domain - package com.github.ltsopensource.jobclient.domain
 
com.github.ltsopensource.jobclient.processor - package com.github.ltsopensource.jobclient.processor
 
com.github.ltsopensource.jobclient.support - package com.github.ltsopensource.jobclient.support
 

E

execute(List<Job>) - Method in interface com.github.ltsopensource.jobclient.support.JobSubmitExecutor
 
execute(List<Job>, JobSubmitExecutor<Response>) - Method in class com.github.ltsopensource.jobclient.support.JobSubmitProtector
 

G

getCode() - Method in class com.github.ltsopensource.jobclient.domain.Response
 
getDefaultProcessor() - Method in class com.github.ltsopensource.jobclient.JobClient
 
getFailedJobs() - Method in class com.github.ltsopensource.jobclient.domain.Response
 
getJobCompletedHandler() - Method in class com.github.ltsopensource.jobclient.domain.JobClientAppContext
 
getMaxQPS() - Method in class com.github.ltsopensource.jobclient.support.JobSubmitProtector
 
getMsg() - Method in class com.github.ltsopensource.jobclient.domain.Response
 
getNodeType() - Method in class com.github.ltsopensource.jobclient.support.JobClientMStatReporter
 
getRemotingClient() - Method in class com.github.ltsopensource.jobclient.domain.JobClientAppContext
 

I

incFailStoreNum() - Method in class com.github.ltsopensource.jobclient.support.JobClientMStatReporter
 
incHandleFeedbackNum(int) - Method in class com.github.ltsopensource.jobclient.support.JobClientMStatReporter
 
incSubmitFailedNum(int) - Method in class com.github.ltsopensource.jobclient.support.JobClientMStatReporter
 
incSubmitFailStoreNum(int) - Method in class com.github.ltsopensource.jobclient.support.JobClientMStatReporter
 
incSubmitSuccessNum(int) - Method in class com.github.ltsopensource.jobclient.support.JobClientMStatReporter
 
isSuccess() - Method in class com.github.ltsopensource.jobclient.domain.Response
 

J

JOB_TRACKER_NOT_FOUND - Static variable in class com.github.ltsopensource.jobclient.domain.ResponseCode
 
JobClient<T extends JobClientNode,Context extends AppContext> - Class in com.github.ltsopensource.jobclient
 
JobClient() - Constructor for class com.github.ltsopensource.jobclient.JobClient
 
JobClientAppContext - Class in com.github.ltsopensource.jobclient.domain
 
JobClientAppContext() - Constructor for class com.github.ltsopensource.jobclient.domain.JobClientAppContext
 
JobClientBuilder - Class in com.github.ltsopensource.jobclient
 
JobClientBuilder() - Constructor for class com.github.ltsopensource.jobclient.JobClientBuilder
 
JobClientMStatReporter - Class in com.github.ltsopensource.jobclient.support
 
JobClientMStatReporter(AppContext) - Constructor for class com.github.ltsopensource.jobclient.support.JobClientMStatReporter
 
JobClientNode - Class in com.github.ltsopensource.jobclient.domain
 
JobClientNode() - Constructor for class com.github.ltsopensource.jobclient.domain.JobClientNode
 
JobCompletedHandler - Interface in com.github.ltsopensource.jobclient.support
 
JobFinishedProcessor - Class in com.github.ltsopensource.jobclient.processor
 
JobFinishedProcessor(JobClientAppContext) - Constructor for class com.github.ltsopensource.jobclient.processor.JobFinishedProcessor
 
JobSubmitExecutor<T> - Interface in com.github.ltsopensource.jobclient.support
 
JobSubmitProtectException - Exception in com.github.ltsopensource.jobclient.support
 
JobSubmitProtectException(int) - Constructor for exception com.github.ltsopensource.jobclient.support.JobSubmitProtectException
 
JobSubmitProtectException(int, String) - Constructor for exception com.github.ltsopensource.jobclient.support.JobSubmitProtectException
 
JobSubmitProtectException(int, String, Throwable) - Constructor for exception com.github.ltsopensource.jobclient.support.JobSubmitProtectException
 
JobSubmitProtectException(int, Throwable) - Constructor for exception com.github.ltsopensource.jobclient.support.JobSubmitProtectException
 
JobSubmitProtector - Class in com.github.ltsopensource.jobclient.support
用来处理客户端请求过载问题
JobSubmitProtector(JobClientAppContext) - Constructor for class com.github.ltsopensource.jobclient.support.JobSubmitProtector
 

L

LOGGER - Static variable in class com.github.ltsopensource.jobclient.JobClient
 

O

onComplete(List<JobResult>) - Method in interface com.github.ltsopensource.jobclient.support.JobCompletedHandler
处理返回结果

P

processRequest(Channel, RemotingCommand) - Method in class com.github.ltsopensource.jobclient.processor.JobFinishedProcessor
 
processRequest(Channel, RemotingCommand) - Method in class com.github.ltsopensource.jobclient.processor.RemotingDispatcher
 

R

RemotingDispatcher - Class in com.github.ltsopensource.jobclient.processor
 
RemotingDispatcher(JobClientAppContext) - Constructor for class com.github.ltsopensource.jobclient.processor.RemotingDispatcher
 
REQUEST_FILED_CHECK_ERROR - Static variable in class com.github.ltsopensource.jobclient.domain.ResponseCode
 
Response - Class in com.github.ltsopensource.jobclient.domain
 
Response() - Constructor for class com.github.ltsopensource.jobclient.domain.Response
 
ResponseCode - Class in com.github.ltsopensource.jobclient.domain
 
RetryJobClient - Class in com.github.ltsopensource.jobclient
 
RetryJobClient() - Constructor for class com.github.ltsopensource.jobclient.RetryJobClient
 

S

setCode(String) - Method in class com.github.ltsopensource.jobclient.domain.Response
 
setFailedJobs(List<Job>) - Method in class com.github.ltsopensource.jobclient.domain.Response
 
setJobCompletedHandler(JobCompletedHandler) - Method in class com.github.ltsopensource.jobclient.domain.JobClientAppContext
 
setJobCompletedHandler(JobCompletedHandler) - Method in class com.github.ltsopensource.jobclient.JobClient
设置任务完成接收器
setJobCompletedHandler(JobCompletedHandler) - Method in class com.github.ltsopensource.jobclient.JobClientBuilder
 
setMsg(String) - Method in class com.github.ltsopensource.jobclient.domain.Response
 
setRemotingClient(RemotingClientDelegate) - Method in class com.github.ltsopensource.jobclient.domain.JobClientAppContext
 
setSuccess(boolean) - Method in class com.github.ltsopensource.jobclient.domain.Response
 
stat - Variable in class com.github.ltsopensource.jobclient.JobClient
 
SUBMIT_FAILED_AND_SAVE_FOR_LATER - Static variable in class com.github.ltsopensource.jobclient.domain.ResponseCode
 
SUBMIT_TOO_BUSY_AND_SAVE_FOR_LATER - Static variable in class com.github.ltsopensource.jobclient.domain.ResponseCode
 
SubmitCallback - Interface in com.github.ltsopensource.jobclient.support
 
submitJob(Job) - Method in class com.github.ltsopensource.jobclient.JobClient
 
submitJob(List<Job>, JobClient.SubmitType) - Method in class com.github.ltsopensource.jobclient.JobClient
 
submitJob(List<Job>) - Method in class com.github.ltsopensource.jobclient.JobClient
 
submitJob(Job) - Method in class com.github.ltsopensource.jobclient.RetryJobClient
 
submitJob(List<Job>) - Method in class com.github.ltsopensource.jobclient.RetryJobClient
 
SYSTEM_ERROR - Static variable in class com.github.ltsopensource.jobclient.domain.ResponseCode
 

T

toString() - Method in class com.github.ltsopensource.jobclient.domain.Response
 
A B C E G I J L O P R S T 

Copyright © 2016. All rights reserved.