public class ConnectedComponentsDefaultData extends Object
Modifier and Type | Field and Description |
---|---|
static Object[][] |
DEFAULT_EDGES |
static String |
EDGES |
static Integer |
MAX_ITERATIONS |
static String |
VERTICES_WITH_MIN_ID |
Modifier and Type | Method and Description |
---|---|
static DataSet<Edge<Long,NullValue>> |
getDefaultEdgeDataSet(ExecutionEnvironment env) |
public static final Integer MAX_ITERATIONS
public static final String EDGES
public static final Object[][] DEFAULT_EDGES
public static final String VERTICES_WITH_MIN_ID
public static DataSet<Edge<Long,NullValue>> getDefaultEdgeDataSet(ExecutionEnvironment env)
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.