Package | Description |
---|---|
org.apache.flink.graph | |
org.apache.flink.graph.examples | |
org.apache.flink.graph.scala |
Modifier and Type | Method and Description |
---|---|
<T> DataSet<T> |
Graph.groupReduceOnEdges(EdgesFunctionWithVertexValue<K,VV,EV,T> edgesFunction,
EdgeDirection direction)
Groups by vertex and computes a GroupReduce transformation over the edge values of each vertex.
|
<T> DataSet<T> |
Graph.groupReduceOnEdges(EdgesFunctionWithVertexValue<K,VV,EV,T> edgesFunction,
EdgeDirection direction,
TypeInformation<T> typeInfo)
Groups by vertex and computes a GroupReduce transformation over the edge values of each vertex.
|
Modifier and Type | Class and Description |
---|---|
static class |
MusicProfiles.GetTopSongPerUser |
Modifier and Type | Class and Description |
---|---|
class |
EdgesFunctionWithVertexValue<K,VV,EV,T> |
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.