Uses of Interface
org.apache.jackrabbit.core.state.ItemStateCacheFactory

Packages that use ItemStateCacheFactory
org.apache.jackrabbit.core   
org.apache.jackrabbit.core.state   
org.apache.jackrabbit.core.version   
 

Uses of ItemStateCacheFactory in org.apache.jackrabbit.core
 

Methods in org.apache.jackrabbit.core that return ItemStateCacheFactory
 ItemStateCacheFactory RepositoryImpl.getItemStateCacheFactory()
          Get the item state cache factory of this repository.
 

Methods in org.apache.jackrabbit.core with parameters of type ItemStateCacheFactory
protected  SharedItemStateManager RepositoryImpl.createItemStateManager(PersistenceManager persistMgr, NodeId rootNodeId, NodeTypeRegistry ntReg, boolean usesReferences, ItemStateCacheFactory cacheFactory, ISMLocking locking)
          Creates a SharedItemStateManager or derivative.
 

Uses of ItemStateCacheFactory in org.apache.jackrabbit.core.state
 

Classes in org.apache.jackrabbit.core.state that implement ItemStateCacheFactory
 class ManagedMLRUItemStateCacheFactory
          This class constructs new MLRUItemStateCache.
 

Constructors in org.apache.jackrabbit.core.state with parameters of type ItemStateCacheFactory
ItemStateReferenceCache(ItemStateCacheFactory cacheFactory)
          Creates a new ItemStateReferenceCache that uses a MLRUItemStateCache instance as internal secondary cache.
LocalItemStateManager(SharedItemStateManager sharedStateMgr, EventStateCollectionFactory factory, ItemStateCacheFactory cacheFactory)
          Creates a new LocalItemStateManager instance.
SharedItemStateManager(PersistenceManager persistMgr, NodeId rootNodeId, NodeTypeRegistry ntReg, boolean usesReferences, ItemStateCacheFactory cacheFactory, ISMLocking locking)
          Creates a new SharedItemStateManager instance.
XAItemStateManager(SharedItemStateManager sharedStateMgr, EventStateCollectionFactory factory, ItemStateCacheFactory cacheFactory)
          Creates a new instance of this class.
XAItemStateManager(SharedItemStateManager sharedStateMgr, EventStateCollectionFactory factory, String attributeName, ItemStateCacheFactory cacheFactory)
          Creates a new instance of this class with a custom attribute name.
 

Uses of ItemStateCacheFactory in org.apache.jackrabbit.core.version
 

Methods in org.apache.jackrabbit.core.version with parameters of type ItemStateCacheFactory
protected  VersionItemStateManager VersionManagerImpl.createItemStateManager(PersistenceManager pMgr, NodeId rootId, NodeTypeRegistry ntReg, ItemStateCacheFactory cacheFactory, ISMLocking ismLocking)
          Creates a VersionItemStateManager or derivative.
 

Constructors in org.apache.jackrabbit.core.version with parameters of type ItemStateCacheFactory
VersionItemStateManager(PersistenceManager persistMgr, NodeId rootNodeId, NodeTypeRegistry ntReg, ItemStateCacheFactory cacheFactory, ISMLocking locking)
           
VersionManagerImpl(PersistenceManager pMgr, FileSystem fs, NodeTypeRegistry ntReg, DelegatingObservationDispatcher obsMgr, NodeId rootId, NodeId rootParentId, ItemStateCacheFactory cacheFactory, ISMLocking ismLocking)
          Creates a new version manager
XAVersionManager(VersionManagerImpl vMgr, NodeTypeRegistry ntReg, SessionImpl session, ItemStateCacheFactory cacheFactory)
          Creates a new instance of this class.
 



Copyright © 2004-2008 The Apache Software Foundation. All Rights Reserved.