K
- graph ID typeVV
- vertex value typeEV
- edge value typepublic interface GraphGenerator<K,VV,EV>
Graph generators should prefer to emit edges sorted by the source label.
Modifier and Type | Method and Description |
---|---|
Graph<K,VV,EV> |
generate()
Generates the configured graph.
|
GraphGenerator<K,VV,EV> |
setParallelism(int parallelism)
Override the operator parallelism.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.