K - ID typeVV - vertex value typeEV - edge value typepublic class EdgeSourceDegrees<K,VV,EV> extends GraphAlgorithmWrappingDataSet<K,VV,EV,Edge<K,org.apache.flink.api.java.tuple.Tuple2<EV,VertexDegrees.Degrees>>>
parallelism| Constructor and Description |
|---|
EdgeSourceDegrees() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.api.java.DataSet<Edge<K,org.apache.flink.api.java.tuple.Tuple2<EV,VertexDegrees.Degrees>>> |
runInternal(Graph<K,VV,EV> input)
The implementation of the algorithm, renamed from
GraphAlgorithm.run(Graph). |
equals, hashCode, runcanMergeConfigurationWith, getAlgorithmName, mergeConfiguration, setParallelismpublic org.apache.flink.api.java.DataSet<Edge<K,org.apache.flink.api.java.tuple.Tuple2<EV,VertexDegrees.Degrees>>> runInternal(Graph<K,VV,EV> input) throws Exception
GraphAlgorithmWrappingDataSetGraphAlgorithm.run(Graph).runInternal in class GraphAlgorithmWrappingDataSet<K,VV,EV,Edge<K,org.apache.flink.api.java.tuple.Tuple2<EV,VertexDegrees.Degrees>>>input - the input graphExceptionCopyright © 2014–2019 The Apache Software Foundation. All rights reserved.