| Package | Description |
|---|---|
| com.atlassian.scheduler.caesium.impl |
The Caesium implementation of atlassian-scheduler.
|
| com.atlassian.scheduler.caesium.spi |
The external dependencies that an application must provide to make use of atlassian-scheduler-caesium.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableClusteredJob
Simple, direct implementation of
ClusteredJob. |
| Modifier and Type | Method and Description |
|---|---|
ClusteredJob |
MemoryClusteredJobDao.find(com.atlassian.scheduler.config.JobId jobId) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ClusteredJob> |
MemoryClusteredJobDao.findByJobRunnerKey(com.atlassian.scheduler.config.JobRunnerKey jobRunnerKey) |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableClusteredJob.Builder |
ImmutableClusteredJob.builder(ClusteredJob prototype) |
boolean |
MemoryClusteredJobDao.create(ClusteredJob clusteredJob) |
| Modifier and Type | Method and Description |
|---|---|
ClusteredJob |
ClusteredJobDao.find(com.atlassian.scheduler.config.JobId jobId)
Finds and returns the persisted details for a clustered job.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ClusteredJob> |
ClusteredJobDao.findByJobRunnerKey(com.atlassian.scheduler.config.JobRunnerKey jobRunnerKey)
Returns all jobs that use the given job runner.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ClusteredJobDao.create(ClusteredJob clusteredJob)
Called to create a new clustered job in the database.
|
Copyright © 2019 Atlassian. All rights reserved.