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