K
- graph ID typepublic abstract class GeneratedMultiGraph<K extends Comparable<K>> extends GeneratedGraph<LongValue>
parallelism
Constructor and Description |
---|
GeneratedMultiGraph() |
Modifier and Type | Method and Description |
---|---|
Graph<LongValue,NullValue,NullValue> |
create(ExecutionEnvironment env)
Create the input
Graph . |
abstract Graph<LongValue,NullValue,NullValue> |
generate(ExecutionEnvironment env) |
protected String |
getSimplifyShortString()
Get the short string representation of the simplify transformation.
|
getTransformers, vertexCount
addParameter, configure, getUsage
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getIdentity
configure, getUsage
protected String getSimplifyShortString()
public Graph<LongValue,NullValue,NullValue> create(ExecutionEnvironment env) throws Exception
Input
Graph
.env
- the ExecutionEnvironmentException
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.