Uses of Class
org.apache.activemq.artemis.core.persistence.config.PersistedAddressSetting
-
-
Uses of PersistedAddressSetting in org.apache.activemq.artemis.core.persistence
Methods in org.apache.activemq.artemis.core.persistence that return types with arguments of type PersistedAddressSetting Modifier and Type Method Description List<PersistedAddressSetting>StorageManager. recoverAddressSettings()Methods in org.apache.activemq.artemis.core.persistence with parameters of type PersistedAddressSetting Modifier and Type Method Description voidStorageManager. storeAddressSetting(PersistedAddressSetting addressSetting) -
Uses of PersistedAddressSetting in org.apache.activemq.artemis.core.persistence.impl.journal
Fields in org.apache.activemq.artemis.core.persistence.impl.journal with type parameters of type PersistedAddressSetting Modifier and Type Field Description protected Map<SimpleString,PersistedAddressSetting>AbstractJournalStorageManager. mapPersistedAddressSettingsMethods in org.apache.activemq.artemis.core.persistence.impl.journal that return types with arguments of type PersistedAddressSetting Modifier and Type Method Description List<PersistedAddressSetting>AbstractJournalStorageManager. recoverAddressSettings()Methods in org.apache.activemq.artemis.core.persistence.impl.journal with parameters of type PersistedAddressSetting Modifier and Type Method Description voidAbstractJournalStorageManager. storeAddressSetting(PersistedAddressSetting addressSetting) -
Uses of PersistedAddressSetting in org.apache.activemq.artemis.core.persistence.impl.nullpm
Methods in org.apache.activemq.artemis.core.persistence.impl.nullpm that return types with arguments of type PersistedAddressSetting Modifier and Type Method Description List<PersistedAddressSetting>NullStorageManager. recoverAddressSettings()Methods in org.apache.activemq.artemis.core.persistence.impl.nullpm with parameters of type PersistedAddressSetting Modifier and Type Method Description voidNullStorageManager. storeAddressSetting(PersistedAddressSetting addressSetting)
-