K
- ID typeVV
- vertex value typeEV
- edge value typepublic class EdgeSourceDegrees<K,VV,EV> extends GraphAlgorithmWrappingDataSet<K,VV,EV,Edge<K,Tuple2<EV,VertexDegrees.Degrees>>>
parallelism
Constructor and Description |
---|
EdgeSourceDegrees() |
Modifier and Type | Method and Description |
---|---|
DataSet<Edge<K,Tuple2<EV,VertexDegrees.Degrees>>> |
runInternal(Graph<K,VV,EV> input)
The implementation of the algorithm, renamed from
GraphAlgorithm.run(Graph) . |
equals, hashCode, run
canMergeConfigurationWith, getAlgorithmName, mergeConfiguration, setParallelism
public DataSet<Edge<K,Tuple2<EV,VertexDegrees.Degrees>>> runInternal(Graph<K,VV,EV> input) throws Exception
GraphAlgorithmWrappingDataSet
GraphAlgorithm.run(Graph)
.runInternal
in class GraphAlgorithmWrappingDataSet<K,VV,EV,Edge<K,Tuple2<EV,VertexDegrees.Degrees>>>
input
- the input graphException
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.