Uses of Interface
org.alfresco.repo.node.NodeBulkLoader
-
Packages that use NodeBulkLoader Package Description org.alfresco.repo.domain.node org.alfresco.repo.domain.node.ibatis org.alfresco.repo.search.impl.lucene -
-
Uses of NodeBulkLoader in org.alfresco.repo.domain.node
Subinterfaces of NodeBulkLoader in org.alfresco.repo.domain.node Modifier and Type Interface Description interfaceNodeDAODAO services for alf_node and related tablesClasses in org.alfresco.repo.domain.node that implement NodeBulkLoader Modifier and Type Class Description classAbstractNodeDAOImplAbstract implementation for Node DAO. -
Uses of NodeBulkLoader in org.alfresco.repo.domain.node.ibatis
Classes in org.alfresco.repo.domain.node.ibatis that implement NodeBulkLoader Modifier and Type Class Description classNodeDAOImpliBatis-specific extension of the Node abstract DAOstatic classNodeDAOImpl.MSSQLMSSQL requires some overrides to handle specific behaviour.static classNodeDAOImpl.MySQLMySQL (InnoDB) specific DAO overridesstatic classNodeDAOImpl.MySQLClusterNDBMySQL Cluster NDB specific DAO overrides WARNING: Experimental/unsupported - see MySQLClusterNDBDialect ! -
Uses of NodeBulkLoader in org.alfresco.repo.search.impl.lucene
Fields in org.alfresco.repo.search.impl.lucene declared as NodeBulkLoader Modifier and Type Field Description protected NodeBulkLoaderAbstractLuceneIndexerImpl. bulkLoaderMethods in org.alfresco.repo.search.impl.lucene that return NodeBulkLoader Modifier and Type Method Description NodeBulkLoaderAbstractLuceneIndexerAndSearcherFactory. getBulkLoader()NodeBulkLoaderLuceneConfig. getBulkLoader()Get preloader - may be null if preloading is not supportedMethods in org.alfresco.repo.search.impl.lucene with parameters of type NodeBulkLoader Modifier and Type Method Description voidAbstractLuceneIndexerAndSearcherFactory. setBulkLoader(NodeBulkLoader bulkLoader)voidAbstractLuceneIndexerImpl. setBulkLoader(NodeBulkLoader bulkLoader)
-