public class SingleSourceShortestPathsData extends Object
| Modifier and Type | Field and Description |
|---|---|
static Object[][] |
DEFAULT_EDGES |
static String |
EDGES |
static String |
RESULTED_SINGLE_SOURCE_SHORTEST_PATHS |
static Long |
SRC_VERTEX_ID |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.flink.api.java.DataSet<org.apache.flink.graph.Edge<Long,Double>> |
getDefaultEdgeDataSet(org.apache.flink.api.java.ExecutionEnvironment env) |
public static final Long SRC_VERTEX_ID
public static final String EDGES
public static final Object[][] DEFAULT_EDGES
public static final String RESULTED_SINGLE_SOURCE_SHORTEST_PATHS
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.