Package | Description |
---|---|
net.bluemind.scheduledjob.api | |
net.bluemind.scheduledjob.persistence | |
net.bluemind.scheduledjob.service.internal |
Modifier and Type | Method and Description |
---|---|
JobExecution |
IInCoreJob.createExecution(JobExecution je) |
Modifier and Type | Method and Description |
---|---|
ListResult<JobExecution> |
IJob.searchExecution(JobExecutionQuery query)
Fetch recorded job executions.
|
java.util.concurrent.CompletableFuture<ListResult<JobExecution>> |
IJobPromise.searchExecution(JobExecutionQuery query) |
Modifier and Type | Method and Description |
---|---|
JobExecution |
IInCoreJob.createExecution(JobExecution je) |
java.util.Set<LogEntry> |
IJob.getLogs(JobExecution jobExecution,
int offset)
Return the logs of a job.
|
java.util.concurrent.CompletableFuture<java.util.Set<LogEntry>> |
IJobPromise.getLogs(JobExecution jobExecution,
int offset) |
void |
IJobAsync.getLogs(JobExecution jobExecution,
int offset,
AsyncHandler<java.util.Set<LogEntry>> handler) |
void |
IInCoreJob.updateExecution(JobExecution je) |
Modifier and Type | Method and Description |
---|---|
void |
IJobAsync.searchExecution(JobExecutionQuery query,
AsyncHandler<ListResult<JobExecution>> handler) |
Modifier and Type | Method and Description |
---|---|
JobExecution |
ScheduledJobStore.createExecution(JobExecution je) |
Modifier and Type | Method and Description |
---|---|
ListResult<JobExecution> |
ScheduledJobStore.findExecutions(JobExecutionQuery jeq) |
static JdbcAbstractStore.Creator<JobExecution> |
JobExecutionColumn.jobExecutionCreator() |
static JdbcAbstractStore.EntityPopulator<JobExecution> |
JobExecutionColumn.jobExecutionPopulator() |
static JdbcAbstractStore.StatementValues<JobExecution> |
JobExecutionColumn.statementValues(JobExecution item) |
Modifier and Type | Method and Description |
---|---|
JobExecution |
ScheduledJobStore.createExecution(JobExecution je) |
static JdbcAbstractStore.StatementValues<JobExecution> |
JobExecutionColumn.statementValues(JobExecution item) |
void |
ScheduledJobStore.updateExecution(JobExecution je) |
Modifier and Type | Method and Description |
---|---|
JobExecution |
ScheduledJobService.createExecution(JobExecution je) |
Modifier and Type | Method and Description |
---|---|
ListResult<JobExecution> |
ScheduledJobService.searchExecution(JobExecutionQuery query) |
Modifier and Type | Method and Description |
---|---|
JobExecution |
ScheduledJobService.createExecution(JobExecution je) |
java.util.Set<LogEntry> |
ScheduledJobService.getLogs(JobExecution jobExecution,
int offset) |
void |
ScheduledJobService.updateExecution(JobExecution je) |
Copyright © 2021. All Rights Reserved.