Uses of Class
org.apache.activemq.usage.SystemUsage
-
Packages that use SystemUsage Package Description org.apache.activemq.broker The core classes for the ActiveMQ Message Broker and its connectors.org.apache.activemq.broker.jmx JMX MBeans for the broker and its core connectors.org.apache.activemq.broker.region Region abstraction and implementations in the Broker.org.apache.activemq.broker.region.cursors Cursors used to page persistent messages into the broker from the storeorg.apache.activemq.broker.region.policy The policies which can be associated with a particular destination or wildcard.org.apache.activemq.store The APIs which need to be implemented for persistent message stores for durable messagingorg.apache.activemq.store.memory VM based implementation of message persistenceorg.apache.activemq.usage -
-
Uses of SystemUsage in org.apache.activemq.broker
Methods in org.apache.activemq.broker that return SystemUsage Modifier and Type Method Description SystemUsageBrokerService. getConsumerSystemUsage()SystemUsageBrokerService. getProducerSystemUsage()SystemUsageBrokerService. getSystemUsage()Methods in org.apache.activemq.broker with parameters of type SystemUsage Modifier and Type Method Description voidBrokerService. setConsumerSystemUsage(SystemUsage consumerSystemUsage)voidBrokerService. setProducerSystemUsage(SystemUsage producerUsageManager)voidBrokerService. setSystemUsage(SystemUsage memoryManager) -
Uses of SystemUsage in org.apache.activemq.broker.jmx
Methods in org.apache.activemq.broker.jmx with parameters of type SystemUsage Modifier and Type Method Description protected RegionManagedRegionBroker. createQueueRegion(SystemUsage memoryManager, org.apache.activemq.thread.TaskRunnerFactory taskRunnerFactory, DestinationFactory destinationFactory)protected RegionManagedRegionBroker. createTempQueueRegion(SystemUsage memoryManager, org.apache.activemq.thread.TaskRunnerFactory taskRunnerFactory, DestinationFactory destinationFactory)protected RegionManagedRegionBroker. createTempTopicRegion(SystemUsage memoryManager, org.apache.activemq.thread.TaskRunnerFactory taskRunnerFactory, DestinationFactory destinationFactory)protected RegionManagedRegionBroker. createTopicRegion(SystemUsage memoryManager, org.apache.activemq.thread.TaskRunnerFactory taskRunnerFactory, DestinationFactory destinationFactory)Constructors in org.apache.activemq.broker.jmx with parameters of type SystemUsage Constructor Description ManagedQueueRegion(ManagedRegionBroker broker, DestinationStatistics destinationStatistics, SystemUsage memoryManager, org.apache.activemq.thread.TaskRunnerFactory taskRunnerFactory, DestinationFactory destinationFactory)ManagedRegionBroker(BrokerService brokerService, ManagementContext context, ObjectName brokerObjectName, org.apache.activemq.thread.TaskRunnerFactory taskRunnerFactory, SystemUsage memoryManager, DestinationFactory destinationFactory, DestinationInterceptor destinationInterceptor, org.apache.activemq.thread.Scheduler scheduler, ThreadPoolExecutor executor)ManagedTempQueueRegion(ManagedRegionBroker broker, DestinationStatistics destinationStatistics, SystemUsage memoryManager, org.apache.activemq.thread.TaskRunnerFactory taskRunnerFactory, DestinationFactory destinationFactory)ManagedTempTopicRegion(ManagedRegionBroker regionBroker, DestinationStatistics destinationStatistics, SystemUsage memoryManager, org.apache.activemq.thread.TaskRunnerFactory taskRunnerFactory, DestinationFactory destinationFactory)ManagedTopicRegion(ManagedRegionBroker broker, DestinationStatistics destinationStatistics, SystemUsage memoryManager, org.apache.activemq.thread.TaskRunnerFactory taskRunnerFactory, DestinationFactory destinationFactory) -
Uses of SystemUsage in org.apache.activemq.broker.region
Fields in org.apache.activemq.broker.region declared as SystemUsage Modifier and Type Field Description protected SystemUsageBaseDestination. systemUsageprotected SystemUsageAbstractRegion. usageManagerprotected SystemUsagePrefetchSubscription. usageManagerprotected SystemUsageTopicSubscription. usageManagerMethods in org.apache.activemq.broker.region that return SystemUsage Modifier and Type Method Description SystemUsageBaseDestination. getSystemUsage()SystemUsageTopicSubscription. getUsageManager()Methods in org.apache.activemq.broker.region with parameters of type SystemUsage Modifier and Type Method Description voidDurableTopicSubscription. activate(SystemUsage memoryManager, ConnectionContext context, org.apache.activemq.command.ConsumerInfo info, RegionBroker regionBroker)protected RegionRegionBroker. createQueueRegion(SystemUsage memoryManager, org.apache.activemq.thread.TaskRunnerFactory taskRunnerFactory, DestinationFactory destinationFactory)protected RegionRegionBroker. createTempQueueRegion(SystemUsage memoryManager, org.apache.activemq.thread.TaskRunnerFactory taskRunnerFactory, DestinationFactory destinationFactory)protected RegionRegionBroker. createTempTopicRegion(SystemUsage memoryManager, org.apache.activemq.thread.TaskRunnerFactory taskRunnerFactory, DestinationFactory destinationFactory)protected RegionRegionBroker. createTopicRegion(SystemUsage memoryManager, org.apache.activemq.thread.TaskRunnerFactory taskRunnerFactory, DestinationFactory destinationFactory)Constructors in org.apache.activemq.broker.region with parameters of type SystemUsage Constructor Description AbstractRegion(RegionBroker broker, DestinationStatistics destinationStatistics, SystemUsage memoryManager, org.apache.activemq.thread.TaskRunnerFactory taskRunnerFactory, DestinationFactory destinationFactory)AbstractTempRegion(RegionBroker broker, DestinationStatistics destinationStatistics, SystemUsage memoryManager, org.apache.activemq.thread.TaskRunnerFactory taskRunnerFactory, DestinationFactory destinationFactory)DurableTopicSubscription(Broker broker, SystemUsage usageManager, ConnectionContext context, org.apache.activemq.command.ConsumerInfo info, boolean keepDurableSubsActive)PrefetchSubscription(Broker broker, SystemUsage usageManager, ConnectionContext context, org.apache.activemq.command.ConsumerInfo info)PrefetchSubscription(Broker broker, SystemUsage usageManager, ConnectionContext context, org.apache.activemq.command.ConsumerInfo info, PendingMessageCursor cursor)QueueBrowserSubscription(Broker broker, SystemUsage usageManager, ConnectionContext context, org.apache.activemq.command.ConsumerInfo info)QueueRegion(RegionBroker broker, DestinationStatistics destinationStatistics, SystemUsage memoryManager, org.apache.activemq.thread.TaskRunnerFactory taskRunnerFactory, DestinationFactory destinationFactory)QueueSubscription(Broker broker, SystemUsage usageManager, ConnectionContext context, org.apache.activemq.command.ConsumerInfo info)RegionBroker(BrokerService brokerService, org.apache.activemq.thread.TaskRunnerFactory taskRunnerFactory, SystemUsage memoryManager, DestinationFactory destinationFactory, DestinationInterceptor destinationInterceptor, org.apache.activemq.thread.Scheduler scheduler, ThreadPoolExecutor executor)TempQueueRegion(RegionBroker broker, DestinationStatistics destinationStatistics, SystemUsage memoryManager, org.apache.activemq.thread.TaskRunnerFactory taskRunnerFactory, DestinationFactory destinationFactory)TempTopicRegion(RegionBroker broker, DestinationStatistics destinationStatistics, SystemUsage memoryManager, org.apache.activemq.thread.TaskRunnerFactory taskRunnerFactory, DestinationFactory destinationFactory)TopicRegion(RegionBroker broker, DestinationStatistics destinationStatistics, SystemUsage memoryManager, org.apache.activemq.thread.TaskRunnerFactory taskRunnerFactory, DestinationFactory destinationFactory)TopicSubscription(Broker broker, ConnectionContext context, org.apache.activemq.command.ConsumerInfo info, SystemUsage usageManager) -
Uses of SystemUsage in org.apache.activemq.broker.region.cursors
Fields in org.apache.activemq.broker.region.cursors declared as SystemUsage Modifier and Type Field Description protected SystemUsageAbstractPendingMessageCursor. systemUsageMethods in org.apache.activemq.broker.region.cursors that return SystemUsage Modifier and Type Method Description SystemUsageAbstractPendingMessageCursor. getSystemUsage()SystemUsagePendingMessageCursor. getSystemUsage()Methods in org.apache.activemq.broker.region.cursors with parameters of type SystemUsage Modifier and Type Method Description voidAbstractPendingMessageCursor. setSystemUsage(SystemUsage usageManager)voidFilePendingMessageCursor. setSystemUsage(SystemUsage usageManager)voidPendingMessageCursor. setSystemUsage(SystemUsage systemUsage)Set the UsageManagervoidStoreDurableSubscriberCursor. setSystemUsage(SystemUsage usageManager)voidStoreQueueCursor. setSystemUsage(SystemUsage usageManager) -
Uses of SystemUsage in org.apache.activemq.broker.region.policy
Methods in org.apache.activemq.broker.region.policy with parameters of type SystemUsage Modifier and Type Method Description voidPolicyEntry. configure(Broker broker, SystemUsage memoryManager, DurableTopicSubscription sub)voidPolicyEntry. configure(Broker broker, SystemUsage memoryManager, QueueBrowserSubscription sub)voidPolicyEntry. configure(Broker broker, SystemUsage memoryManager, QueueSubscription sub)voidPolicyEntry. configure(Broker broker, SystemUsage memoryManager, TopicSubscription subscription) -
Uses of SystemUsage in org.apache.activemq.store
Methods in org.apache.activemq.store with parameters of type SystemUsage Modifier and Type Method Description voidPersistenceAdapter. setUsageManager(SystemUsage usageManager) -
Uses of SystemUsage in org.apache.activemq.store.memory
Methods in org.apache.activemq.store.memory with parameters of type SystemUsage Modifier and Type Method Description voidMemoryPersistenceAdapter. setUsageManager(SystemUsage usageManager) -
Uses of SystemUsage in org.apache.activemq.usage
Methods in org.apache.activemq.usage that return SystemUsage Modifier and Type Method Description SystemUsageSystemUsage. getParent()Methods in org.apache.activemq.usage with parameters of type SystemUsage Modifier and Type Method Description voidSystemUsage. setParent(SystemUsage parent)Constructors in org.apache.activemq.usage with parameters of type SystemUsage Constructor Description SystemUsage(SystemUsage parent, String name)
-