Uses of Interface
org.apache.activemq.broker.scheduler.JobSchedulerStore
-
Packages that use JobSchedulerStore Package Description org.apache.activemq.broker The core classes for the ActiveMQ Message Broker and its connectors.org.apache.activemq.broker.scheduler The Message Scheduler for delayed (or scheduled) message deliveryorg.apache.activemq.broker.scheduler.memory org.apache.activemq.store The APIs which need to be implemented for persistent message stores for durable messagingorg.apache.activemq.store.jdbc Message persistence implemented using JDBCorg.apache.activemq.store.journal Message persistence using a high performance transaction log via the Journal interface.org.apache.activemq.store.kahadb org.apache.activemq.store.kahadb.scheduler org.apache.activemq.store.memory VM based implementation of message persistenceorg.apache.activemq.usage -
-
Uses of JobSchedulerStore in org.apache.activemq.broker
Methods in org.apache.activemq.broker that return JobSchedulerStore Modifier and Type Method Description JobSchedulerStoreBrokerService. getJobSchedulerStore()Methods in org.apache.activemq.broker with parameters of type JobSchedulerStore Modifier and Type Method Description voidBrokerService. setJobSchedulerStore(JobSchedulerStore jobSchedulerStore) -
Uses of JobSchedulerStore in org.apache.activemq.broker.scheduler
Constructors in org.apache.activemq.broker.scheduler with parameters of type JobSchedulerStore Constructor Description SchedulerBroker(BrokerService brokerService, Broker next, JobSchedulerStore store) -
Uses of JobSchedulerStore in org.apache.activemq.broker.scheduler.memory
Classes in org.apache.activemq.broker.scheduler.memory that implement JobSchedulerStore Modifier and Type Class Description classInMemoryJobSchedulerStoreAn in-memory JobSchedulerStore implementation used for Brokers that have persistence disabled or when the JobSchedulerStore usage doesn't require a file or DB based store implementation allowing for better performance. -
Uses of JobSchedulerStore in org.apache.activemq.store
Methods in org.apache.activemq.store that return JobSchedulerStore Modifier and Type Method Description JobSchedulerStorePersistenceAdapter. createJobSchedulerStore()Creates and returns a new Job Scheduler store instance. -
Uses of JobSchedulerStore in org.apache.activemq.store.jdbc
Methods in org.apache.activemq.store.jdbc that return JobSchedulerStore Modifier and Type Method Description JobSchedulerStoreJDBCPersistenceAdapter. createJobSchedulerStore() -
Uses of JobSchedulerStore in org.apache.activemq.store.journal
Methods in org.apache.activemq.store.journal that return JobSchedulerStore Modifier and Type Method Description JobSchedulerStoreJournalPersistenceAdapter. createJobSchedulerStore() -
Uses of JobSchedulerStore in org.apache.activemq.store.kahadb
Methods in org.apache.activemq.store.kahadb that return JobSchedulerStore Modifier and Type Method Description JobSchedulerStoreKahaDBPersistenceAdapter. createJobSchedulerStore()JobSchedulerStoreKahaDBStore. createJobSchedulerStore()JobSchedulerStoreMultiKahaDBPersistenceAdapter. createJobSchedulerStore()JobSchedulerStoreTempKahaDBStore. createJobSchedulerStore() -
Uses of JobSchedulerStore in org.apache.activemq.store.kahadb.scheduler
Classes in org.apache.activemq.store.kahadb.scheduler that implement JobSchedulerStore Modifier and Type Class Description classJobSchedulerStoreImpl -
Uses of JobSchedulerStore in org.apache.activemq.store.memory
Methods in org.apache.activemq.store.memory that return JobSchedulerStore Modifier and Type Method Description JobSchedulerStoreMemoryPersistenceAdapter. createJobSchedulerStore() -
Uses of JobSchedulerStore in org.apache.activemq.usage
Methods in org.apache.activemq.usage that return JobSchedulerStore Modifier and Type Method Description JobSchedulerStoreJobSchedulerUsage. getStore()Methods in org.apache.activemq.usage with parameters of type JobSchedulerStore Modifier and Type Method Description voidJobSchedulerUsage. setStore(JobSchedulerStore store)Constructors in org.apache.activemq.usage with parameters of type JobSchedulerStore Constructor Description JobSchedulerUsage(String name, JobSchedulerStore store)SystemUsage(String name, PersistenceAdapter adapter, PListStore tempStore, JobSchedulerStore jobSchedulerStore)
-