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.
|
Constructor and Description |
---|
IndexedAnnotationDB(java.lang.String dbName,
java.io.File storeLoc,
Index2Model model,
java.util.List toIndex,
int maxKeyLen,
AnnotationType schema,
IndexedAnnotationDB.ParserListenerFactory plFactory)
Create a new IndexedAnnotationDB.
|
Modifier and Type | Method and Description |
---|---|
void |
BioStore.commit()
commit writes an index to disk. |
Modifier and Type | Method and Description |
---|---|
void |
Commitable.commit()
commit commits pending changes. |