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 DataSet<Edge<Long,Double>> |
getDefaultEdgeDataSet(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
public static DataSet<Edge<Long,Double>> getDefaultEdgeDataSet(ExecutionEnvironment env)
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.