|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
K - key is record id in storageV - value is lazily fetch recordpublic interface PrimaryStoreMap<K extends java.lang.Long,V>
Primary map which stores references to storage entries. PrimaryHashMap or PrimaryTreeMap stores keys and values as part of index. This map stores only record id and values are fetch lazily.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
java.util.Map.Entry<K,V> |
| Method Summary | |
|---|---|
java.lang.Long |
putValue(V v)
|
| Methods inherited from interface jdbm.PrimaryMap |
|---|
inverseHashView, secondaryHashMap, secondaryHashMapManyToOne, secondaryTreeMap, secondaryTreeMap, secondaryTreeMapManyToOne, secondaryTreeMapManyToOne |
| Methods inherited from interface jdbm.helper.JdbmBase |
|---|
addRecordListener, find, getRecordManager, removeRecordListener |
| Methods inherited from interface java.util.Map |
|---|
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
| Method Detail |
|---|
java.lang.Long putValue(V v)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||