public class Randomizer<T> extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> cc.redberry.pipe.OutputPortCloseable<T> |
randomize(cc.redberry.pipe.OutputPort<T> initialSource,
org.apache.commons.math3.random.RandomDataGenerator random,
int chunkSize,
ObjectSerializer<T> serializer,
File tempFile) |
public static <T> cc.redberry.pipe.OutputPortCloseable<T> randomize(cc.redberry.pipe.OutputPort<T> initialSource,
org.apache.commons.math3.random.RandomDataGenerator random,
int chunkSize,
ObjectSerializer<T> serializer,
File tempFile)
throws IOException
IOExceptionCopyright © 2018. All rights reserved.