K
- graph ID typeVV
- vertex value typeEV
- edge value typepublic interface Input<K,VV,EV> extends Parameterized
Graph
, for example a file reader or
GraphGenerator
.Modifier and Type | Method and Description |
---|---|
Graph<K,VV,EV> |
create(ExecutionEnvironment env)
Create the input
Graph . |
String |
getIdentity()
A human-readable identifier summarizing the input and configuration.
|
configure, getName, getUsage
String getIdentity()
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.