SongJing Zhang 写道:
long lockId = table.startUpdate(new Text("myRow"));
...
...
....
table.commit(lockId);  ||   table.abort(lockId);
You're right, but I just wrote simplified version of yours.



Reply via email to