public class PathGraph extends GeneratedGraph
PathGraph.parallelism| Constructor and Description |
|---|
PathGraph() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.graph.Graph<org.apache.flink.types.LongValue,org.apache.flink.types.NullValue,org.apache.flink.types.NullValue> |
create(org.apache.flink.api.java.ExecutionEnvironment env)
Create the input
Graph. |
String |
getIdentity()
A human-readable identifier summarizing the input and configuration.
|
protected long |
vertexCount()
The vertex count is verified to be no greater than the capacity of the selected data type.
|
getTransformersaddParameter, configure, getUsageclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconfigure, getUsagepublic String getIdentity()
Inputprotected long vertexCount()
GeneratedGraphvertexCount in class GeneratedGraphpublic org.apache.flink.graph.Graph<org.apache.flink.types.LongValue,org.apache.flink.types.NullValue,org.apache.flink.types.NullValue> create(org.apache.flink.api.java.ExecutionEnvironment env)
InputGraph.env - the ExecutionEnvironmentCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.