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