Uses of Interface
org.apache.jackrabbit.core.persistence.util.BLOBStore

Packages that use BLOBStore
org.apache.jackrabbit.core.persistence.bundle   
org.apache.jackrabbit.core.persistence.db This package contains the class SimpleDbPersistenceManager, a simple generic JDBC-based PersistenceManager for Jackrabbit. 
org.apache.jackrabbit.core.persistence.mem   
org.apache.jackrabbit.core.persistence.pool   
org.apache.jackrabbit.core.persistence.util   
 

Uses of BLOBStore in org.apache.jackrabbit.core.persistence.bundle
 

Subinterfaces of BLOBStore in org.apache.jackrabbit.core.persistence.bundle
protected static interface BundleFsPersistenceManager.CloseableBLOBStore
          Helper interface for closeable stores
 

Methods in org.apache.jackrabbit.core.persistence.bundle that return BLOBStore
protected  BLOBStore BundleFsPersistenceManager.getBlobStore()
          Returns the BLOB store used by this persistence manager.
protected abstract  BLOBStore AbstractBundlePersistenceManager.getBlobStore()
          Returns the BLOB store used by this persistence manager.
 

Uses of BLOBStore in org.apache.jackrabbit.core.persistence.db
 

Fields in org.apache.jackrabbit.core.persistence.db declared as BLOBStore
protected  BLOBStore DatabasePersistenceManager.blobStore
          Deprecated. BLOBStore that manages BLOB data in the file system (if externalBLOBs==true)
 

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

Fields in org.apache.jackrabbit.core.persistence.mem declared as BLOBStore
protected  BLOBStore InMemPersistenceManager.blobStore
          Deprecated.  
 

Uses of BLOBStore in org.apache.jackrabbit.core.persistence.pool
 

Subinterfaces of BLOBStore in org.apache.jackrabbit.core.persistence.pool
protected static interface BundleDbPersistenceManager.CloseableBLOBStore
          Helper interface for closeable stores
 

Classes in org.apache.jackrabbit.core.persistence.pool that implement BLOBStore
protected  class BundleDbPersistenceManager.DbBlobStore
          Implementation of a blob store that stores the data inside the database
protected  class BundleDbPersistenceManager.FSBlobStore
          own implementation of the filesystem blob store that uses a different blob-id scheme.
 

Methods in org.apache.jackrabbit.core.persistence.pool that return BLOBStore
protected  BLOBStore BundleDbPersistenceManager.getBlobStore()
          Returns the BLOB store used by this persistence manager.
 

Uses of BLOBStore in org.apache.jackrabbit.core.persistence.util
 

Subinterfaces of BLOBStore in org.apache.jackrabbit.core.persistence.util
 interface ResourceBasedBLOBStore
          ResourceBasedBLOBStore extends the BLOBStore interface with the method ResourceBasedBLOBStore.getResource(String) Note that The DataStore should nowadays be used instead of the BLOBStore.
 

Classes in org.apache.jackrabbit.core.persistence.util that implement BLOBStore
 class FileSystemBLOBStore
          FileSystemBLOBStore is a ResourceBasedBLOBStore implementation that stores BLOB data in a FileSystem.
 

Fields in org.apache.jackrabbit.core.persistence.util declared as BLOBStore
protected  BLOBStore BundleBinding.blobStore
          the blob store
 

Methods in org.apache.jackrabbit.core.persistence.util that return BLOBStore
 BLOBStore BundleBinding.getBlobStore()
          Returns the blob store that is assosiated with this binding.
 

Methods in org.apache.jackrabbit.core.persistence.util with parameters of type BLOBStore
 void NodePropBundle.addProperty(PropertyState state, BLOBStore blobStore)
          Creates a property entry from the given state and adds it.
static void Serializer.deserialize(PropertyState state, InputStream stream, BLOBStore blobStore)
          Deserializes a PropertyState object from the given binary stream.
 void NodePropBundle.removeAllProperties(BLOBStore blobStore)
          Removes all property entries
 void NodePropBundle.removeProperty(Name name, BLOBStore blobStore)
          Removes the proprty with the given name from this bundle.
static void Serializer.serialize(PropertyState state, OutputStream stream, BLOBStore blobStore)
          Serializes the specified PropertyState object to the given binary stream.
 

Constructors in org.apache.jackrabbit.core.persistence.util with parameters of type BLOBStore
BundleBinding(ErrorHandling errorHandling, BLOBStore blobStore, StringIndex nsIndex, StringIndex nameIndex, DataStore dataStore)
          Creates a new bundle binding
 



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