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 ImporterThreadingPolicyGenericMultiThreadedImporter.threadPolicyprotected ImporterThreadingPolicyGenericThreadedImportTask.threadPolicyMethods in org.nuxeo.ecm.platform.importer.base that return ImporterThreadingPolicyModifier and TypeMethodDescriptionGenericMultiThreadedImporter.getThreadPolicy()protected ImporterThreadingPolicyGenericThreadedImportTask.getThreadPolicy()Methods in org.nuxeo.ecm.platform.importer.base with parameters of type ImporterThreadingPolicyModifier and TypeMethodDescriptionvoidGenericMultiThreadedImporter.setThreadPolicy(ImporterThreadingPolicy threadPolicy) protected voidGenericThreadedImportTask.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) protectedGenericThreadedImportTask(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 ImporterThreadingPolicyAbstractImporterExecutor.threadPolicyMethods in org.nuxeo.ecm.platform.importer.executor that return ImporterThreadingPolicyMethods in org.nuxeo.ecm.platform.importer.executor with parameters of type ImporterThreadingPolicyModifier and TypeMethodDescriptionvoidAbstractImporterExecutor.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 TypeClassDescriptionclassDefault multi-threading policy (creates a new thread on each branch until the max nb thread is reached)