Package redis.clients.jedis.graph.entities
package redis.clients.jedis.graph.entities
This package contains the classes representing the entities of RedisGraph module.
-
ClassesClassDescriptionA class represent an edge (graph entity).This is an abstract class for representing a graph entity.* A class represent an node (graph entity).This class represents a path in the graph.This class represents a (geographical) point in the graph.Property<T>A Graph entity property.