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 ImporterThreadingPolicyGenericMultiThreadedImporter. threadPolicyprotected ImporterThreadingPolicyGenericThreadedImportTask. threadPolicyMethods in org.nuxeo.ecm.platform.importer.base that return ImporterThreadingPolicy Modifier and Type Method Description ImporterThreadingPolicyGenericMultiThreadedImporter. getThreadPolicy()protected ImporterThreadingPolicyGenericThreadedImportTask. getThreadPolicy()Methods in org.nuxeo.ecm.platform.importer.base with parameters of type ImporterThreadingPolicy Modifier and Type Method Description voidGenericMultiThreadedImporter. setThreadPolicy(ImporterThreadingPolicy threadPolicy)protected voidGenericThreadedImportTask. 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 ImporterThreadingPolicyAbstractImporterExecutor. threadPolicyMethods in org.nuxeo.ecm.platform.importer.executor that return ImporterThreadingPolicy Modifier and Type Method Description ImporterThreadingPolicyAbstractImporterExecutor. getThreadPolicy()Methods in org.nuxeo.ecm.platform.importer.executor with parameters of type ImporterThreadingPolicy Modifier and Type Method Description voidAbstractImporterExecutor. 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 classDefaultMultiThreadingPolicyDefault multi-threading policy (creates a new thread on each branch until the max nb thread is reached)
-