Package | Description |
---|---|
org.nuxeo.ecm.platform.importer.base | |
org.nuxeo.ecm.platform.importer.executor | |
org.nuxeo.ecm.platform.importer.threading |
Modifier and Type | Field and Description |
---|---|
protected ImporterThreadingPolicy |
GenericThreadedImportTask.threadPolicy |
protected ImporterThreadingPolicy |
GenericMultiThreadedImporter.threadPolicy |
Modifier and Type | Method and Description |
---|---|
protected ImporterThreadingPolicy |
GenericThreadedImportTask.getThreadPolicy() |
ImporterThreadingPolicy |
GenericMultiThreadedImporter.getThreadPolicy() |
Modifier and Type | Method and Description |
---|---|
protected void |
GenericThreadedImportTask.setThreadPolicy(ImporterThreadingPolicy threadPolicy) |
void |
GenericMultiThreadedImporter.setThreadPolicy(ImporterThreadingPolicy threadPolicy) |
Constructor and Description |
---|
GenericThreadedImportTask(CoreSession session,
SourceNode rootSource,
DocumentModel rootDoc,
boolean skipContainerCreation,
ImporterLogger rsLogger,
int batchSize,
ImporterDocumentModelFactory factory,
ImporterThreadingPolicy threadPolicy) |
GenericThreadedImportTask(String repositoryName,
SourceNode rootSource,
DocumentModel rootDoc,
boolean skipContainerCreation,
ImporterLogger rsLogger,
int batchSize,
ImporterDocumentModelFactory factory,
ImporterThreadingPolicy threadPolicy,
String jobName) |
Modifier and Type | Field and Description |
---|---|
protected ImporterThreadingPolicy |
AbstractImporterExecutor.threadPolicy |
Modifier and Type | Method and Description |
---|---|
ImporterThreadingPolicy |
AbstractImporterExecutor.getThreadPolicy() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractImporterExecutor.setThreadPolicy(ImporterThreadingPolicy threadPolicy) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultMultiThreadingPolicy
Default multi-threading policy (creates a new thread on each branch until the max nb thread is reached)
|
Copyright © 2016 Nuxeo SA. All rights reserved.