Class IgniteTxLocalAdapter.PostLockClosure1<T>

    • Constructor Detail

      • PostLockClosure1

        protected PostLockClosure1​(T arg)
        Creates a Post-Lock closure that will pass the argument given to the postLock method.
        Parameters:
        arg - Argument for postLock.
      • PostLockClosure1

        protected PostLockClosure1​(T arg,
                                   boolean commit)
        Creates a Post-Lock closure that will pass the argument given to the postLock method.
        Parameters:
        arg - Argument for postLock.
        commit - Flag indicating whether commit should be done after postLock.