Uses of Class
org.apache.activemq.artemis.core.settings.impl.AddressSettings
-
-
Uses of AddressSettings in org.apache.activemq.artemis.core.config
Methods in org.apache.activemq.artemis.core.config that return types with arguments of type AddressSettings Modifier and Type Method Description Map<String,AddressSettings>Configuration. getAddressesSettings()Deprecated.Map<String,AddressSettings>Configuration. getAddressSettings()Methods in org.apache.activemq.artemis.core.config with parameters of type AddressSettings Modifier and Type Method Description ConfigurationConfiguration. addAddressesSetting(String key, AddressSettings addressesSetting)Deprecated.ConfigurationConfiguration. addAddressSetting(String key, AddressSettings addressesSetting)Method parameters in org.apache.activemq.artemis.core.config with type arguments of type AddressSettings Modifier and Type Method Description ConfigurationConfiguration. setAddressesSettings(Map<String,AddressSettings> addressesSettings)Deprecated.ConfigurationConfiguration. setAddressSettings(Map<String,AddressSettings> addressSettings) -
Uses of AddressSettings in org.apache.activemq.artemis.core.config.impl
Methods in org.apache.activemq.artemis.core.config.impl that return types with arguments of type AddressSettings Modifier and Type Method Description Map<String,AddressSettings>ConfigurationImpl. getAddressesSettings()Deprecated.Map<String,AddressSettings>ConfigurationImpl. getAddressSettings()Methods in org.apache.activemq.artemis.core.config.impl with parameters of type AddressSettings Modifier and Type Method Description ConfigurationImplConfigurationImpl. addAddressesSetting(String key, AddressSettings addressesSetting)Deprecated.ConfigurationImplConfigurationImpl. addAddressSetting(String key, AddressSettings addressesSetting)Method parameters in org.apache.activemq.artemis.core.config.impl with type arguments of type AddressSettings Modifier and Type Method Description ConfigurationImplConfigurationImpl. setAddressesSettings(Map<String,AddressSettings> addressesSettings)Deprecated.ConfigurationImplConfigurationImpl. setAddressSettings(Map<String,AddressSettings> addressesSettings) -
Uses of AddressSettings in org.apache.activemq.artemis.core.deployers.impl
Methods in org.apache.activemq.artemis.core.deployers.impl that return types with arguments of type AddressSettings Modifier and Type Method Description protected Pair<String,AddressSettings>FileConfigurationParser. parseAddressSettings(Node node) -
Uses of AddressSettings in org.apache.activemq.artemis.core.management.impl
Constructor parameters in org.apache.activemq.artemis.core.management.impl with type arguments of type AddressSettings Constructor Description QueueControlImpl(Queue queue, String address, ActiveMQServer server, StorageManager storageManager, SecurityStore securityStore, HierarchicalRepository<AddressSettings> addressSettingsRepository) -
Uses of AddressSettings in org.apache.activemq.artemis.core.paging
Methods in org.apache.activemq.artemis.core.paging with parameters of type AddressSettings Modifier and Type Method Description voidPagingStore. applySetting(AddressSettings addressSettings)PageCursorProviderPagingStoreFactory. newCursorProvider(PagingStore store, StorageManager storageManager, AddressSettings addressSettings, ArtemisExecutor executor)PagingStorePagingStoreFactory. newStore(SimpleString address, AddressSettings addressSettings)Method parameters in org.apache.activemq.artemis.core.paging with type arguments of type AddressSettings Modifier and Type Method Description List<PagingStore>PagingStoreFactory. reloadStores(HierarchicalRepository<AddressSettings> addressSettingsRepository) -
Uses of AddressSettings in org.apache.activemq.artemis.core.paging.impl
Methods in org.apache.activemq.artemis.core.paging.impl with parameters of type AddressSettings Modifier and Type Method Description voidPagingStoreImpl. applySetting(AddressSettings addressSettings)PageCursorProviderPagingStoreFactoryDatabase. newCursorProvider(PagingStore store, StorageManager storageManager, AddressSettings addressSettings, ArtemisExecutor executor)PageCursorProviderPagingStoreFactoryNIO. newCursorProvider(PagingStore store, StorageManager storageManager, AddressSettings addressSettings, ArtemisExecutor executor)PagingStorePagingStoreFactoryDatabase. newStore(SimpleString address, AddressSettings settings)PagingStorePagingStoreFactoryNIO. newStore(SimpleString address, AddressSettings settings)Method parameters in org.apache.activemq.artemis.core.paging.impl with type arguments of type AddressSettings Modifier and Type Method Description List<PagingStore>PagingStoreFactoryDatabase. reloadStores(HierarchicalRepository<AddressSettings> addressSettingsRepository)List<PagingStore>PagingStoreFactoryNIO. reloadStores(HierarchicalRepository<AddressSettings> addressSettingsRepository)Constructors in org.apache.activemq.artemis.core.paging.impl with parameters of type AddressSettings Constructor Description PagingStoreImpl(SimpleString address, ScheduledExecutorService scheduledExecutor, long syncTimeout, PagingManager pagingManager, StorageManager storageManager, SequentialFileFactory fileFactory, PagingStoreFactory storeFactory, SimpleString storeName, AddressSettings addressSettings, ArtemisExecutor executor, ArtemisExecutor ioExecutor, boolean syncNonTransactional)Constructor parameters in org.apache.activemq.artemis.core.paging.impl with type arguments of type AddressSettings Constructor Description PagingManagerImpl(PagingStoreFactory pagingSPI, HierarchicalRepository<AddressSettings> addressSettingsRepository)PagingManagerImpl(PagingStoreFactory pagingSPI, HierarchicalRepository<AddressSettings> addressSettingsRepository, long maxSize, long maxMessages, SimpleString managementAddress)PagingManagerImpl(PagingStoreFactory pagingSPI, HierarchicalRepository<AddressSettings> addressSettingsRepository, SimpleString managementAddress) -
Uses of AddressSettings in org.apache.activemq.artemis.core.persistence.config
Methods in org.apache.activemq.artemis.core.persistence.config that return AddressSettings Modifier and Type Method Description AddressSettingsPersistedAddressSetting. getSetting()Constructors in org.apache.activemq.artemis.core.persistence.config with parameters of type AddressSettings Constructor Description PersistedAddressSetting(SimpleString addressMatch, AddressSettings setting) -
Uses of AddressSettings in org.apache.activemq.artemis.core.postoffice
Methods in org.apache.activemq.artemis.core.postoffice with parameters of type AddressSettings Modifier and Type Method Description booleanAddressManager. checkAutoRemoveAddress(SimpleString address, AddressInfo addressInfo, AddressSettings settings)booleanAddressManager. checkAutoRemoveAddress(SimpleString address, AddressInfo addressInfo, AddressSettings settings, boolean ignoreDelay) -
Uses of AddressSettings in org.apache.activemq.artemis.core.postoffice.impl
Methods in org.apache.activemq.artemis.core.postoffice.impl with parameters of type AddressSettings Modifier and Type Method Description booleanPostOfficeImpl. checkAutoRemoveAddress(SimpleString address, AddressInfo addressInfo, AddressSettings settings)booleanSimpleAddressManager. checkAutoRemoveAddress(SimpleString address, AddressInfo addressInfo, AddressSettings settings)booleanSimpleAddressManager. checkAutoRemoveAddress(SimpleString address, AddressInfo addressInfo, AddressSettings settings, boolean ignoreDelay)Constructor parameters in org.apache.activemq.artemis.core.postoffice.impl with type arguments of type AddressSettings Constructor Description PostOfficeImpl(ActiveMQServer server, StorageManager storageManager, PagingManager pagingManager, QueueFactory bindableFactory, ManagementService managementService, long expiryReaperPeriod, long addressQueueReaperPeriod, WildcardConfiguration wildcardConfiguration, int idCacheSize, boolean persistIDCache, HierarchicalRepository<AddressSettings> addressSettingsRepository) -
Uses of AddressSettings in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server that return types with arguments of type AddressSettings Modifier and Type Method Description HierarchicalRepository<AddressSettings>ActiveMQServer. getAddressSettingsRepository() -
Uses of AddressSettings in org.apache.activemq.artemis.core.server.impl
Fields in org.apache.activemq.artemis.core.server.impl with type parameters of type AddressSettings Modifier and Type Field Description protected HierarchicalRepository<AddressSettings>QueueFactoryImpl. addressSettingsRepositoryMethods in org.apache.activemq.artemis.core.server.impl that return types with arguments of type AddressSettings Modifier and Type Method Description HierarchicalRepository<AddressSettings>ActiveMQServerImpl. getAddressSettingsRepository()Methods in org.apache.activemq.artemis.core.server.impl with parameters of type AddressSettings Modifier and Type Method Description static voidQueueConfigurationUtils. applyDynamicQueueDefaults(QueueConfiguration config, AddressSettings as)Constructor parameters in org.apache.activemq.artemis.core.server.impl with type arguments of type AddressSettings Constructor Description LastValueQueue(long persistenceID, SimpleString address, SimpleString name, Filter filter, PagingStore pagingStore, PageSubscription pageSubscription, SimpleString user, boolean durable, boolean temporary, boolean autoCreated, RoutingType routingType, Integer maxConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, SimpleString groupFirstKey, Integer consumersBeforeDispatch, Long delayBeforeDispatch, Boolean purgeOnNoConsumers, SimpleString lastValueKey, Boolean nonDestructive, Boolean autoDelete, Long autoDeleteDelay, Long autoDeleteMessageCount, boolean configurationManaged, ScheduledExecutorService scheduledExecutor, PostOffice postOffice, StorageManager storageManager, HierarchicalRepository<AddressSettings> addressSettingsRepository, ArtemisExecutor executor, ActiveMQServer server, QueueFactory factory)Deprecated.LastValueQueue(QueueConfiguration queueConfiguration, PagingStore pagingStore, PageSubscription pageSubscription, ScheduledExecutorService scheduledExecutor, PostOffice postOffice, StorageManager storageManager, HierarchicalRepository<AddressSettings> addressSettingsRepository, ArtemisExecutor executor, ActiveMQServer server, QueueFactory factory)QueueFactoryImpl(ExecutorFactory executorFactory, ScheduledExecutorService scheduledExecutor, HierarchicalRepository<AddressSettings> addressSettingsRepository, StorageManager storageManager, ActiveMQServer server)QueueImpl(long id, SimpleString address, SimpleString name, Filter filter, SimpleString user, boolean durable, boolean temporary, boolean autoCreated, ScheduledExecutorService scheduledExecutor, PostOffice postOffice, StorageManager storageManager, HierarchicalRepository<AddressSettings> addressSettingsRepository, ArtemisExecutor executor, ActiveMQServer server, QueueFactory factory)Deprecated.QueueImpl(long id, SimpleString address, SimpleString name, Filter filter, PagingStore pagingStore, PageSubscription pageSubscription, SimpleString user, boolean durable, boolean temporary, boolean autoCreated, ScheduledExecutorService scheduledExecutor, PostOffice postOffice, StorageManager storageManager, HierarchicalRepository<AddressSettings> addressSettingsRepository, ArtemisExecutor executor, ActiveMQServer server, QueueFactory factory)Deprecated.QueueImpl(long id, SimpleString address, SimpleString name, Filter filter, PagingStore pagingStore, PageSubscription pageSubscription, SimpleString user, boolean durable, boolean temporary, boolean autoCreated, RoutingType routingType, Integer maxConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, Boolean purgeOnNoConsumers, Boolean autoDelete, Long autoDeleteDelay, Long autoDeleteMessageCount, boolean configurationManaged, ScheduledExecutorService scheduledExecutor, PostOffice postOffice, StorageManager storageManager, HierarchicalRepository<AddressSettings> addressSettingsRepository, ArtemisExecutor executor, ActiveMQServer server, QueueFactory factory)Deprecated.QueueImpl(long id, SimpleString address, SimpleString name, Filter filter, PagingStore pagingStore, PageSubscription pageSubscription, SimpleString user, boolean durable, boolean temporary, boolean autoCreated, RoutingType routingType, Integer maxConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, SimpleString groupFirstKey, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, Boolean purgeOnNoConsumers, Boolean autoDelete, Long autoDeleteDelay, Long autoDeleteMessageCount, boolean configurationManaged, Long ringSize, ScheduledExecutorService scheduledExecutor, PostOffice postOffice, StorageManager storageManager, HierarchicalRepository<AddressSettings> addressSettingsRepository, ArtemisExecutor executor, ActiveMQServer server, QueueFactory factory)Deprecated.QueueImpl(long id, SimpleString address, SimpleString name, Filter filter, PagingStore pagingStore, PageSubscription pageSubscription, SimpleString user, boolean durable, boolean temporary, boolean autoCreated, RoutingType routingType, Integer maxConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, SimpleString groupFirstKey, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, Boolean purgeOnNoConsumers, Boolean autoDelete, Long autoDeleteDelay, Long autoDeleteMessageCount, boolean configurationManaged, ScheduledExecutorService scheduledExecutor, PostOffice postOffice, StorageManager storageManager, HierarchicalRepository<AddressSettings> addressSettingsRepository, ArtemisExecutor executor, ActiveMQServer server, QueueFactory factory)Deprecated.QueueImpl(long id, SimpleString address, SimpleString name, Filter filter, PagingStore pagingStore, PageSubscription pageSubscription, SimpleString user, boolean durable, boolean temporary, boolean autoCreated, RoutingType routingType, Integer maxConsumers, Boolean exclusive, Boolean purgeOnNoConsumers, ScheduledExecutorService scheduledExecutor, PostOffice postOffice, StorageManager storageManager, HierarchicalRepository<AddressSettings> addressSettingsRepository, ArtemisExecutor executor, ActiveMQServer server, QueueFactory factory)Deprecated.QueueImpl(long id, SimpleString address, SimpleString name, Filter filter, PagingStore pagingStore, PageSubscription pageSubscription, SimpleString user, boolean durable, boolean temporary, boolean autoCreated, RoutingType routingType, Integer maxConsumers, Boolean purgeOnNoConsumers, ScheduledExecutorService scheduledExecutor, PostOffice postOffice, StorageManager storageManager, HierarchicalRepository<AddressSettings> addressSettingsRepository, ArtemisExecutor executor, ActiveMQServer server, QueueFactory factory)Deprecated.QueueImpl(QueueConfiguration queueConfiguration, PagingStore pagingStore, PageSubscription pageSubscription, ScheduledExecutorService scheduledExecutor, PostOffice postOffice, StorageManager storageManager, HierarchicalRepository<AddressSettings> addressSettingsRepository, ArtemisExecutor executor, ActiveMQServer server, QueueFactory factory) -
Uses of AddressSettings in org.apache.activemq.artemis.core.server.management
Method parameters in org.apache.activemq.artemis.core.server.management with type arguments of type AddressSettings Modifier and Type Method Description ActiveMQServerControlImplManagementService. registerServer(PostOffice postOffice, SecurityStore securityStore, StorageManager storageManager, Configuration configuration, HierarchicalRepository<AddressSettings> addressSettingsRepository, HierarchicalRepository<Set<Role>> securityRepository, ResourceManager resourceManager, RemotingService remotingService, ActiveMQServer messagingServer, QueueFactory queueFactory, ScheduledExecutorService scheduledThreadPool, PagingManager pagingManager, boolean backup) -
Uses of AddressSettings in org.apache.activemq.artemis.core.server.management.impl
Method parameters in org.apache.activemq.artemis.core.server.management.impl with type arguments of type AddressSettings Modifier and Type Method Description ActiveMQServerControlImplManagementServiceImpl. registerServer(PostOffice postOffice, SecurityStore securityStore, StorageManager storageManager1, Configuration configuration, HierarchicalRepository<AddressSettings> addressSettingsRepository, HierarchicalRepository<Set<Role>> securityRepository, ResourceManager resourceManager, RemotingService remotingService, ActiveMQServer messagingServer, QueueFactory queueFactory, ScheduledExecutorService scheduledThreadPool, PagingManager pagingManager, boolean backup) -
Uses of AddressSettings in org.apache.activemq.artemis.core.server.metrics
Constructor parameters in org.apache.activemq.artemis.core.server.metrics with type arguments of type AddressSettings Constructor Description MetricsManager(String brokerName, MetricsConfiguration metricsConfiguration, HierarchicalRepository<AddressSettings> addressSettingsRepository) -
Uses of AddressSettings in org.apache.activemq.artemis.core.settings.impl
Methods in org.apache.activemq.artemis.core.settings.impl that return AddressSettings Modifier and Type Method Description AddressSettingsAddressSettings. setAddressFullMessagePolicy(AddressFullMessagePolicy addressFullMessagePolicy)AddressSettingsAddressSettings. setAutoCreateAddresses(Boolean autoCreateAddresses)AddressSettingsAddressSettings. setAutoCreateDeadLetterResources(boolean value)AddressSettingsAddressSettings. setAutoCreateExpiryResources(boolean value)AddressSettingsAddressSettings. setAutoCreateJmsQueues(boolean autoCreateJmsQueues)Deprecated.AddressSettingsAddressSettings. setAutoCreateJmsTopics(boolean autoCreateJmsTopics)Deprecated.AddressSettingsAddressSettings. setAutoCreateQueues(Boolean autoCreateQueues)AddressSettingsAddressSettings. setAutoDeleteAddresses(Boolean autoDeleteAddresses)AddressSettingsAddressSettings. setAutoDeleteAddressesDelay(long autoDeleteAddressesDelay)AddressSettingsAddressSettings. setAutoDeleteCreatedQueues(Boolean autoDeleteCreatedQueues)AddressSettingsAddressSettings. setAutoDeleteJmsQueues(boolean autoDeleteJmsQueues)Deprecated.AddressSettingsAddressSettings. setAutoDeleteJmsTopics(boolean autoDeleteJmsTopics)Deprecated.AddressSettingsAddressSettings. setAutoDeleteQueues(Boolean autoDeleteQueues)AddressSettingsAddressSettings. setAutoDeleteQueuesDelay(long autoDeleteQueuesDelay)AddressSettingsAddressSettings. setAutoDeleteQueuesMessageCount(long autoDeleteQueuesMessageCount)AddressSettingsAddressSettings. setConfigDeleteAddresses(DeletionPolicy configDeleteAddresses)AddressSettingsAddressSettings. setConfigDeleteDiverts(DeletionPolicy configDeleteDiverts)AddressSettingsAddressSettings. setConfigDeleteQueues(DeletionPolicy configDeleteQueues)AddressSettingsAddressSettings. setDeadLetterAddress(SimpleString deadLetterAddress)AddressSettingsAddressSettings. setDeadLetterQueuePrefix(SimpleString value)AddressSettingsAddressSettings. setDeadLetterQueueSuffix(SimpleString value)AddressSettingsAddressSettings. setDefaultAddressRoutingType(RoutingType defaultAddressRoutingType)AddressSettingsAddressSettings. setDefaultConsumersBeforeDispatch(Integer defaultConsumersBeforeDispatch)AddressSettingsAddressSettings. setDefaultConsumerWindowSize(int defaultConsumerWindowSize)AddressSettingsAddressSettings. setDefaultDelayBeforeDispatch(Long defaultDelayBeforeDispatch)AddressSettingsAddressSettings. setDefaultExclusiveQueue(Boolean defaultExclusiveQueue)AddressSettingsAddressSettings. setDefaultGroupBuckets(int defaultGroupBuckets)AddressSettingsAddressSettings. setDefaultGroupFirstKey(SimpleString defaultGroupFirstKey)AddressSettingsAddressSettings. setDefaultGroupRebalance(boolean defaultGroupRebalance)AddressSettingsAddressSettings. setDefaultGroupRebalancePauseDispatch(boolean defaultGroupRebalancePauseDispatch)AddressSettingsAddressSettings. setDefaultLastValueKey(SimpleString defaultLastValueKey)AddressSettingsAddressSettings. setDefaultLastValueQueue(boolean defaultLastValueQueue)AddressSettingsAddressSettings. setDefaultMaxConsumers(Integer defaultMaxConsumers)AddressSettingsAddressSettings. setDefaultNonDestructive(boolean defaultNonDestructive)AddressSettingsAddressSettings. setDefaultPurgeOnNoConsumers(Boolean defaultPurgeOnNoConsumers)AddressSettingsAddressSettings. setDefaultQueueRoutingType(RoutingType defaultQueueRoutingType)AddressSettingsAddressSettings. setDefaultRingSize(long defaultRingSize)AddressSettingsAddressSettings. setEnableIngressTimestamp(boolean enableIngressTimestamp)AddressSettingsAddressSettings. setEnableMetrics(boolean enableMetrics)AddressSettingsAddressSettings. setExpiryAddress(SimpleString expiryAddress)AddressSettingsAddressSettings. setExpiryDelay(Long expiryDelay)AddressSettingsAddressSettings. setExpiryQueuePrefix(SimpleString value)AddressSettingsAddressSettings. setExpiryQueueSuffix(SimpleString value)AddressSettingsAddressSettings. setManagementBrowsePageSize(int managementBrowsePageSize)AddressSettingsAddressSettings. setManagementMessageAttributeSizeLimit(int managementMessageAttributeSizeLimit)AddressSettingsAddressSettings. setMaxDeliveryAttempts(int maxDeliveryAttempts)AddressSettingsAddressSettings. setMaxExpiryDelay(Long maxExpiryDelay)AddressSettingsAddressSettings. setMaxReadPageBytes(int maxReadPageBytes)AddressSettingsAddressSettings. setMaxReadPageMessages(int maxReadPageMessages)AddressSettingsAddressSettings. setMaxRedeliveryDelay(long maxRedeliveryDelay)AddressSettingsAddressSettings. setMaxSizeBytes(long maxSizeBytes)AddressSettingsAddressSettings. setMaxSizeBytesRejectThreshold(long maxSizeBytesRejectThreshold)AddressSettingsAddressSettings. setMaxSizeMessages(long maxSizeMessages)AddressSettingsAddressSettings. setMessageCounterHistoryDayLimit(int messageCounterHistoryDayLimit)AddressSettingsAddressSettings. setMinExpiryDelay(Long minExpiryDelay)AddressSettingsAddressSettings. setPageCacheMaxSize(int pageMaxCache)AddressSettingsAddressSettings. setPageSizeBytes(int pageSize)AddressSettingsAddressSettings. setQueuePrefetch(int queuePrefetch)AddressSettingsAddressSettings. setRedeliveryCollisionAvoidanceFactor(double redeliveryCollisionAvoidanceFactor)AddressSettingsAddressSettings. setRedeliveryDelay(long redeliveryDelay)AddressSettingsAddressSettings. setRedeliveryMultiplier(double redeliveryMultiplier)AddressSettingsAddressSettings. setRedistributionDelay(long redistributionDelay)AddressSettingsAddressSettings. setRetroactiveMessageCount(long defaultRetroactiveMessageCount)AddressSettingsAddressSettings. setSendToDLAOnNoRoute(boolean value)AddressSettingsAddressSettings. setSlowConsumerCheckPeriod(long slowConsumerCheckPeriod)AddressSettingsAddressSettings. setSlowConsumerPolicy(SlowConsumerPolicy slowConsumerPolicy)AddressSettingsAddressSettings. setSlowConsumerThreshold(long slowConsumerThreshold)AddressSettingsAddressSettings. setSlowConsumerThresholdMeasurementUnit(SlowConsumerThresholdMeasurementUnit slowConsumerThresholdMeasurementUnit)Methods in org.apache.activemq.artemis.core.settings.impl with parameters of type AddressSettings Modifier and Type Method Description voidAddressSettings. merge(AddressSettings merged)merge 2 objects in to 1Constructors in org.apache.activemq.artemis.core.settings.impl with parameters of type AddressSettings Constructor Description AddressSettings(AddressSettings other)
-