Interface NearTxFinishFuture

    • Method Detail

      • commit

        boolean commit()
        Returns:
        Commit flag.
      • finish

        void finish​(boolean commit,
                    boolean clearThreadMap,
                    boolean onTimeout)
        Parameters:
        commit - Commit flag.
        clearThreadMap - If true removes GridNearTxLocal from thread map.
        onTimeout - If true called from timeout handler.