protected class SequentialWriter.TransactionalProxy extends Transactional.AbstractTransactional
Transactional.AbstractTransactional.State
Transactional.AbstractTransactional
Modifier | Constructor and Description |
---|---|
protected |
TransactionalProxy() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Throwable |
doAbort(java.lang.Throwable accumulate) |
protected java.lang.Throwable |
doCommit(java.lang.Throwable accumulate) |
protected java.lang.Throwable |
doPreCleanup(java.lang.Throwable accumulate)
perform an exception-safe pre-abort cleanup; this will still be run *after* commit
|
protected void |
doPrepare()
Do any preparatory work prior to commit.
|
abort, abort, close, commit, commit, doPostCleanup, finish, permitRedundantTransitions, prepareToCommit, state
protected java.lang.Throwable doPreCleanup(java.lang.Throwable accumulate)
Transactional.AbstractTransactional
doPreCleanup
in class Transactional.AbstractTransactional
protected void doPrepare()
Transactional.AbstractTransactional
doPrepare
in class Transactional.AbstractTransactional
protected java.lang.Throwable doCommit(java.lang.Throwable accumulate)
doCommit
in class Transactional.AbstractTransactional
protected java.lang.Throwable doAbort(java.lang.Throwable accumulate)
doAbort
in class Transactional.AbstractTransactional
Copyright © 2019 The Apache Software Foundation