Uses of Class
org.apache.activemq.artemis.core.persistence.config.PersistedDivertConfiguration
-
-
Uses of PersistedDivertConfiguration in org.apache.activemq.artemis.core.persistence
Methods in org.apache.activemq.artemis.core.persistence that return types with arguments of type PersistedDivertConfiguration Modifier and Type Method Description List<PersistedDivertConfiguration>StorageManager. recoverDivertConfigurations()Methods in org.apache.activemq.artemis.core.persistence with parameters of type PersistedDivertConfiguration Modifier and Type Method Description voidStorageManager. storeDivertConfiguration(PersistedDivertConfiguration persistedDivertConfiguration) -
Uses of PersistedDivertConfiguration in org.apache.activemq.artemis.core.persistence.impl.journal
Fields in org.apache.activemq.artemis.core.persistence.impl.journal with type parameters of type PersistedDivertConfiguration Modifier and Type Field Description protected Map<String,PersistedDivertConfiguration>AbstractJournalStorageManager. mapPersistedDivertConfigurationsMethods in org.apache.activemq.artemis.core.persistence.impl.journal that return types with arguments of type PersistedDivertConfiguration Modifier and Type Method Description List<PersistedDivertConfiguration>AbstractJournalStorageManager. recoverDivertConfigurations()Methods in org.apache.activemq.artemis.core.persistence.impl.journal with parameters of type PersistedDivertConfiguration Modifier and Type Method Description voidAbstractJournalStorageManager. storeDivertConfiguration(PersistedDivertConfiguration persistedDivertConfiguration) -
Uses of PersistedDivertConfiguration 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 PersistedDivertConfiguration Modifier and Type Method Description List<PersistedDivertConfiguration>NullStorageManager. recoverDivertConfigurations()Methods in org.apache.activemq.artemis.core.persistence.impl.nullpm with parameters of type PersistedDivertConfiguration Modifier and Type Method Description voidNullStorageManager. storeDivertConfiguration(PersistedDivertConfiguration persistedDivertConfiguration)
-