Uses of Class
org.apache.activemq.store.kahadb.scheduler.JobSchedulerImpl
-
Packages that use JobSchedulerImpl Package Description org.apache.activemq.store.kahadb.scheduler -
-
Uses of JobSchedulerImpl in org.apache.activemq.store.kahadb.scheduler
Methods in org.apache.activemq.store.kahadb.scheduler that return types with arguments of type JobSchedulerImpl Modifier and Type Method Description BTreeIndex<String,JobSchedulerImpl>JobSchedulerKahaDBMetaData. getJobSchedulers()Gets the index of JobScheduler instances that have been created and stored in the JobSchedulerStore instance.Method parameters in org.apache.activemq.store.kahadb.scheduler with type arguments of type JobSchedulerImpl Modifier and Type Method Description voidJobSchedulerKahaDBMetaData. loadScheduler(Transaction tx, Map<String,JobSchedulerImpl> schedulers)Loads all the stored JobScheduler instances into the provided map.
-