public final class PairWise extends java.lang.Object implements Shuffle
SEQUENTIAL| Modifier and Type | Field and Description |
|---|---|
static PairWise |
SEQUENTIAL
PairWising shuffle, performing sequential filtering of the multiplied data.
|
| Modifier and Type | Method and Description |
|---|---|
Rows |
apply(Columns t) |
static Rows |
sequential(Columns cols)
Performs
Shuffle operation using SEQUENTIAL instance. |
public static final PairWise SEQUENTIAL
PairWising shuffle, performing sequential filtering of the multiplied data.
sequential(Columns),
SequentialStrategy