K - graph ID typepublic abstract class GeneratedGraph<K> extends InputBase<K,org.apache.flink.types.NullValue,org.apache.flink.types.NullValue> implements Transformable
parallelism| Constructor and Description |
|---|
GeneratedGraph() |
| Modifier and Type | Method and Description |
|---|---|
List<Transform> |
getTransformers()
Get the list of transforms.
|
protected abstract long |
vertexCount()
The vertex count is verified to be no greater than the capacity of the selected data type.
|
addParameter, configure, getUsageclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, getIdentityconfigure, getUsagepublic List<Transform> getTransformers()
TransformablegetTransformers in interface Transformableprotected abstract long vertexCount()
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.