| Package | Description |
|---|---|
| org.apache.flink.graph | |
| org.apache.flink.graph.validation |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
Graph.validate(GraphValidator<K,VV,EV> validator)
Function that checks whether a Graph is a valid Graph,
as defined by the given
GraphValidator. |
| Modifier and Type | Class and Description |
|---|---|
class |
InvalidVertexIdsValidator<K,VV,EV>
Validate that the edge set vertex IDs exist in the vertex set.
|
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.