Interface TransactionalBuffer.CommitCallback

  • Enclosing class:
    TransactionalBuffer

    public static interface TransactionalBuffer.CommitCallback
    Callback is designed to execute when transaction commits.
    • Method Detail

      • execute

        void execute​(Timestamp timestamp,
                     Scn smallestScn,
                     Scn commitScn,
                     int callbackNumber)
              throws InterruptedException
        Executes callback.
        Parameters:
        timestamp - commit timestamp
        smallestScn - smallest SCN among other transactions
        commitScn - commit SCN
        callbackNumber - number of the callback in the transaction
        Throws:
        InterruptedException