Interface MapStorageManager
-
public interface MapStorageManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddeleteMapRecord(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 Detail
-
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
-
-