Uses of Class
redis.clients.jedis.graph.entities.Edge
Packages that use Edge
Package
Description
This package contains the classes and interfaces related to RedisGraph module.
This package contains the classes representing the entities of RedisGraph module.
-
Uses of Edge in redis.clients.jedis.graph
Methods in redis.clients.jedis.graph that return EdgeModifier and TypeMethodDescriptionprivate EdgeResultSetBuilder.deserializeEdge(List<Object> rawEdgeData) -
Uses of Edge in redis.clients.jedis.graph.entities
Fields in redis.clients.jedis.graph.entities with type parameters of type EdgeMethods in redis.clients.jedis.graph.entities that return EdgeModifier and TypeMethodDescriptionPath.getEdge(int index) Returns an edge with specified index in the path.Methods in redis.clients.jedis.graph.entities that return types with arguments of type Edge