Uses of Interface
org.apache.jackrabbit.core.state.obj.BLOBStore

Packages that use BLOBStore
org.apache.jackrabbit.core.state.mem   
org.apache.jackrabbit.core.state.obj   
 

Uses of BLOBStore in org.apache.jackrabbit.core.state.mem
 

Classes in org.apache.jackrabbit.core.state.mem that implement BLOBStore
 class InMemPersistenceManager
          InMemPersistenceManager is a very simple HashMap-based PersistenceManager for Jackrabbit that keeps all data in memory and that is capable of storing and loading its contents using a simple custom serialization format.
 

Uses of BLOBStore in org.apache.jackrabbit.core.state.obj
 

Classes in org.apache.jackrabbit.core.state.obj that implement BLOBStore
 class ObjectPersistenceManager
          ObjectPersistenceManager is a FileSystem-based PersistenceManager that persists ItemState and NodeReferences objects using a simple custom serialization format.
 

Methods in org.apache.jackrabbit.core.state.obj with parameters of type BLOBStore
static void ObjectPersistenceManager.serialize(PropertyState state, OutputStream stream, BLOBStore blobStore)
          Serializes the specified state object to the given stream.
static void ObjectPersistenceManager.deserialize(PropertyState state, InputStream stream, BLOBStore blobStore)
          Deserializes a state object from the given stream.
 



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