| Package | Description |
|---|---|
| com.milaboratory.util |
| Modifier and Type | Class and Description |
|---|---|
static class |
ObjectSerializer.PrimitivIOObjectSerializer<O>
Implementation of ObjectSerializer for objects supporting PrimitivIO based serialization.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> cc.redberry.pipe.OutputPortCloseable<T> |
Randomizer.randomize(cc.redberry.pipe.OutputPort<T> initialSource,
org.apache.commons.math3.random.RandomDataGenerator random,
int chunkSize,
ObjectSerializer<T> serializer,
File tempFile) |
static <T> cc.redberry.pipe.OutputPortCloseable<T> |
Sorter.sort(cc.redberry.pipe.OutputPort<T> initialSource,
Comparator<T> comparator,
int chunkSize,
ObjectSerializer<T> serializer,
File tempFile) |
| Constructor and Description |
|---|
Sorter(cc.redberry.pipe.OutputPort<T> initialSource,
Comparator<T> comparator,
int chunkSize,
ObjectSerializer<T> serializer,
File tempFile) |
Copyright © 2018. All rights reserved.