Uses of Class
redis.clients.jedis.graph.entities.Node
Packages that use Node
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 Node in redis.clients.jedis.graph
Methods in redis.clients.jedis.graph that return NodeModifier and TypeMethodDescriptionprivate NodeResultSetBuilder.deserializeNode(List<Object> rawNodeData) -
Uses of Node in redis.clients.jedis.graph.entities
Fields in redis.clients.jedis.graph.entities with type parameters of type NodeMethods in redis.clients.jedis.graph.entities that return NodeModifier and TypeMethodDescriptionPath.firstNode()Returns the first node in the path.Path.getNode(int index) Returns a node with specified index in the path.Path.lastNode()Returns the last node in the path.Methods in redis.clients.jedis.graph.entities that return types with arguments of type NodeConstructor parameters in redis.clients.jedis.graph.entities with type arguments of type Node