Uses of Interface
org.apache.activemq.artemis.core.settings.HierarchicalRepository
Packages that use HierarchicalRepository
Package
Description
-
Uses of HierarchicalRepository in org.apache.activemq.artemis.core.management.impl
Constructors in org.apache.activemq.artemis.core.management.impl with parameters of type HierarchicalRepositoryModifierConstructorDescriptionAddressControlImpl(AddressInfo addressInfo, ActiveMQServer server, PagingManager pagingManager, StorageManager storageManager, HierarchicalRepository<Set<Role>> securityRepository, SecurityStore securityStore, ManagementService managementService) QueueControlImpl(Queue queue, String address, ActiveMQServer server, StorageManager storageManager, SecurityStore securityStore, HierarchicalRepository<AddressSettings> addressSettingsRepository) -
Uses of HierarchicalRepository in org.apache.activemq.artemis.core.paging
Methods in org.apache.activemq.artemis.core.paging with parameters of type HierarchicalRepositoryModifier and TypeMethodDescriptionPagingStoreFactory.reloadStores(HierarchicalRepository<AddressSettings> addressSettingsRepository) -
Uses of HierarchicalRepository in org.apache.activemq.artemis.core.paging.impl
Methods in org.apache.activemq.artemis.core.paging.impl with parameters of type HierarchicalRepositoryModifier and TypeMethodDescriptionPagingStoreFactoryDatabase.reloadStores(HierarchicalRepository<AddressSettings> addressSettingsRepository) PagingStoreFactoryNIO.reloadStores(HierarchicalRepository<AddressSettings> addressSettingsRepository) Constructors in org.apache.activemq.artemis.core.paging.impl with parameters of type HierarchicalRepositoryModifierConstructorDescriptionPagingManagerImpl(PagingStoreFactory pagingSPI, HierarchicalRepository<AddressSettings> addressSettingsRepository) PagingManagerImpl(PagingStoreFactory pagingSPI, HierarchicalRepository<AddressSettings> addressSettingsRepository, long maxSize, long maxMessages, SimpleString managementAddress, ActiveMQServer server) PagingManagerImpl(PagingStoreFactory pagingSPI, HierarchicalRepository<AddressSettings> addressSettingsRepository, SimpleString managementAddress) -
Uses of HierarchicalRepository in org.apache.activemq.artemis.core.postoffice.impl
Constructors in org.apache.activemq.artemis.core.postoffice.impl with parameters of type HierarchicalRepositoryModifierConstructorDescriptionPostOfficeImpl(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 HierarchicalRepository in org.apache.activemq.artemis.core.security.impl
Constructors in org.apache.activemq.artemis.core.security.impl with parameters of type HierarchicalRepositoryModifierConstructorDescriptionSecurityStoreImpl(HierarchicalRepository<Set<Role>> securityRepository, ActiveMQSecurityManager securityManager, long invalidationInterval, boolean securityEnabled, String managementClusterUser, String managementClusterPassword, NotificationService notificationService, long authenticationCacheSize, long authorizationCacheSize) -
Uses of HierarchicalRepository in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server that return HierarchicalRepositoryModifier and TypeMethodDescriptionActiveMQServer.getAddressSettingsRepository()ActiveMQServer.getSecurityRepository()Methods in org.apache.activemq.artemis.core.server with parameters of type HierarchicalRepositoryModifier and TypeMethodDescriptionvoidSecuritySettingPlugin.setSecurityRepository(HierarchicalRepository<Set<Role>> securityRepository) This method is called by the broker during the start-up process. -
Uses of HierarchicalRepository in org.apache.activemq.artemis.core.server.impl
Fields in org.apache.activemq.artemis.core.server.impl declared as HierarchicalRepositoryModifier and TypeFieldDescriptionprotected final HierarchicalRepository<AddressSettings>QueueFactoryImpl.addressSettingsRepositoryMethods in org.apache.activemq.artemis.core.server.impl that return HierarchicalRepositoryModifier and TypeMethodDescriptionActiveMQServerImpl.getAddressSettingsRepository()ActiveMQServerImpl.getSecurityRepository()Methods in org.apache.activemq.artemis.core.server.impl with parameters of type HierarchicalRepositoryModifier and TypeMethodDescriptionvoidLegacyLDAPSecuritySettingPlugin.setSecurityRepository(HierarchicalRepository<Set<Role>> securityRepository) Constructors in org.apache.activemq.artemis.core.server.impl with parameters of type HierarchicalRepositoryModifierConstructorDescriptionLastValueQueue(QueueConfiguration queueConfiguration, Filter filter, 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(QueueConfiguration queueConfiguration, Filter filter, PagingStore pagingStore, PageSubscription pageSubscription, ScheduledExecutorService scheduledExecutor, PostOffice postOffice, StorageManager storageManager, HierarchicalRepository<AddressSettings> addressSettingsRepository, ArtemisExecutor executor, ActiveMQServer server, QueueFactory factory) -
Uses of HierarchicalRepository in org.apache.activemq.artemis.core.server.management
Methods in org.apache.activemq.artemis.core.server.management with parameters of type HierarchicalRepositoryModifier and TypeMethodDescriptionManagementService.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 HierarchicalRepository in org.apache.activemq.artemis.core.server.management.impl
Methods in org.apache.activemq.artemis.core.server.management.impl with parameters of type HierarchicalRepositoryModifier and TypeMethodDescriptionManagementServiceImpl.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 HierarchicalRepository in org.apache.activemq.artemis.core.server.metrics
Constructors in org.apache.activemq.artemis.core.server.metrics with parameters of type HierarchicalRepositoryModifierConstructorDescriptionMetricsManager(String brokerName, MetricsConfiguration metricsConfiguration, HierarchicalRepository<AddressSettings> addressSettingsRepository, SecurityStore securityStore, Function<Boolean, String> queueNameFunction) -
Uses of HierarchicalRepository in org.apache.activemq.artemis.core.settings.impl
Classes in org.apache.activemq.artemis.core.settings.impl that implement HierarchicalRepositoryModifier and TypeClassDescriptionclassallows objects to be mapped against a regex pattern and held in order in a list