Uses of Class
org.apache.activemq.artemis.core.persistence.config.PersistedKeyValuePair
-
-
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 PersistedKeyValuePair Modifier and Type Method Description Map<String,PersistedKeyValuePair>StorageManager. getPersistedKeyValuePairs(String mapId)Methods in org.apache.activemq.artemis.core.persistence with parameters of type PersistedKeyValuePair Modifier and Type Method Description voidStorageManager. 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 PersistedKeyValuePair Modifier and Type Field Description protected Map<String,Map<String,PersistedKeyValuePair>>AbstractJournalStorageManager. mapPersistedKeyValuePairsMethods in org.apache.activemq.artemis.core.persistence.impl.journal that return types with arguments of type PersistedKeyValuePair Modifier and Type Method Description Map<String,PersistedKeyValuePair>AbstractJournalStorageManager. getPersistedKeyValuePairs(String mapId)Methods in org.apache.activemq.artemis.core.persistence.impl.journal with parameters of type PersistedKeyValuePair Modifier and Type Method Description voidAbstractJournalStorageManager. 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 PersistedKeyValuePair Modifier and Type Method Description Map<String,PersistedKeyValuePair>NullStorageManager. getPersistedKeyValuePairs(String mapId)Methods in org.apache.activemq.artemis.core.persistence.impl.nullpm with parameters of type PersistedKeyValuePair Modifier and Type Method Description voidNullStorageManager. storeKeyValuePair(PersistedKeyValuePair persistedKeyValuePair)
-