Interface TransactionRecoveryFence


  • public interface TransactionRecoveryFence
    Interface for locking of the transaction recovery process
    • Method Detail

      • start

        void start()
        DataStructures are initialized first. Recovery of transaction starts immediatley after the initialization.
      • raiseFence

        void raiseFence()
        Raise the fence so that no other instance can start the recovery at the same time.
      • lowerFence

        void lowerFence()
        Lower the fence