K - edge ID typepublic class Tuple2ToEdgeMap<K> extends Object implements org.apache.flink.api.common.functions.MapFunction<org.apache.flink.api.java.tuple.Tuple2<K,K>,Edge<K,org.apache.flink.types.NullValue>>
The new edge's value is set to NullValue.
| Constructor and Description |
|---|
Tuple2ToEdgeMap() |
| Modifier and Type | Method and Description |
|---|---|
Edge<K,org.apache.flink.types.NullValue> |
map(org.apache.flink.api.java.tuple.Tuple2<K,K> tuple) |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.