Uses of Class
org.biojava.utils.CommitFailure
-
Packages that use CommitFailure Package Description org.biojava.bio.annodb Databases of generic structured data (annotation) objects.org.biojava.bio.program.indexdb A flat-file ascii index of ascii flat files as per the OBDA specification.org.biojava.utils Miscellaneous utility classes used by other BioJava components. -
-
Uses of CommitFailure in org.biojava.bio.annodb
Constructors in org.biojava.bio.annodb that throw CommitFailure Constructor Description IndexedAnnotationDB(String dbName, File storeLoc, Index2Model model, List toIndex, int maxKeyLen, AnnotationType schema, IndexedAnnotationDB.ParserListenerFactory plFactory)
Create a new IndexedAnnotationDB. -
Uses of CommitFailure in org.biojava.bio.program.indexdb
Methods in org.biojava.bio.program.indexdb that throw CommitFailure Modifier and Type Method Description void
BioStore. commit()
commit
writes an index to disk. -
Uses of CommitFailure in org.biojava.utils
Methods in org.biojava.utils that throw CommitFailure Modifier and Type Method Description void
Commitable. commit()
commit
commits pending changes.
-