public class SummarizationData extends Object
| Modifier and Type | Field and Description |
|---|---|
static String[] |
EXPECTED_EDGES_ABSENT_VALUES
Format:
"possible-source-id[,possible-source-id];possible-target-id[,possible-target-id];group-value,group-count"
|
static String[] |
EXPECTED_EDGES_WITH_VALUES
Format:
"possible-source-id[,possible-source-id];possible-target-id[,possible-target-id];group-value,group-count"
|
static String[] |
EXPECTED_VERTICES
The resulting vertex id can be any id of the vertices summarized by the single vertex.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.flink.api.java.DataSet<org.apache.flink.graph.Edge<Long,String>> |
getEdges(org.apache.flink.api.java.ExecutionEnvironment env)
Creates a set of edges with attached
String values. |
static org.apache.flink.api.java.DataSet<org.apache.flink.graph.Edge<Long,org.apache.flink.types.NullValue>> |
getEdgesWithAbsentValues(org.apache.flink.api.java.ExecutionEnvironment env)
Creates a set of edges with
NullValue as edge value. |
static org.apache.flink.api.java.DataSet<org.apache.flink.graph.Vertex<Long,String>> |
getVertices(org.apache.flink.api.java.ExecutionEnvironment env)
Creates a set of vertices with attached
String values. |
public static final String[] EXPECTED_VERTICES
public static final String[] EXPECTED_EDGES_WITH_VALUES
public static final String[] EXPECTED_EDGES_ABSENT_VALUES
public static org.apache.flink.api.java.DataSet<org.apache.flink.graph.Vertex<Long,String>> getVertices(org.apache.flink.api.java.ExecutionEnvironment env)
String values.env - execution environmentpublic static org.apache.flink.api.java.DataSet<org.apache.flink.graph.Edge<Long,String>> getEdges(org.apache.flink.api.java.ExecutionEnvironment env)
String values.env - execution environmentpublic static org.apache.flink.api.java.DataSet<org.apache.flink.graph.Edge<Long,org.apache.flink.types.NullValue>> getEdgesWithAbsentValues(org.apache.flink.api.java.ExecutionEnvironment env)
NullValue as edge value.env - execution environmentCopyright © 2014–2016 The Apache Software Foundation. All rights reserved.