Uses of Class
org.apache.activemq.artemis.core.persistence.config.PersistedKeyValuePair
Packages that use PersistedKeyValuePair
Package
Description
-
Uses of PersistedKeyValuePair in org.apache.activemq.artemis.core.persistence
Methods in org.apache.activemq.artemis.core.persistence that return types with arguments of type PersistedKeyValuePairMethods in org.apache.activemq.artemis.core.persistence with parameters of type PersistedKeyValuePairModifier and TypeMethodDescriptionvoidStorageManager.storeKeyValuePair(PersistedKeyValuePair persistedKeyValuePair) -
Uses of PersistedKeyValuePair in org.apache.activemq.artemis.core.persistence.impl.journal
Fields in org.apache.activemq.artemis.core.persistence.impl.journal with type parameters of type PersistedKeyValuePairModifier and TypeFieldDescriptionprotected final ConcurrentMap<String,ConcurrentMap<String, PersistedKeyValuePair>> AbstractJournalStorageManager.mapPersistedKeyValuePairsMethods in org.apache.activemq.artemis.core.persistence.impl.journal that return types with arguments of type PersistedKeyValuePairModifier and TypeMethodDescriptionAbstractJournalStorageManager.getPersistedKeyValuePairs(String mapId) Methods in org.apache.activemq.artemis.core.persistence.impl.journal with parameters of type PersistedKeyValuePairModifier and TypeMethodDescriptionvoidAbstractJournalStorageManager.storeKeyValuePair(PersistedKeyValuePair persistedKeyValuePair) -
Uses of PersistedKeyValuePair 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 PersistedKeyValuePairMethods in org.apache.activemq.artemis.core.persistence.impl.nullpm with parameters of type PersistedKeyValuePairModifier and TypeMethodDescriptionvoidNullStorageManager.storeKeyValuePair(PersistedKeyValuePair persistedKeyValuePair)