EV
- the edge value typepublic interface ReduceEdgesFunction<EV> extends Function, Serializable
Graph.reduceOnEdges(org.apache.flink.graph.ReduceEdgesFunction, EdgeDirection)
method.Modifier and Type | Method and Description |
---|---|
EV |
reduceEdges(EV firstEdgeValue,
EV secondEdgeValue)
It combines two neighboring edge values into one new value of the same type.
|
EV reduceEdges(EV firstEdgeValue, EV secondEdgeValue)
firstEdgeValue
- the first neighboring edge value to combinesecondEdgeValue
- the second neighboring edge value to combineCopyright © 2014–2020 The Apache Software Foundation. All rights reserved.