|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectplanetj.dataengine.cache.RowKeyTableCache
A cache which holds Objects based on RowKeys and Tables.
| Constructor Summary | |
RowKeyTableCache()
RowKeyCache constructor comment. |
|
| Method Summary | |
boolean |
add(RowKey key,
TableCollection tables,
java.lang.Object o)
Adds an object to the cache, based on a RowKey and Table |
java.lang.Object |
get(RowKey key,
TableCollection tables)
Gets an Object out of the cache |
java.util.List |
getAll(Table table)
Returns all the Objects for a given table that are in the cache. |
java.util.List |
getAll(TableCollection tc)
Returns all the Objects for a given table collection that are in the cache. |
protected java.util.Map |
getTableMap(TableCollection tc)
Gets the table map for the specified table collection |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RowKeyTableCache()
| Method Detail |
public boolean add(RowKey key,
TableCollection tables,
java.lang.Object o)
public java.lang.Object get(RowKey key,
TableCollection tables)
public java.util.List getAll(TableCollection tc)
public java.util.List getAll(Table table)
protected java.util.Map getTableMap(TableCollection tc)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||