@Stability(value=Experimental) public static final class ShuffleConfig.Builder extends Object
ShuffleConfig| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ShuffleConfig |
build()
Builds the configured instance.
|
ShuffleConfig.Builder |
withSeed(Number value)
Sets the value of Seed
|
@Stability(value=Experimental) public ShuffleConfig.Builder withSeed(Number value)
value - Determines the shuffling order.this@Stability(value=Experimental) public ShuffleConfig build()
ShuffleConfigNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.