commitDelete abstract method

Future<void> commitDelete()

Tries to commit the deletion of the entry.

If it has not been modified since the transaction was started, this will succeedta. If it was modified, a TransactionFailedException will be thrown instead.

Implementation

Future<void> commitDelete();