Uses of Interface
org.nuxeo.ecm.platform.importer.threading.ImporterThreadingPolicy
-
Packages that use ImporterThreadingPolicy Package Description org.nuxeo.ecm.platform.importer.base org.nuxeo.ecm.platform.importer.executor org.nuxeo.ecm.platform.importer.threading -
-
Uses of ImporterThreadingPolicy in org.nuxeo.ecm.platform.importer.base
Fields in org.nuxeo.ecm.platform.importer.base declared as ImporterThreadingPolicy Modifier and Type Field Description protected ImporterThreadingPolicy
GenericMultiThreadedImporter. threadPolicy
protected ImporterThreadingPolicy
GenericThreadedImportTask. threadPolicy
Methods in org.nuxeo.ecm.platform.importer.base that return ImporterThreadingPolicy Modifier and Type Method Description ImporterThreadingPolicy
GenericMultiThreadedImporter. getThreadPolicy()
protected ImporterThreadingPolicy
GenericThreadedImportTask. getThreadPolicy()
Methods in org.nuxeo.ecm.platform.importer.base with parameters of type ImporterThreadingPolicy Modifier and Type Method Description void
GenericMultiThreadedImporter. setThreadPolicy(ImporterThreadingPolicy threadPolicy)
protected void
GenericThreadedImportTask. setThreadPolicy(ImporterThreadingPolicy threadPolicy)
Constructors in org.nuxeo.ecm.platform.importer.base with parameters of type ImporterThreadingPolicy Constructor Description GenericThreadedImportTask(String repositoryName, SourceNode rootSource, DocumentModel rootDoc, boolean skipContainerCreation, ImporterLogger rsLogger, int batchSize, ImporterDocumentModelFactory factory, ImporterThreadingPolicy threadPolicy, String jobName)
GenericThreadedImportTask(CoreSession session, SourceNode rootSource, DocumentModel rootDoc, boolean skipContainerCreation, ImporterLogger rsLogger, int batchSize, ImporterDocumentModelFactory factory, ImporterThreadingPolicy threadPolicy)
-
Uses of ImporterThreadingPolicy in org.nuxeo.ecm.platform.importer.executor
Fields in org.nuxeo.ecm.platform.importer.executor declared as ImporterThreadingPolicy Modifier and Type Field Description protected ImporterThreadingPolicy
AbstractImporterExecutor. threadPolicy
Methods in org.nuxeo.ecm.platform.importer.executor that return ImporterThreadingPolicy Modifier and Type Method Description ImporterThreadingPolicy
AbstractImporterExecutor. getThreadPolicy()
Methods in org.nuxeo.ecm.platform.importer.executor with parameters of type ImporterThreadingPolicy Modifier and Type Method Description void
AbstractImporterExecutor. setThreadPolicy(ImporterThreadingPolicy threadPolicy)
-
Uses of ImporterThreadingPolicy in org.nuxeo.ecm.platform.importer.threading
Classes in org.nuxeo.ecm.platform.importer.threading that implement ImporterThreadingPolicy Modifier and Type Class Description class
DefaultMultiThreadingPolicy
Default multi-threading policy (creates a new thread on each branch until the max nb thread is reached)
-