Uses of Interface
org.apache.jackrabbit.core.persistence.util.BLOBStore
-
Packages that use BLOBStore Package Description org.apache.jackrabbit.core.persistence.bundle org.apache.jackrabbit.core.persistence.db This package contains the class, a simple generic JDBC-basedSimpleDbPersistenceManagerPersistenceManagerfor 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 Modifier and Type Interface Description protected static interfaceBundleFsPersistenceManager.CloseableBLOBStoreHelper interface for closeable storesMethods in org.apache.jackrabbit.core.persistence.bundle that return BLOBStore Modifier and Type Method Description protected abstract BLOBStoreAbstractBundlePersistenceManager. getBlobStore()Returns the BLOB store used by this persistence manager.protected BLOBStoreBundleFsPersistenceManager. 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 Modifier and Type Field Description protected BLOBStoreDatabasePersistenceManager. blobStoreDeprecated.BLOBStore that manages BLOB data in the file system (ifexternalBLOBs==true) -
Uses of BLOBStore in org.apache.jackrabbit.core.persistence.mem
Subinterfaces of BLOBStore in org.apache.jackrabbit.core.persistence.mem Modifier and Type Interface Description protected static interfaceInMemBundlePersistenceManager.CloseableBLOBStoreHelper interface for closeable storesClasses in org.apache.jackrabbit.core.persistence.mem that implement BLOBStore Modifier and Type Class Description protected classInMemBundlePersistenceManager.InMemBLOBStoreFields in org.apache.jackrabbit.core.persistence.mem declared as BLOBStore Modifier and Type Field Description protected BLOBStoreInMemBundlePersistenceManager. blobStoreBlob store.protected BLOBStoreInMemPersistenceManager. blobStoreDeprecated.Methods in org.apache.jackrabbit.core.persistence.mem that return BLOBStore Modifier and Type Method Description protected BLOBStoreInMemBundlePersistenceManager. getBlobStore()Returns the BLOB store used by this persistence manager. -
Uses of BLOBStore in org.apache.jackrabbit.core.persistence.pool
Subinterfaces of BLOBStore in org.apache.jackrabbit.core.persistence.pool Modifier and Type Interface Description protected static interfaceBundleDbPersistenceManager.CloseableBLOBStoreHelper interface for closeable storesClasses in org.apache.jackrabbit.core.persistence.pool that implement BLOBStore Modifier and Type Class Description protected classBundleDbPersistenceManager.DbBlobStoreImplementation of a blob store that stores the data inside the databaseprotected classBundleDbPersistenceManager.FSBlobStoreown implementation of the filesystem blob store that uses a different blob-id scheme.Methods in org.apache.jackrabbit.core.persistence.pool that return BLOBStore Modifier and Type Method Description protected BLOBStoreBundleDbPersistenceManager. 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 Modifier and Type Interface Description interfaceResourceBasedBLOBStoreResourceBasedBLOBStoreextends theBLOBStoreinterface with the methodResourceBasedBLOBStore.getResource(String)Classes in org.apache.jackrabbit.core.persistence.util that implement BLOBStore Modifier and Type Class Description classFileSystemBLOBStoreFileSystemBLOBStoreis aResourceBasedBLOBStoreimplementation that stores BLOB data in aFileSystem.Fields in org.apache.jackrabbit.core.persistence.util declared as BLOBStore Modifier and Type Field Description protected BLOBStoreBundleBinding. blobStorethe blob storeMethods in org.apache.jackrabbit.core.persistence.util that return BLOBStore Modifier and Type Method Description BLOBStoreBundleBinding. getBlobStore()Returns the blob store that is associated with this binding.Methods in org.apache.jackrabbit.core.persistence.util with parameters of type BLOBStore Modifier and Type Method Description voidNodePropBundle. addProperty(PropertyState state, BLOBStore blobStore)Creates a property entry from the given state and adds it.static voidSerializer. deserialize(PropertyState state, InputStream stream, BLOBStore blobStore)Deserializes aPropertyStateobject from the given binarystream.voidNodePropBundle. removeAllProperties(BLOBStore blobStore)Removes all property entriesvoidNodePropBundle. removeProperty(Name name, BLOBStore blobStore)Removes the proprty with the given name from this bundle.static voidSerializer. serialize(PropertyState state, OutputStream stream, BLOBStore blobStore)Serializes the specifiedPropertyStateobject to the given binarystream.Constructors in org.apache.jackrabbit.core.persistence.util with parameters of type BLOBStore Constructor Description BundleBinding(ErrorHandling errorHandling, BLOBStore blobStore, StringIndex nsIndex, StringIndex nameIndex, DataStore dataStore)Creates a new bundle binding
-