K
- graph ID typeVV
- vertex value typeEV
- edge value typepublic abstract class GraphGeneratorBase<K,VV,EV> extends Object implements GraphGenerator<K,VV,EV>
Modifier and Type | Field and Description |
---|---|
protected int |
parallelism |
Constructor and Description |
---|
GraphGeneratorBase() |
Modifier and Type | Method and Description |
---|---|
GraphGenerator<K,VV,EV> |
setParallelism(int parallelism)
Override the operator parallelism.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
generate
public GraphGenerator<K,VV,EV> setParallelism(int parallelism)
GraphGenerator
setParallelism
in interface GraphGenerator<K,VV,EV>
parallelism
- operator parallelismCopyright © 2014–2020 The Apache Software Foundation. All rights reserved.