Uses of Interface
org.hypergraphdb.handle.HGManagedLiveHandle

Packages that use HGManagedLiveHandle
org.hypergraphdb Welcome to HyperGraphDB 
org.hypergraphdb.cache   
org.hypergraphdb.handle   
 

Uses of HGManagedLiveHandle in org.hypergraphdb
 

Methods in org.hypergraphdb that return HGManagedLiveHandle
 HGManagedLiveHandle HGAtomCache.atomRead(HGPersistentHandle pHandle, java.lang.Object atom, byte flags, long retrievalCount, long lastAccessTime)
           Inform the cache that an atom with system-level attributes has been loaded.
 

Uses of HGManagedLiveHandle in org.hypergraphdb.cache
 

Methods in org.hypergraphdb.cache that return HGManagedLiveHandle
 HGManagedLiveHandle WeakRefAtomCache.atomRead(HGPersistentHandle pHandle, java.lang.Object atom, byte flags, long retrievalCount, long lastAccessTime)
           
 HGManagedLiveHandle DefaultAtomCache.atomRead(HGPersistentHandle pHandle, java.lang.Object atom, byte flags, long retrievalCount, long lastAccessTime)
           
 

Uses of HGManagedLiveHandle in org.hypergraphdb.handle
 

Classes in org.hypergraphdb.handle that implement HGManagedLiveHandle
 class DefaultManagedLiveHandle
           
 class PhantomManagedHandle