K - ID typeVV - vertex value typeEV - edge value typeT - output DataSet typepublic abstract class GraphAlgorithmWrappingDataSet<K,VV,EV,T> extends GraphAlgorithmWrappingBase<K,VV,EV,org.apache.flink.api.java.DataSet<T>>
GraphAlgorithm which wraps and returns a
result DataSet.GraphAlgorithmWrappingBaseparallelism| Constructor and Description |
|---|
GraphAlgorithmWrappingDataSet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
org.apache.flink.api.java.DataSet<T> |
run(Graph<K,VV,EV> input) |
protected abstract org.apache.flink.api.java.DataSet<T> |
runInternal(Graph<K,VV,EV> input)
The implementation of the algorithm, renamed from
GraphAlgorithm.run(Graph). |
canMergeConfigurationWith, getAlgorithmName, mergeConfiguration, setParallelismCopyright © 2014–2019 The Apache Software Foundation. All rights reserved.