K - key typepublic class CSV<K extends Comparable<K>> extends InputBase<K,org.apache.flink.types.NullValue,org.apache.flink.types.NullValue>
Graph from a CSV file using IntValue, LongValue, or StringValue keys.parallelism| Constructor and Description |
|---|
CSV() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.graph.Graph<K,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.
|
addParameter, configure, getUsageclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconfigure, getUsagepublic String getIdentity()
Inputpublic org.apache.flink.graph.Graph<K,org.apache.flink.types.NullValue,org.apache.flink.types.NullValue> create(org.apache.flink.api.java.ExecutionEnvironment env) throws Exception
InputGraph.env - the ExecutionEnvironmentExceptionCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.