| Package | Description |
|---|---|
| org.apache.flink.api.common.distributions | |
| org.apache.flink.api.common.operators |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleDistribution |
class |
SimpleIntegerDistribution |
class |
UniformDoubleDistribution |
class |
UniformIntegerDistribution |
| Modifier and Type | Method and Description |
|---|---|
DataDistribution |
GenericDataSinkBase.getDataDistribution()
Gets the distribution to use for the range partitioning.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GenericDataSinkBase.setGlobalOrder(Ordering globalOrder,
DataDistribution distribution)
Sets the order in which the sink must write its data.
|
void |
GenericDataSinkBase.setRangePartitioned(Ordering partitionOrdering,
DataDistribution distribution)
Sets the sink to partition the records into ranges over the given ordering.
|
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.