Uses of Interface
org.apache.lucene.index.TwoPhaseCommit
-
Packages that use TwoPhaseCommit Package Description org.apache.lucene.index Code to maintain and access indices. -
-
Uses of TwoPhaseCommit in org.apache.lucene.index
Classes in org.apache.lucene.index that implement TwoPhaseCommit Modifier and Type Class Description class
IndexWriter
AnIndexWriter
creates and maintains an index.Methods in org.apache.lucene.index with parameters of type TwoPhaseCommit Modifier and Type Method Description static void
TwoPhaseCommitTool. execute(TwoPhaseCommit... objects)
Executes a 2-phase commit algorithm by firstprepareCommit()
all objects and only if all succeed, it proceeds withcommit()
.Constructors in org.apache.lucene.index with parameters of type TwoPhaseCommit Constructor Description CommitFailException(Throwable cause, TwoPhaseCommit obj)
Sole constructor.PrepareCommitFailException(Throwable cause, TwoPhaseCommit obj)
Sole constructor.
-