public class EdgeToTuple3Map<K,EV> extends Object implements MapFunction<Edge<K,EV>,Tuple3<K,K,EV>>
EdgeToTuple3Map()
Tuple3<K,K,EV>
map(Edge<K,EV> edge)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public EdgeToTuple3Map()
public Tuple3<K,K,EV> map(Edge<K,EV> edge)
MapFunction
map
MapFunction<Edge<K,EV>,Tuple3<K,K,EV>>
edge
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.