K - graph ID typeVV - vertex value typeEV - edge value typepublic interface Input<K,VV,EV> extends Parameterized
Graph, for example a file reader or GraphGenerator.| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.graph.Graph<K,VV,EV> |
create(org.apache.flink.api.java.ExecutionEnvironment env)
Create the input
Graph. |
String |
getIdentity()
A human-readable identifier summarizing the input and configuration.
|
configure, getName, getUsageString getIdentity()
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.