GStream API
class
GStream[V,
E]
{
def
graphReduceByWindow(
reduceFunc(Graph[V,
E],
Graph[V,
E],
fv:
(V,
V)
=>
V,
fe:
(E,
E)
=>
E):
Graph[V,
E],
invReduceFunc(Graph[V,
E],
Graph[V,
E],
fv:
(V,
V)
=>
V,
fe:
(E,
E)
=>
E):
Graph[V,
E],
windowDuration,
slideDuration)
}