Package | Description |
---|---|
org.apache.flink.graph.asm.degree.filter.undirected | |
org.apache.flink.graph.asm.simple.directed | |
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>
Remove self-loops and duplicate edges from a directed 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.