Uses of Class
redis.clients.jedis.graph.GraphQueryParams
Packages that use GraphQueryParams
Package
Description
This package contains the classes and interfaces related to RedisGraph module.
-
Uses of GraphQueryParams in redis.clients.jedis.graph
Methods in redis.clients.jedis.graph that return GraphQueryParamsModifier and TypeMethodDescriptionstatic GraphQueryParamsGraphQueryParams.queryParams()Query string must be set later.static GraphQueryParamsGraphQueryParams.queryParams(String query) GraphQueryParams.readonly()GraphQueryParams.readonly(boolean readonly) GraphQueryParams.timeout(long timeout) Methods in redis.clients.jedis.graph with parameters of type GraphQueryParamsModifier and TypeMethodDescriptionprivate CommandObject<ResultSet> GraphCommandObjects.graphQuery(String name, GraphQueryParams params)