Package | Description |
---|---|
net.bluemind.scheduledjob.api | |
net.bluemind.scheduledjob.persistence | |
net.bluemind.scheduledjob.scheduler.impl | |
net.bluemind.scheduledjob.service.internal |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
IJobAsync.getLogs(JobExecution jobExecution,
int offset,
AsyncHandler<java.util.Set<LogEntry>> handler) |
void |
IInCoreJob.storeLogEntries(int jobExecutionId,
java.util.Set<LogEntry> entries) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<LogEntry> |
ScheduledJobStore.fetchLogEntries(SecurityContext context,
int execId) |
static JdbcAbstractStore.Creator<LogEntry> |
JobExecutionColumn.logEntryCreator() |
static JdbcAbstractStore.EntityPopulator<LogEntry> |
JobExecutionColumn.logEntryPopulator() |
static JdbcAbstractStore.StatementValues<LogEntry> |
JobExecutionColumn.logEntryValues(int jobExececutionId) |
Modifier and Type | Method and Description |
---|---|
void |
ScheduledJobStore.storeLogEntries(int jobExececutionId,
java.util.Set<LogEntry> entries) |
Modifier and Type | Field and Description |
---|---|
java.util.Set<LogEntry> |
RunIdImpl.entries |
java.util.concurrent.BlockingQueue<LogEntry> |
ExecutionRecorder.logEntries |
Modifier and Type | Method and Description |
---|---|
void |
RunIdImpl.addEntry(LogEntry le) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<LogEntry> |
ScheduledJobService.getLogs(JobExecution jobExecution,
int offset) |
Modifier and Type | Method and Description |
---|---|
void |
ScheduledJobService.storeLogEntries(int jobExecutionid,
java.util.Set<LogEntry> entries) |
Copyright © 2021. All Rights Reserved.