Uses of Interface
org.apache.activemq.store.PersistenceAdapter
Packages that use PersistenceAdapter
Package
Description
The core classes for the ActiveMQ Message Broker and its connectors.
JMX MBeans for the broker and its core connectors.
Region abstraction and implementations in the Broker.
The APIs which need to be implemented for persistent message stores for durable messaging
VM based implementation of message persistence
-
Uses of PersistenceAdapter in org.apache.activemq.broker
Methods in org.apache.activemq.broker that return PersistenceAdapterModifier and TypeMethodDescriptionprotected PersistenceAdapterBrokerService.createPersistenceAdapter()BrokerService.getPersistenceAdapter()protected PersistenceAdapterBrokerService.registerPersistenceAdapterMBean(PersistenceAdapter adaptor) Methods in org.apache.activemq.broker with parameters of type PersistenceAdapterModifier and TypeMethodDescriptionvoidLocker.configure(PersistenceAdapter persistenceAdapter) Optionally configure the locker with the persistence adapter currently used You can use persistence adapter configuration details like, data directory datasource, etc. to be used by the lockerprotected PersistenceAdapterBrokerService.registerPersistenceAdapterMBean(PersistenceAdapter adaptor) voidBrokerService.setPersistenceAdapter(PersistenceAdapter persistenceAdapter) Sets the persistence adaptor implementation to use for this brokerprotected voidBrokerService.unregisterPersistenceAdapterMBean(PersistenceAdapter adaptor) -
Uses of PersistenceAdapter in org.apache.activemq.broker.jmx
Constructors in org.apache.activemq.broker.jmx with parameters of type PersistenceAdapter -
Uses of PersistenceAdapter in org.apache.activemq.broker.region
Fields in org.apache.activemq.broker.region declared as PersistenceAdapterModifier and TypeFieldDescriptionprotected final PersistenceAdapterDestinationFactoryImpl.persistenceAdapterMethods in org.apache.activemq.broker.region that return PersistenceAdapterConstructors in org.apache.activemq.broker.region with parameters of type PersistenceAdapterModifierConstructorDescriptionDestinationFactoryImpl(BrokerService brokerService, org.apache.activemq.thread.TaskRunnerFactory taskRunnerFactory, PersistenceAdapter persistenceAdapter) -
Uses of PersistenceAdapter in org.apache.activemq.store
Methods in org.apache.activemq.store that return PersistenceAdapterModifier and TypeMethodDescriptionPersistenceAdapterFactory.createPersistenceAdapter()Creates a persistence Adapter that can use a given directory to store it's data.Methods in org.apache.activemq.store with parameters of type PersistenceAdapterModifier and TypeMethodDescriptionvoidSharedFileLocker.configure(PersistenceAdapter persistenceAdapter) static List<org.apache.activemq.command.ActiveMQQueue>PersistenceAdapterSupport.listQueues(PersistenceAdapter adapter) Provides a means of querying the persistence adapter for a list of ActiveMQQueue instances.static List<org.apache.activemq.command.ActiveMQQueue>PersistenceAdapterSupport.listQueues(PersistenceAdapter adapter, PersistenceAdapterSupport.DestinationMatcher matcher) Provides a means of querying the persistence adapter for a list of ActiveMQQueue instances that match some given search criteria.static List<org.apache.activemq.command.SubscriptionInfo>PersistenceAdapterSupport.listSubscriptions(PersistenceAdapter adapter, String clientId) Searches the set of subscriptions from the given persistence adapter and returns all those that belong to the given ClientId value.static List<org.apache.activemq.command.ActiveMQTopic>PersistenceAdapterSupport.listTopics(PersistenceAdapter adapter) Provides a means of querying the persistence adapter for a list of ActiveMQTopic instances.static List<org.apache.activemq.command.ActiveMQTopic>PersistenceAdapterSupport.listTopics(PersistenceAdapter adapter, PersistenceAdapterSupport.DestinationMatcher matcher) Provides a means of querying the persistence adapter for a list of ActiveMQTopic instances that match some given search criteria. -
Uses of PersistenceAdapter in org.apache.activemq.store.memory
Classes in org.apache.activemq.store.memory that implement PersistenceAdapterFields in org.apache.activemq.store.memory declared as PersistenceAdapterModifier and TypeFieldDescriptionprotected final PersistenceAdapterMemoryTransactionStore.persistenceAdapterConstructors in org.apache.activemq.store.memory with parameters of type PersistenceAdapterModifierConstructorDescriptionMemoryTransactionStore(PersistenceAdapter persistenceAdapter, BrokerService brokerService) -
Uses of PersistenceAdapter in org.apache.activemq.usage
Methods in org.apache.activemq.usage that return PersistenceAdapterMethods in org.apache.activemq.usage with parameters of type PersistenceAdapterConstructors in org.apache.activemq.usage with parameters of type PersistenceAdapterModifierConstructorDescriptionStoreUsage(String name, PersistenceAdapter store) SystemUsage(String name, PersistenceAdapter adapter, PListStore tempStore, JobSchedulerStore jobSchedulerStore) -
Uses of PersistenceAdapter in org.apache.activemq.util
Methods in org.apache.activemq.util that return PersistenceAdapterConstructors in org.apache.activemq.util with parameters of type PersistenceAdapterModifierConstructorDescriptionTransactionTemplate(PersistenceAdapter persistenceAdapter, ConnectionContext context)