EV
- the edge value type@FunctionalInterface public interface EdgeReduceFunction<EV>
KGraphWindowedStream.reduceOnEdges(EdgeReduceFunction)
method.Modifier and Type | Method and Description |
---|---|
EV |
reduceEdges(EV firstEdgeValue,
EV secondEdgeValue)
Combines two edge values into one value of the same type.
|
EV reduceEdges(EV firstEdgeValue, EV secondEdgeValue)
firstEdgeValue
- the value of the first edgesecondEdgeValue
- the value of the second edgeCopyright © 2020. All rights reserved.