Class RandomDocumentProducers
- java.lang.Object
-
- org.nuxeo.importer.stream.automation.RandomDocumentProducers
-
public class RandomDocumentProducers extends Object
- Since:
- 9.1
-
-
Field Summary
Fields Modifier and Type Field Description protected Integer
avgBlobSizeKB
protected Boolean
countFolderAsDocument
protected OperationContext
ctx
static String
ID
protected String
lang
protected String
logBlobInfoName
protected String
logName
protected Integer
logSize
protected Integer
nbDocuments
protected Integer
nbThreads
-
Constructor Summary
Constructors Constructor Description RandomDocumentProducers()
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
ctx
protected OperationContext ctx
-
nbDocuments
protected Integer nbDocuments
-
nbThreads
protected Integer nbThreads
-
avgBlobSizeKB
protected Integer avgBlobSizeKB
-
lang
protected String lang
-
logName
protected String logName
-
logSize
protected Integer logSize
-
logBlobInfoName
protected String logBlobInfoName
-
countFolderAsDocument
protected Boolean countFolderAsDocument
-
-
Method Detail
-
run
public void run() throws OperationException
- Throws:
OperationException
-
getLogSize
protected int getLogSize()
-
-