Class RandomBlobProducers
- java.lang.Object
-
- org.nuxeo.importer.stream.automation.RandomBlobProducers
-
public class RandomBlobProducers extends Object
- Since:
- 9.1
-
-
Constructor Summary
Constructors Constructor Description RandomBlobProducers()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected static void
checkAccess(OperationContext context)
protected int
getLogSize()
void
run()
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
ctx
protected OperationContext ctx
-
nbBlobs
protected Integer nbBlobs
-
nbThreads
protected Integer nbThreads
-
avgBlobSizeKB
protected Integer avgBlobSizeKB
-
lang
protected String lang
-
logName
protected String logName
-
logSize
protected Integer logSize
-
blobMarker
protected String blobMarker
-
-
Method Detail
-
run
public void run() throws OperationException
- Throws:
OperationException
-
getLogSize
protected int getLogSize()
-
checkAccess
protected static void checkAccess(OperationContext context)
-
-