Interface ScheduledJobStatusCache
-
@Internal public interface ScheduledJobStatusCache- Since:
- 5.10
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ScheduledJobStatusCacheforAtlassianCache(com.atlassian.cache.Cache cache)@Nullable ScheduledJobStatusget(com.atlassian.scheduler.config.JobId jobId)voidput(com.atlassian.scheduler.config.JobId jobId, ScheduledJobStatus status)
-
-
-
Method Detail
-
put
void put(com.atlassian.scheduler.config.JobId jobId, ScheduledJobStatus status)
-
get
@Nullable ScheduledJobStatus get(com.atlassian.scheduler.config.JobId jobId)
-
forAtlassianCache
static ScheduledJobStatusCache forAtlassianCache(com.atlassian.cache.Cache cache)
-
-