Interface MapStorageManager


  • public interface MapStorageManager
    • 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
      • deleteMapRecord

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

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