INNER CODE UNIT · Java

trycommit

jwpttcg66/redis-game-transaction · src/main/java/com/redis/transaction/GameTransactionInterface.java:41

    public void trycommit() throws GameTransactionException;

    /**
     * 获取事务原因
     * @return
     */
    public GameTransactionCause getCause();

    /**
     * 是否可以创建锁
     * @return
     */
    public boolean createGameTransactionLock() throws GameTransactionException;


    /**
     * 释放锁
     * @return

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…