|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.modelsphere.jack.baseDb.db.Db
org.modelsphere.jack.baseDb.db.DbRAM
public final class DbRAM
RAM implementation of the modelsphere database. All the graph's objects are available in memory.
This implementation uses the java serialization mechanisms for persistence.
Field Summary | |
---|---|
static java.lang.String |
DISPLAY_NAME
|
Constructor Summary | |
---|---|
DbRAM()
|
Method Summary | |
---|---|
void |
cluster(java.lang.Object obj,
java.lang.Object container)
|
void |
fetch(java.lang.Object obj)
|
java.lang.String |
getDBMSName()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String DISPLAY_NAME
Constructor Detail |
---|
public DbRAM()
Method Detail |
---|
public final java.lang.String getDBMSName()
getDBMSName
in class Db
public final void fetch(java.lang.Object obj) throws DbException
fetch
in class Db
DbException
public final void cluster(java.lang.Object obj, java.lang.Object container) throws DbException
cluster
in class Db
DbException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |