Uses of Interface
org.nuxeo.ecm.platform.importer.threading.ImporterThreadingPolicy
Packages that use ImporterThreadingPolicy
Package
Description
-
Uses of ImporterThreadingPolicy in org.nuxeo.ecm.platform.importer.base
Fields in org.nuxeo.ecm.platform.importer.base declared as ImporterThreadingPolicyModifier and TypeFieldDescriptionprotected ImporterThreadingPolicy
GenericMultiThreadedImporter.threadPolicy
protected ImporterThreadingPolicy
GenericThreadedImportTask.threadPolicy
Methods in org.nuxeo.ecm.platform.importer.base that return ImporterThreadingPolicyModifier and TypeMethodDescriptionGenericMultiThreadedImporter.getThreadPolicy()
protected ImporterThreadingPolicy
GenericThreadedImportTask.getThreadPolicy()
Methods in org.nuxeo.ecm.platform.importer.base with parameters of type ImporterThreadingPolicyModifier and TypeMethodDescriptionvoid
GenericMultiThreadedImporter.setThreadPolicy
(ImporterThreadingPolicy threadPolicy) protected void
GenericThreadedImportTask.setThreadPolicy
(ImporterThreadingPolicy threadPolicy) Constructors in org.nuxeo.ecm.platform.importer.base with parameters of type ImporterThreadingPolicyModifierConstructorDescriptionGenericThreadedImportTask
(String repositoryName, SourceNode rootSource, DocumentModel rootDoc, boolean skipContainerCreation, ImporterLogger rsLogger, int batchSize, ImporterDocumentModelFactory factory, ImporterThreadingPolicy threadPolicy, String jobName) protected
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 ImporterThreadingPolicyModifier and TypeFieldDescriptionprotected ImporterThreadingPolicy
AbstractImporterExecutor.threadPolicy
Methods in org.nuxeo.ecm.platform.importer.executor that return ImporterThreadingPolicyMethods in org.nuxeo.ecm.platform.importer.executor with parameters of type ImporterThreadingPolicyModifier and TypeMethodDescriptionvoid
AbstractImporterExecutor.setThreadPolicy
(ImporterThreadingPolicy threadPolicy) -
Uses of ImporterThreadingPolicy in org.nuxeo.ecm.platform.importer.threading
Classes in org.nuxeo.ecm.platform.importer.threading that implement ImporterThreadingPolicyModifier and TypeClassDescriptionclass
Default multi-threading policy (creates a new thread on each branch until the max nb thread is reached)