Package | Description |
---|---|
com.lts.job.common.domain | |
com.lts.job.common.exception | |
com.lts.job.common.protocol.command | |
com.lts.job.common.repository.po | |
com.lts.job.common.support |
Modifier and Type | Method and Description |
---|---|
Job |
JobResult.getJob() |
Modifier and Type | Method and Description |
---|---|
void |
JobResult.setJob(Job job) |
Modifier and Type | Method and Description |
---|---|
List<Job> |
JobReceiveException.getJobs() |
Modifier and Type | Method and Description |
---|---|
void |
JobReceiveException.addJob(Job job) |
Modifier and Type | Method and Description |
---|---|
void |
JobReceiveException.setJobs(List<Job> jobs) |
Modifier and Type | Method and Description |
---|---|
Job |
JobPushRequest.getJob() |
Modifier and Type | Method and Description |
---|---|
List<Job> |
JobSubmitResponse.getFailedJobs() |
List<Job> |
JobSubmitRequest.getJobs() |
Modifier and Type | Method and Description |
---|---|
void |
JobPushRequest.setJob(Job job) |
Modifier and Type | Method and Description |
---|---|
void |
JobSubmitResponse.setFailedJobs(List<Job> failedJobs) |
void |
JobSubmitRequest.setJobs(List<Job> jobs) |
Modifier and Type | Class and Description |
---|---|
class |
JobLogPo |
Modifier and Type | Method and Description |
---|---|
static Job |
JobDomainConverter.convert(JobPo jobPo)
JobPo 转 Job
|
Modifier and Type | Method and Description |
---|---|
static JobPo |
JobDomainConverter.convert(Job job) |
static JobPo |
JobDomainConverter.convert(Job job,
JobSubmitRequest request)
Job 转 JobPo
|
Copyright © 2014. All Rights Reserved.