| Package | Description |
|---|---|
| org.apache.flink.graph.asm.degree.filter.undirected | |
| org.apache.flink.graph.asm.simple.undirected | |
| org.apache.flink.graph.asm.translate |
| Modifier and Type | Class and Description |
|---|---|
class |
MaximumDegree<K,VV,EV>
Removes vertices from a graph with degree greater than the given maximum.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Simplify<K extends Comparable<K>,VV,EV>
Add symmetric edges and remove self-loops and duplicate edges from an
undirected graph.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TranslateEdgeValues<K,VV,OLD,NEW>
Translate
Edge values using the given TranslateFunction. |
class |
TranslateGraphIds<OLD,NEW,VV,EV>
|
class |
TranslateVertexValues<K,OLD,NEW,EV>
Translate
Vertex values using the given TranslateFunction. |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.