Class AbstractHashMapPersister<K,V>

java.lang.Object
org.apache.activemq.artemis.core.journal.collections.AbstractHashMapPersister<K,V>
All Implemented Interfaces:
Persister<JournalHashMap.MapRecord<K,V>>
Direct Known Subclasses:
AckRetry.Persister

public abstract class AbstractHashMapPersister<K,V> extends Object implements Persister<JournalHashMap.MapRecord<K,V>>