Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.ecm.core.storage.sql.BinaryManager

Packages that use BinaryManager
org.nuxeo.ecm.core.storage.sql Implementation of a Nuxeo repository over an SQL database. 
org.nuxeo.ecm.core.storage.sql.jdbc.dialect Database Dialects implementations; a Dialect encapsulates knowledge about database-specific behavior. 
org.nuxeo.ecm.core.storage.sql.net   
 

Uses of BinaryManager in org.nuxeo.ecm.core.storage.sql
 

Classes in org.nuxeo.ecm.core.storage.sql that implement BinaryManager
 class DefaultBinaryManager
          A simple filesystem-based binary manager.
 class XORBinaryManager
          A simple binary manager that "hides" binaries on the filesystem by scrambling them on write and unscrambling them on read using XOR.
 

Fields in org.nuxeo.ecm.core.storage.sql with type parameters of type BinaryManager
 Class<? extends BinaryManager> RepositoryDescriptor.binaryManagerClass
           
 

Methods in org.nuxeo.ecm.core.storage.sql that return BinaryManager
 BinaryManager RepositoryImpl.getBinaryManager()
           
static BinaryManager RepositoryResolver.getBinaryManager(String repositoryName)
           
 

Uses of BinaryManager in org.nuxeo.ecm.core.storage.sql.jdbc.dialect
 

Methods in org.nuxeo.ecm.core.storage.sql.jdbc.dialect that return BinaryManager
 BinaryManager Dialect.getBinaryManager()
           
 

Methods in org.nuxeo.ecm.core.storage.sql.jdbc.dialect with parameters of type BinaryManager
static Dialect Dialect.createDialect(Connection connection, BinaryManager binaryManager, RepositoryDescriptor repositoryDescriptor)
          Creates a Dialect by connecting to the datasource to check what database is used.
 

Constructors in org.nuxeo.ecm.core.storage.sql.jdbc.dialect with parameters of type BinaryManager
Dialect(DatabaseMetaData metadata, BinaryManager binaryManager, RepositoryDescriptor repositoryDescriptor)
           
DialectDerby(DatabaseMetaData metadata, BinaryManager binaryManager, RepositoryDescriptor repositoryDescriptor)
           
DialectH2(DatabaseMetaData metadata, BinaryManager binaryManager, RepositoryDescriptor repositoryDescriptor)
           
DialectHSQLDB(DatabaseMetaData metadata, BinaryManager binaryManager, RepositoryDescriptor repositoryDescriptor)
           
DialectMySQL(DatabaseMetaData metadata, BinaryManager binaryManager, RepositoryDescriptor repositoryDescriptor)
           
DialectOracle(DatabaseMetaData metadata, BinaryManager binaryManager, RepositoryDescriptor repositoryDescriptor)
           
DialectPostgreSQL(DatabaseMetaData metadata, BinaryManager binaryManager, RepositoryDescriptor repositoryDescriptor)
           
DialectSQLServer(DatabaseMetaData metadata, BinaryManager binaryManager, RepositoryDescriptor repositoryDescriptor)
           
 

Uses of BinaryManager in org.nuxeo.ecm.core.storage.sql.net
 

Classes in org.nuxeo.ecm.core.storage.sql.net that implement BinaryManager
 class BinaryManagerClient
          A Binary Manager that uses a local BinaryManager as a cache but also passes calls to a remote BinaryManagerServlet for writes and cache misses.
 

Methods in org.nuxeo.ecm.core.storage.sql.net with parameters of type BinaryManager
static String BinaryManagerServlet.getName(BinaryManager binaryManager)
          Name used for the servlet holder for this servlet.
 

Constructors in org.nuxeo.ecm.core.storage.sql.net with parameters of type BinaryManager
BinaryManagerClient(BinaryManager binaryManager, HttpClient httpClient)
           
BinaryManagerServlet(BinaryManager binaryManager)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.