Interface IAsyncTransactionalMultiVersion

    • Method Detail

      • asyncCommit

        void asyncCommit​(CountedCompleter<?> sync,
                         IEpoch epoch)
        Asynchronously commits the current transaction, registering any sub-task on the provided completion sync.
      • asyncRollback

        void asyncRollback​(CountedCompleter<?> sync)
        Rolls back the changes that have been written in the transient state.