Interface MapStorageManager


public interface MapStorageManager
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    deleteMapRecord(long id, boolean sync)
     
    void
    deleteMapRecordTx(long txid, long id)
     
    void
    storeMapRecord(long id, byte recordType, org.apache.activemq.artemis.core.persistence.Persister persister, Object record, boolean sync)
     
    void
    storeMapRecord(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

      void deleteMapRecord(long id, boolean sync) throws Exception
      Throws:
      Exception
    • deleteMapRecordTx

      void deleteMapRecordTx(long txid, long id) throws Exception
      Throws:
      Exception