K
- graph ID typepublic abstract class GeneratedGraph<K> extends InputBase<K,NullValue,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, getUsage
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
create, getIdentity
configure, getUsage
public List<Transform> getTransformers()
Transformable
getTransformers
in interface Transformable
protected abstract long vertexCount()
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.