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.util   
 

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

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

Classes in org.apache.jackrabbit.core.persistence.bundle 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.
 

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
          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
           
 

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

Subinterfaces of BLOBStore in org.apache.jackrabbit.core.persistence.util
 interface ResourceBasedBLOBStore
          Deprecated. the DataStore should be used instead
 

Classes in org.apache.jackrabbit.core.persistence.util that implement BLOBStore
 class FileSystemBLOBStore
          Deprecated. the FileDataStore should be used instead
 

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

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

Methods in org.apache.jackrabbit.core.persistence.util with parameters of type BLOBStore
static void Serializer.deserialize(PropertyState state, InputStream stream, BLOBStore blobStore)
          Deserializes a PropertyState object from the given binary stream.
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
ItemStateBinding(ErrorHandling errorHandling, BLOBStore blobStore, StringIndex nsIndex, StringIndex nameIndex, DataStore dataStore)
          Creates a new item state binding
 



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