| Package | Description |
|---|---|
| org.apache.flink.api.java |
| Modifier and Type | Method and Description |
|---|---|
<R> MapPartitionOperator<T,R> |
DataSet.mapPartition(MapPartitionFunction<T,R> mapPartition)
Applies a Map-style operation to the entire partition of the data.
|
Copyright © 2015 The Apache Software Foundation. All rights reserved.