|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.esdihumboldt.hale.common.instance.orient.storage.LocalOrientDB
public class LocalOrientDB
Represents a local Orient database
Constructor Summary | |
---|---|
LocalOrientDB(File location)
Create a local Orient database. |
Method Summary | |
---|---|
void |
clear()
Delete the database and recreate it. |
void |
delete()
Delete the database. |
DatabaseReference<com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx> |
openRead()
Get a database reference with read access. NOTE: Getting the database reference locks a read lock on the database. |
DatabaseReference<com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx> |
openWrite()
Get a database reference with write access. NOTE: Getting the database reference locks a write lock on the database. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LocalOrientDB(File location)
location
- the data base locationMethod Detail |
---|
public DatabaseReference<com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx> openRead()
DatabaseReference.dispose()
must be called when the database
reference isn't needed any more.
public DatabaseReference<com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx> openWrite()
DatabaseReference.dispose()
must be called when the database
reference isn't needed any more.
public void clear()
public void delete()
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |