public class GridGraph extends GeneratedGraph
GridGraph
.parallelism
Constructor and Description |
---|
GridGraph() |
Modifier and Type | Method and Description |
---|---|
void |
configure(ParameterTool parameterTool)
Read parameter values from the command-line arguments.
|
Graph<LongValue,NullValue,NullValue> |
create(ExecutionEnvironment env)
Create the input
Graph . |
String |
getIdentity()
A human-readable identifier summarizing the input and configuration.
|
String |
getUsage()
Human-readable format for the command-line usage string.
|
protected long |
vertexCount()
The vertex count is verified to be no greater than the capacity of the
selected data type.
|
getTransformers
addParameter
public String getUsage()
Parameterized
getUsage
in interface Parameterized
getUsage
in class ParameterizedBase
public void configure(ParameterTool parameterTool) throws ProgramParametrizationException
Parameterized
configure
in interface Parameterized
configure
in class ParameterizedBase
parameterTool
- parameter parserProgramParametrizationException
- when configuration is invalidpublic String getIdentity()
Input
protected long vertexCount()
GeneratedGraph
vertexCount
in class GeneratedGraph
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.