IN_K
- input ID typeIN_VV
- input vertex value typeIN_EV
- input edge value typeOUT_K
- output ID typeOUT_VV
- output vertex value typeOUT_EV
- output edge value typepublic abstract class GraphAlgorithmWrappingGraph<IN_K,IN_VV,IN_EV,OUT_K,OUT_VV,OUT_EV> extends GraphAlgorithmWrappingBase<IN_K,IN_VV,IN_EV,Graph<OUT_K,OUT_VV,OUT_EV>>
GraphAlgorithm
which wraps and returns a
result Graph
.GraphAlgorithmWrappingBase
parallelism
Constructor and Description |
---|
GraphAlgorithmWrappingGraph() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
Graph<OUT_K,OUT_VV,OUT_EV> |
run(Graph<IN_K,IN_VV,IN_EV> input) |
protected abstract Graph<OUT_K,OUT_VV,OUT_EV> |
runInternal(Graph<IN_K,IN_VV,IN_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.