Interface MapStorageManager
public interface MapStorageManager
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteMapRecord(long id, boolean sync) voiddeleteMapRecordTx(long txid, long id) voidstoreMapRecord(long id, byte recordType, org.apache.activemq.artemis.core.persistence.Persister persister, Object record, boolean sync) voidstoreMapRecord(long id, byte recordType, org.apache.activemq.artemis.core.persistence.Persister persister, Object record, boolean sync, IOCompletion completionCallback)
-
Method Details
-
storeMapRecord
void storeMapRecord(long id, byte recordType, org.apache.activemq.artemis.core.persistence.Persister persister, Object record, boolean sync, IOCompletion completionCallback) throws Exception - Throws:
Exception
-
storeMapRecord
void storeMapRecord(long id, byte recordType, org.apache.activemq.artemis.core.persistence.Persister persister, Object record, boolean sync) throws Exception - Throws:
Exception
-
deleteMapRecord
- Throws:
Exception
-
deleteMapRecordTx
- Throws:
Exception
-