Package | Description |
---|---|
org.hypergraphdb |
Welcome to HyperGraphDB
|
org.hypergraphdb.cache |
Modifier and Type | Method and Description |
---|---|
HGLiveHandle |
HGAtomCache.atomAdded(HGPersistentHandle pHandle,
Object atom,
HGAtomAttrib attrib)
Inform the cache that a new atom has just been added to the database.
|
HGLiveHandle |
HGAtomCache.atomRead(HGPersistentHandle pHandle,
Object atom,
HGAtomAttrib attrib)
Inform the cache that an atom has just been read from persistent storage.
|
Modifier and Type | Method and Description |
---|---|
HGLiveHandle |
WeakRefAtomCache.atomAdded(HGPersistentHandle pHandle,
Object atom,
HGAtomAttrib attrib) |
HGLiveHandle |
DefaultAtomCache.atomAdded(HGPersistentHandle pHandle,
Object atom,
HGAtomAttrib attrib) |
HGLiveHandle |
PhantomRefAtomCache.atomAdded(HGPersistentHandle pHandle,
Object atom,
HGAtomAttrib attrib) |
HGLiveHandle |
WeakRefAtomCache.atomRead(HGPersistentHandle pHandle,
Object atom,
HGAtomAttrib attrib) |
HGLiveHandle |
DefaultAtomCache.atomRead(HGPersistentHandle pHandle,
Object atom,
HGAtomAttrib attrib)
Associate an atom instance and a persistent handle with a live handle.
|
HGLiveHandle |
PhantomRefAtomCache.atomRead(HGPersistentHandle pHandle,
Object atom,
HGAtomAttrib attrib) |
Copyright © 2015. All rights reserved.