Uses of Class
org.apache.lucene.util.TwoPhaseCommitTool.CommitFailException
-
Packages that use TwoPhaseCommitTool.CommitFailException Package Description org.apache.lucene.util Some utility classes. -
-
Uses of TwoPhaseCommitTool.CommitFailException in org.apache.lucene.util
Methods in org.apache.lucene.util that throw TwoPhaseCommitTool.CommitFailException Modifier and Type Method Description static void
TwoPhaseCommitTool. execute(TwoPhaseCommit... objects)
Executes a 2-phase commit algorithm by firstTwoPhaseCommit.prepareCommit()
all objects and only if all succeed, it proceeds withTwoPhaseCommit.commit()
.
-