| Package | Description |
|---|---|
| io.valkey.graph.entities |
This package contains the classes representing the entities of RedisGraph module.
|
| Modifier and Type | Method and Description |
|---|---|
Edge |
Path.getEdge(int index)
Deprecated.
Returns an edge with specified index in the path.
|
| Modifier and Type | Method and Description |
|---|---|
List<Edge> |
Path.getEdges()
Deprecated.
Returns the edges of the path.
|
| Constructor and Description |
|---|
Path(List<Node> nodes,
List<Edge> edges)
Deprecated.
Parametrized constructor
|
Copyright © 2024. All rights reserved.