Class ImporterRunnerConfiguration
- java.lang.Object
-
- org.nuxeo.ecm.platform.importer.base.ImporterRunnerConfiguration
-
public class ImporterRunnerConfiguration extends Object
Hold the configuration of an ImporterRunner.- Author:
- Thomas Roger
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ImporterRunnerConfiguration.Builder
-
Field Summary
Fields Modifier and Type Field Description int
batchSize
String
importWritePath
String
jobName
ImporterLogger
log
int
nbThreads
String
repositoryName
boolean
skipRootContainerCreation
SourceNode
sourceNode
-
Constructor Summary
Constructors Modifier Constructor Description protected
ImporterRunnerConfiguration(String repositoryName, SourceNode sourceNode, String importWritePath, ImporterLogger log, boolean skipRootContainerCreation, int batchSize, int nbThreads, String jobName)
-
-
-
Field Detail
-
sourceNode
public final SourceNode sourceNode
-
importWritePath
public final String importWritePath
-
skipRootContainerCreation
public final boolean skipRootContainerCreation
-
batchSize
public final int batchSize
-
nbThreads
public final int nbThreads
-
jobName
public final String jobName
-
log
public final ImporterLogger log
-
repositoryName
public final String repositoryName
-
-
Constructor Detail
-
ImporterRunnerConfiguration
protected ImporterRunnerConfiguration(String repositoryName, SourceNode sourceNode, String importWritePath, ImporterLogger log, boolean skipRootContainerCreation, int batchSize, int nbThreads, String jobName)
-
-