| Package | Description |
|---|---|
| org.apache.flink.graph.drivers.input |
| Modifier and Type | Class and Description |
|---|---|
class |
CirculantGraph
Generate a
CirculantGraph. |
class |
CompleteGraph
Generate a
CompleteGraph. |
class |
CSV<K extends Comparable<K>>
Read a
Graph from a CSV file using IntValue, LongValue, or StringValue keys. |
class |
CycleGraph
Generate a
CycleGraph. |
class |
EchoGraph
Generate an
EchoGraph. |
class |
EmptyGraph
Generate an
EmptyGraph. |
class |
GeneratedGraph<K>
Base class for generated graphs.
|
class |
GeneratedMultiGraph<K extends Comparable<K>>
Base class for graph generators which may create duplicate edges.
|
class |
GridGraph
Generate a
GridGraph. |
class |
HypercubeGraph
Generate a
HypercubeGraph. |
class |
InputBase<K,VV,EV>
Base class for inputs.
|
class |
PathGraph
Generate a
PathGraph. |
class |
RMatGraph
Generate an
RMatGraph with IntValue, LongValue, or StringValue
keys. |
class |
SingletonEdgeGraph
Generate a
SingletonEdgeGraph. |
class |
StarGraph
Generate a
StarGraph. |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.