|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.timeindexing.cache.DefaultDataCache
The default implementation of a cache which holds the actual data objects.
Constructor Summary | |
DefaultDataCache()
|
Method Summary | |
int |
addData(DataAbstraction data)
Hold a Data Object. |
boolean |
close()
Close this data cache. |
boolean |
flush()
Flush this data cache. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DefaultDataCache()
Method Detail |
public int addData(DataAbstraction data)
addData
in interface DataCache
public boolean flush()
flush
in interface DataCache
public boolean close()
close
in interface DataCache
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |