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 IntegeravgBlobSizeKBprotected BooleancountFolderAsDocumentprotected OperationContextctxstatic StringIDprotected Stringlangprotected StringlogBlobInfoNameprotected StringlogNameprotected IntegerlogSizeprotected IntegernbDocumentsprotected IntegernbThreads
-
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()
-
-