Class IgniteTxLocalStateAdapter

    • Constructor Detail

      • IgniteTxLocalStateAdapter

        public IgniteTxLocalStateAdapter()
    • Method Detail

      • onTxEnd

        protected final void onTxEnd​(GridCacheContext cacheCtx,
                                     IgniteInternalTx tx,
                                     boolean commit)
        Parameters:
        cacheCtx - Cache context.
        tx - Transaction.
        commit - False if transaction rolled back.