public interface JobMetaRegistry
| Modifier and Type | Method and Description |
|---|---|
java.util.HashMap<java.lang.String,org.appops.core.job.JobMeta> |
getAllJobMeta()
Fetch all
JobMeta information of provided service. |
org.appops.core.job.JobMeta |
getJobMeta(java.lang.String jobKey)
Fetch
JobMeta information from store . |
void |
registerJobMeta(java.lang.String jobKey,
org.appops.core.job.JobMeta jobMeta)
Register
JobMeta in
JobMetaRegistry store. |
void registerJobMeta(java.lang.String jobKey,
org.appops.core.job.JobMeta jobMeta)
JobMeta in
JobMetaRegistry store.jobKey - qualified name of job class.jobMeta - meta information of job.org.appops.core.job.JobMeta getJobMeta(java.lang.String jobKey)
JobMeta information from store .jobKey - qualified name of job class.JobMeta of provided service and job class.java.util.HashMap<java.lang.String,org.appops.core.job.JobMeta> getAllJobMeta()
JobMeta information of provided service.HashMap of JobMeta .Copyright © 2021. All rights reserved.