| Package | Description |
|---|---|
| redis.clients.jedis.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 |
|---|---|
java.util.List<Edge> |
Path.getEdges()
Deprecated.
Returns the edges of the path.
|
| Constructor and Description |
|---|
Path(java.util.List<Node> nodes,
java.util.List<Edge> edges)
Deprecated.
Parametrized constructor
|
Copyright © 2023. All rights reserved.