| java.lang.Object org.griphyn.vdl.router.StackElement
StackElement | public class StackElement (Code) | | This class maintains each element in the nesting of Definitions.
It turned out that the caching for LFNs etc must also be kept in
the stack instead of globally. In some cases, the caching may be
adverse to the performance, though.
author: Jens-S. Vöckler author: Yong Zhao version: $Revision $ |
StackElement | public StackElement(DatabaseSchema schema)(Code) | | ctor: Initializes the local caches and the major data element.
Parameters: schema - is a database backend manager |
getDatabaseSchema | public DatabaseSchema getDatabaseSchema()(Code) | | Obtains the reference to the database backend manager.
a handle to the database backend manager. |
getLFNCache | public Cache getLFNCache()(Code) | | Obtains the reference to the transient LFN cache.
a handle to the transient LFN cache, or null for no caching. |
getTRCache | public Cache getTRCache()(Code) | | Obtains the reference to the transient TR cache.
a handle to the transient TR cache, or null for no caching. |
|
|