128129130131132133134135
enqueue(prepare, prepare); } @Override public void commit(GlobalTransaction tx) throws CacheLoaderException { Commit commit = new Commit(tx); enqueue(commit, commit); }
127128129130131132133134