public class SummarizationData extends Object
Modifier and Type | Field and Description |
---|---|
static String[] |
EXPECTED_EDGES_ABSENT_VALUES
The expected output from the input edges translated to null values.
|
static String[] |
EXPECTED_EDGES_WITH_VALUES
The expected output from the input edges.
|
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 DataSet<Edge<Long,String>> |
getEdges(ExecutionEnvironment env)
Creates a set of edges with attached
String values. |
static DataSet<Vertex<Long,String>> |
getVertices(ExecutionEnvironment env)
Creates a set of vertices with attached
String values. |
public static final String[] EXPECTED_VERTICES
Format:
"possible-id[,possible-id];group-value,group-count"
public static final String[] EXPECTED_EDGES_WITH_VALUES
Format:
"possible-source-id[,possible-source-id];possible-target-id[,possible-target-id];group-value,group-count"
public static final String[] EXPECTED_EDGES_ABSENT_VALUES
Format:
"possible-source-id[,possible-source-id];possible-target-id[,possible-target-id];group-value,group-count"
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.