- cachedExecution() - Method in class com.redislabs.redisgraph.impl.resultset.StatisticsImpl
-
- cachedExecution() - Method in interface com.redislabs.redisgraph.Statistics
-
- callProcedure(String, String) - Method in class com.redislabs.redisgraph.impl.api.AbstractRedisGraph
-
- callProcedure(String, String, List<String>) - Method in class com.redislabs.redisgraph.impl.api.AbstractRedisGraph
-
- callProcedure(String, String, List<String>, Map<String, List<String>>) - Method in class com.redislabs.redisgraph.impl.api.AbstractRedisGraph
-
- callProcedure(String, String) - Method in class com.redislabs.redisgraph.impl.api.RedisGraphPipeline
-
Invokes stored procedures without arguments
- callProcedure(String, String, List<String>) - Method in class com.redislabs.redisgraph.impl.api.RedisGraphPipeline
-
Invokes stored procedure with arguments
- callProcedure(String, String, List<String>, Map<String, List<String>>) - Method in class com.redislabs.redisgraph.impl.api.RedisGraphPipeline
-
Invoke a stored procedure
- callProcedure(String, String) - Method in class com.redislabs.redisgraph.impl.api.RedisGraphTransaction
-
Invokes stored procedures without arguments, in multi/exec context
- callProcedure(String, String, List<String>) - Method in class com.redislabs.redisgraph.impl.api.RedisGraphTransaction
-
Invokes stored procedure with arguments, in multi/exec context
- callProcedure(String, String, List<String>, Map<String, List<String>>) - Method in class com.redislabs.redisgraph.impl.api.RedisGraphTransaction
-
Invoke a stored procedure, in multi/exec context
- callProcedure(String, String) - Method in interface com.redislabs.redisgraph.RedisGraph
-
Invokes stored procedures without arguments
- callProcedure(String, String, List<String>) - Method in interface com.redislabs.redisgraph.RedisGraph
-
Invokes stored procedure with arguments
- callProcedure(String, String, List<String>, Map<String, List<String>>) - Method in interface com.redislabs.redisgraph.RedisGraph
-
Invoke a stored procedure
- callProcedure(String, String) - Method in interface com.redislabs.redisgraph.RedisGraphPipeline
-
Invokes stored procedures without arguments
- callProcedure(String, String, List<String>) - Method in interface com.redislabs.redisgraph.RedisGraphPipeline
-
Invokes stored procedure with arguments
- callProcedure(String, String, List<String>, Map<String, List<String>>) - Method in interface com.redislabs.redisgraph.RedisGraphPipeline
-
Invoke a stored procedure
- callProcedure(String, String) - Method in interface com.redislabs.redisgraph.RedisGraphTransaction
-
Invokes stored procedures without arguments
- callProcedure(String, String, List<String>) - Method in interface com.redislabs.redisgraph.RedisGraphTransaction
-
Invokes stored procedure with arguments
- callProcedure(String, String, List<String>, Map<String, List<String>>) - Method in interface com.redislabs.redisgraph.RedisGraphTransaction
-
Invoke a stored procedure
- clear() - Method in interface com.redislabs.redisgraph.RedisGraphTransaction
-
If object is in transaction mode,
flushes all previously queued commands in a transaction and restores the connection state to normal
- close() - Method in class com.redislabs.redisgraph.impl.api.ContextedRedisGraph
-
closes the Jedis connection
- close() - Method in class com.redislabs.redisgraph.impl.api.RedisGraph
-
Closes the Jedis pool
- close() - Method in interface com.redislabs.redisgraph.RedisGraph
-
- com.redislabs.redisgraph - package com.redislabs.redisgraph
-
- com.redislabs.redisgraph.exceptions - package com.redislabs.redisgraph.exceptions
-
- com.redislabs.redisgraph.graph_entities - package com.redislabs.redisgraph.graph_entities
-
- com.redislabs.redisgraph.impl - package com.redislabs.redisgraph.impl
-
- com.redislabs.redisgraph.impl.api - package com.redislabs.redisgraph.impl.api
-
- com.redislabs.redisgraph.impl.graph_cache - package com.redislabs.redisgraph.impl.graph_cache
-
- com.redislabs.redisgraph.impl.resultset - package com.redislabs.redisgraph.impl.resultset
-
- COMPACT_STRING - Static variable in class com.redislabs.redisgraph.impl.Utils
-
- containsKey(String) - Method in class com.redislabs.redisgraph.impl.resultset.RecordImpl
-
- containsKey(String) - Method in interface com.redislabs.redisgraph.Record
-
Check if the record header contains the given key
- ContextedRedisGraph - Class in com.redislabs.redisgraph.impl.api
-
An implementation of RedisGraphContext.
- ContextedRedisGraph(Jedis) - Constructor for class com.redislabs.redisgraph.impl.api.ContextedRedisGraph
-
Generates a new instance with a specific Jedis connection
- getConnection() - Method in class com.redislabs.redisgraph.impl.api.AbstractRedisGraph
-
Inherited classes should return a Jedis connection, with respect to their context
- getConnection() - Method in class com.redislabs.redisgraph.impl.api.ContextedRedisGraph
-
Overrides the abstract method.
- getConnection() - Method in class com.redislabs.redisgraph.impl.api.RedisGraph
-
Overrides the abstract function.
- getConnectionContext() - Method in class com.redislabs.redisgraph.impl.api.ContextedRedisGraph
-
- getConnectionContext() - Method in interface com.redislabs.redisgraph.RedisGraphContext
-
Returns implementing class connection context
- getContext() - Method in class com.redislabs.redisgraph.impl.api.RedisGraph
-
Returns a new ContextedRedisGraph bounded to a Jedis connection from the Jedis pool
- getContext() - Method in interface com.redislabs.redisgraph.RedisGraphContextGenerator
-
Generate a connection bounded api
- getDestination() - Method in class com.redislabs.redisgraph.graph_entities.Edge
-
- getEdge(int) - Method in class com.redislabs.redisgraph.graph_entities.Path
-
Returns an edge with specified index in the path.
- getEdges() - Method in class com.redislabs.redisgraph.graph_entities.Path
-
Returns the edges of the path.
- getEntityPropertyNames() - Method in class com.redislabs.redisgraph.graph_entities.GraphEntity
-
- getEnum(String) - Static method in enum com.redislabs.redisgraph.Statistics.Label
-
Get a Label by label text
- getGraphCache(String) - Method in class com.redislabs.redisgraph.impl.graph_cache.RedisGraphCaches
-
- getHeader() - Method in class com.redislabs.redisgraph.impl.resultset.ResultSetImpl
-
- getHeader() - Method in interface com.redislabs.redisgraph.ResultSet
-
- getId() - Method in class com.redislabs.redisgraph.graph_entities.GraphEntity
-
- getIntValue(Statistics.Label) - Method in class com.redislabs.redisgraph.impl.resultset.StatisticsImpl
-
- getLabel(int) - Method in class com.redislabs.redisgraph.graph_entities.Node
-
- getLabel(int, RedisGraph) - Method in class com.redislabs.redisgraph.impl.graph_cache.GraphCache
-
- getLabel(String, int, RedisGraph) - Method in class com.redislabs.redisgraph.impl.graph_cache.RedisGraphCaches
-
Returns a String which represents the name of the label mapped to the label id
- getLatitude() - Method in class com.redislabs.redisgraph.graph_entities.Point
-
- getLongitude() - Method in class com.redislabs.redisgraph.graph_entities.Point
-
- getName() - Method in class com.redislabs.redisgraph.graph_entities.Property
-
- getNode(int) - Method in class com.redislabs.redisgraph.graph_entities.Path
-
Returns a node with specified index in the path.
- getNodes() - Method in class com.redislabs.redisgraph.graph_entities.Path
-
Returns the nodes of the path.
- getNumberOfLabels() - Method in class com.redislabs.redisgraph.graph_entities.Node
-
- getNumberOfProperties() - Method in class com.redislabs.redisgraph.graph_entities.GraphEntity
-
- getProperty(String) - Method in class com.redislabs.redisgraph.graph_entities.GraphEntity
-
- getPropertyName(int, RedisGraph) - Method in class com.redislabs.redisgraph.impl.graph_cache.GraphCache
-
- getPropertyName(String, int, RedisGraph) - Method in class com.redislabs.redisgraph.impl.graph_cache.RedisGraphCaches
-
Returns a String which represents the name of the property mapped to the label id
- getRaw() - Method in enum com.redislabs.redisgraph.impl.api.RedisGraphCommand
-
- getRelationshipType() - Method in class com.redislabs.redisgraph.graph_entities.Edge
-
- getRelationshipType(int, RedisGraph) - Method in class com.redislabs.redisgraph.impl.graph_cache.GraphCache
-
- getRelationshipType(String, int, RedisGraph) - Method in class com.redislabs.redisgraph.impl.graph_cache.RedisGraphCaches
-
Returns a String which represents the name of the relationship mapped to the label id
- getSchemaNames() - Method in interface com.redislabs.redisgraph.Header
-
- getSchemaNames() - Method in class com.redislabs.redisgraph.impl.resultset.HeaderImpl
-
- getSchemaTypes() - Method in interface com.redislabs.redisgraph.Header
-
- getSchemaTypes() - Method in class com.redislabs.redisgraph.impl.resultset.HeaderImpl
-
- getSource() - Method in class com.redislabs.redisgraph.graph_entities.Edge
-
- getStatistics() - Method in class com.redislabs.redisgraph.impl.resultset.ResultSetImpl
-
- getStatistics() - Method in interface com.redislabs.redisgraph.ResultSet
-
- getString(int) - Method in class com.redislabs.redisgraph.impl.resultset.RecordImpl
-
- getString(String) - Method in class com.redislabs.redisgraph.impl.resultset.RecordImpl
-
- getString(int) - Method in interface com.redislabs.redisgraph.Record
-
The value at the given field index (represented as String)
- getString(String) - Method in interface com.redislabs.redisgraph.Record
-
The value at the given field (represented as String)
- getStringValue(Statistics.Label) - Method in class com.redislabs.redisgraph.impl.resultset.StatisticsImpl
-
- getStringValue(Statistics.Label) - Method in interface com.redislabs.redisgraph.Statistics
-
Retrieves the relevant statistic
- getValue() - Method in class com.redislabs.redisgraph.graph_entities.Property
-
- getValue(int) - Method in class com.redislabs.redisgraph.impl.resultset.RecordImpl
-
- getValue(String) - Method in class com.redislabs.redisgraph.impl.resultset.RecordImpl
-
- getValue(int) - Method in interface com.redislabs.redisgraph.Record
-
The value at the given field index
- getValue(String) - Method in interface com.redislabs.redisgraph.Record
-
The value at the given field
- GraphCache - Class in com.redislabs.redisgraph.impl.graph_cache
-
A class to store a local cache in the client, for a specific graph.
- GraphCache(String) - Constructor for class com.redislabs.redisgraph.impl.graph_cache.GraphCache
-
- GraphEntity - Class in com.redislabs.redisgraph.graph_entities
-
This is an abstract class for representing a graph entity.
- GraphEntity() - Constructor for class com.redislabs.redisgraph.graph_entities.GraphEntity
-
- query(String, String) - Method in class com.redislabs.redisgraph.impl.api.AbstractRedisGraph
-
Execute a Cypher query.
- query(String, String, long) - Method in class com.redislabs.redisgraph.impl.api.AbstractRedisGraph
-
Execute a Cypher query with timeout.
- query(String, String, Object...) - Method in class com.redislabs.redisgraph.impl.api.AbstractRedisGraph
-
- query(String, String, Map<String, Object>) - Method in class com.redislabs.redisgraph.impl.api.AbstractRedisGraph
-
Executes a cypher query with parameters.
- query(String, String, Map<String, Object>, long) - Method in class com.redislabs.redisgraph.impl.api.AbstractRedisGraph
-
Executes a cypher query with parameters and timeout.
- query(String, String) - Method in class com.redislabs.redisgraph.impl.api.RedisGraphPipeline
-
Execute a Cypher query.
- query(String, String, long) - Method in class com.redislabs.redisgraph.impl.api.RedisGraphPipeline
-
Execute a Cypher query with timeout.
- query(String, String, Map<String, Object>) - Method in class com.redislabs.redisgraph.impl.api.RedisGraphPipeline
-
Executes a cypher query with parameters.
- query(String, String, Map<String, Object>, long) - Method in class com.redislabs.redisgraph.impl.api.RedisGraphPipeline
-
Executes a cypher query with parameters and timeout.
- query(String, String) - Method in class com.redislabs.redisgraph.impl.api.RedisGraphTransaction
-
Execute a Cypher query.
- query(String, String, long) - Method in class com.redislabs.redisgraph.impl.api.RedisGraphTransaction
-
Execute a Cypher query with timeout.
- query(String, String, Object...) - Method in class com.redislabs.redisgraph.impl.api.RedisGraphTransaction
-
- query(String, String, Map<String, Object>) - Method in class com.redislabs.redisgraph.impl.api.RedisGraphTransaction
-
Executes a cypher query with parameters.
- query(String, String, Map<String, Object>, long) - Method in class com.redislabs.redisgraph.impl.api.RedisGraphTransaction
-
Executes a cypher query with parameters and timeout.
- query(String, String) - Method in interface com.redislabs.redisgraph.RedisGraph
-
Execute a Cypher query.
- query(String, String, long) - Method in interface com.redislabs.redisgraph.RedisGraph
-
Execute a Cypher query with timeout.
- query(String, String, Object...) - Method in interface com.redislabs.redisgraph.RedisGraph
-
- query(String, String, Map<String, Object>) - Method in interface com.redislabs.redisgraph.RedisGraph
-
Executes a cypher query with parameters.
- query(String, String, Map<String, Object>, long) - Method in interface com.redislabs.redisgraph.RedisGraph
-
Executes a cypher query with parameters and timeout.
- query(String, String) - Method in interface com.redislabs.redisgraph.RedisGraphPipeline
-
Execute a Cypher query.
- query(String, String, long) - Method in interface com.redislabs.redisgraph.RedisGraphPipeline
-
Execute a Cypher query with timeout.
- query(String, String, Map<String, Object>) - Method in interface com.redislabs.redisgraph.RedisGraphPipeline
-
Executes a cypher query with parameters.
- query(String, String, Map<String, Object>, long) - Method in interface com.redislabs.redisgraph.RedisGraphPipeline
-
Executes a cypher query with parameters and timeout.
- query(String, String) - Method in interface com.redislabs.redisgraph.RedisGraphTransaction
-
Execute a Cypher query.
- query(String, String, long) - Method in interface com.redislabs.redisgraph.RedisGraphTransaction
-
Execute a Cypher query with timeout.
- query(String, String, Object...) - Method in interface com.redislabs.redisgraph.RedisGraphTransaction
-
- query(String, String, Map<String, Object>) - Method in interface com.redislabs.redisgraph.RedisGraphTransaction
-
Executes a cypher query with parameters.
- query(String, String, Map<String, Object>, long) - Method in interface com.redislabs.redisgraph.RedisGraphTransaction
-
Executes a cypher query with parameters and timeout.
- readOnlyQuery(String, String) - Method in class com.redislabs.redisgraph.impl.api.AbstractRedisGraph
-
Execute a Cypher read-only query.
- readOnlyQuery(String, String, long) - Method in class com.redislabs.redisgraph.impl.api.AbstractRedisGraph
-
Execute a Cypher read-only query with timeout.
- readOnlyQuery(String, String, Map<String, Object>) - Method in class com.redislabs.redisgraph.impl.api.AbstractRedisGraph
-
Executes a cypher read-only query with parameters.
- readOnlyQuery(String, String, Map<String, Object>, long) - Method in class com.redislabs.redisgraph.impl.api.AbstractRedisGraph
-
Executes a cypher read-only query with parameters and timeout.
- readOnlyQuery(String, String) - Method in class com.redislabs.redisgraph.impl.api.RedisGraphPipeline
-
Execute a Cypher read-oly query.
- readOnlyQuery(String, String, long) - Method in class com.redislabs.redisgraph.impl.api.RedisGraphPipeline
-
Execute a Cypher read-only query with timeout.
- readOnlyQuery(String, String, Map<String, Object>) - Method in class com.redislabs.redisgraph.impl.api.RedisGraphPipeline
-
Executes a cypher read-only query with parameters.
- readOnlyQuery(String, String, Map<String, Object>, long) - Method in class com.redislabs.redisgraph.impl.api.RedisGraphPipeline
-
Executes a cypher read-only query with parameters and timeout.
- readOnlyQuery(String, String) - Method in class com.redislabs.redisgraph.impl.api.RedisGraphTransaction
-
Execute a Cypher read-oly query.
- readOnlyQuery(String, String, long) - Method in class com.redislabs.redisgraph.impl.api.RedisGraphTransaction
-
Execute a Cypher read-only query with timeout.
- readOnlyQuery(String, String, Map<String, Object>) - Method in class com.redislabs.redisgraph.impl.api.RedisGraphTransaction
-
Executes a cypher read-only query with parameters.
- readOnlyQuery(String, String, Map<String, Object>, long) - Method in class com.redislabs.redisgraph.impl.api.RedisGraphTransaction
-
Executes a cypher read-only query with parameters and timeout.
- readOnlyQuery(String, String) - Method in interface com.redislabs.redisgraph.RedisGraph
-
Execute a Cypher read-only query.
- readOnlyQuery(String, String, long) - Method in interface com.redislabs.redisgraph.RedisGraph
-
Execute a Cypher read-only query with timeout.
- readOnlyQuery(String, String, Map<String, Object>) - Method in interface com.redislabs.redisgraph.RedisGraph
-
Executes a cypher read-only query with parameters.
- readOnlyQuery(String, String, Map<String, Object>, long) - Method in interface com.redislabs.redisgraph.RedisGraph
-
Executes a cypher read-only query with parameters and timeout.
- readOnlyQuery(String, String) - Method in interface com.redislabs.redisgraph.RedisGraphPipeline
-
Execute a Cypher read-only query.
- readOnlyQuery(String, String, long) - Method in interface com.redislabs.redisgraph.RedisGraphPipeline
-
Execute a Cypher read-only query with timeout.
- readOnlyQuery(String, String, Map<String, Object>) - Method in interface com.redislabs.redisgraph.RedisGraphPipeline
-
Executes a cypher read-only query with parameters.
- readOnlyQuery(String, String, Map<String, Object>, long) - Method in interface com.redislabs.redisgraph.RedisGraphPipeline
-
Executes a cypher read-only query with parameters and timeout.
- readOnlyQuery(String, String) - Method in interface com.redislabs.redisgraph.RedisGraphTransaction
-
Execute a Cypher read-only query.
- readOnlyQuery(String, String, long) - Method in interface com.redislabs.redisgraph.RedisGraphTransaction
-
Execute a Cypher read-only query with timeout.
- readOnlyQuery(String, String, Map<String, Object>) - Method in interface com.redislabs.redisgraph.RedisGraphTransaction
-
Executes a cypher read-only query with parameters.
- readOnlyQuery(String, String, Map<String, Object>, long) - Method in interface com.redislabs.redisgraph.RedisGraphTransaction
-
Executes a cypher read-only query with parameters and timeout.
- Record - Interface in com.redislabs.redisgraph
-
Container for RedisGraph result values.
- RecordImpl - Class in com.redislabs.redisgraph.impl.resultset
-
- RecordImpl(List<String>, List<Object>) - Constructor for class com.redislabs.redisgraph.impl.resultset.RecordImpl
-
- RedisGraph - Class in com.redislabs.redisgraph.impl.api
-
- RedisGraph() - Constructor for class com.redislabs.redisgraph.impl.api.RedisGraph
-
Creates a client running on the local machine
- RedisGraph(String, int) - Constructor for class com.redislabs.redisgraph.impl.api.RedisGraph
-
Creates a client running on the specific host/post
- RedisGraph(Pool<Jedis>) - Constructor for class com.redislabs.redisgraph.impl.api.RedisGraph
-
Creates a client using provided Jedis pool
- RedisGraph - Interface in com.redislabs.redisgraph
-
- RedisGraphCacheHolder - Interface in com.redislabs.redisgraph.impl.api
-
- RedisGraphCaches - Class in com.redislabs.redisgraph.impl.graph_cache
-
- RedisGraphCaches() - Constructor for class com.redislabs.redisgraph.impl.graph_cache.RedisGraphCaches
-
- RedisGraphCommand - Enum in com.redislabs.redisgraph.impl.api
-
- RedisGraphContext - Interface in com.redislabs.redisgraph
-
- RedisGraphContextGenerator - Interface in com.redislabs.redisgraph
-
- RedisGraphPipeline - Class in com.redislabs.redisgraph.impl.api
-
This class is extending Jedis Pipeline
- RedisGraphPipeline(Client, RedisGraph) - Constructor for class com.redislabs.redisgraph.impl.api.RedisGraphPipeline
-
- RedisGraphPipeline - Interface in com.redislabs.redisgraph
-
An interface which aligned to Jedis Pipeline interface
- RedisGraphTransaction - Class in com.redislabs.redisgraph.impl.api
-
This class is extending Jedis Transaction
- RedisGraphTransaction(Client, RedisGraph) - Constructor for class com.redislabs.redisgraph.impl.api.RedisGraphTransaction
-
- RedisGraphTransaction - Interface in com.redislabs.redisgraph
-
An interface which aligned to Jedis transactional interface
- relationshipsCreated() - Method in class com.redislabs.redisgraph.impl.resultset.StatisticsImpl
-
- relationshipsCreated() - Method in interface com.redislabs.redisgraph.Statistics
-
- relationshipsDeleted() - Method in class com.redislabs.redisgraph.impl.resultset.StatisticsImpl
-
- relationshipsDeleted() - Method in interface com.redislabs.redisgraph.Statistics
-
- removeGraphCache(String) - Method in class com.redislabs.redisgraph.impl.graph_cache.RedisGraphCaches
-
Removes a graph meta data cache
- removeLabel(String) - Method in class com.redislabs.redisgraph.graph_entities.Node
-
- removeProperty(String) - Method in class com.redislabs.redisgraph.graph_entities.GraphEntity
-
- ResultSet - Interface in com.redislabs.redisgraph
-
Hold a query result
- ResultSetImpl - Class in com.redislabs.redisgraph.impl.resultset
-
- ResultSetImpl(List<Object>, RedisGraph, GraphCache) - Constructor for class com.redislabs.redisgraph.impl.resultset.ResultSetImpl
-
- sendQuery(String, String) - Method in class com.redislabs.redisgraph.impl.api.AbstractRedisGraph
-
Sends a query to the redis graph.
- sendQuery(String, String, long) - Method in class com.redislabs.redisgraph.impl.api.AbstractRedisGraph
-
Sends a query to the redis graph.Implementation and context dependent
- sendQuery(String, String) - Method in class com.redislabs.redisgraph.impl.api.ContextedRedisGraph
-
Sends the query over the instance only connection
- sendQuery(String, String, long) - Method in class com.redislabs.redisgraph.impl.api.ContextedRedisGraph
-
Sends the query over the instance only connection
- sendQuery(String, String) - Method in class com.redislabs.redisgraph.impl.api.RedisGraph
-
Overrides the abstract function.
- sendQuery(String, String, long) - Method in class com.redislabs.redisgraph.impl.api.RedisGraph
-
Overrides the abstract function.
- sendReadOnlyQuery(String, String) - Method in class com.redislabs.redisgraph.impl.api.AbstractRedisGraph
-
Sends a read-only query to the redis graph.
- sendReadOnlyQuery(String, String, long) - Method in class com.redislabs.redisgraph.impl.api.AbstractRedisGraph
-
Sends a read-query to the redis graph.Implementation and context dependent
- sendReadOnlyQuery(String, String) - Method in class com.redislabs.redisgraph.impl.api.ContextedRedisGraph
-
Sends the read-only query over the instance only connection
- sendReadOnlyQuery(String, String, long) - Method in class com.redislabs.redisgraph.impl.api.ContextedRedisGraph
-
Sends the read-only query over the instance only connection
- sendReadOnlyQuery(String, String) - Method in class com.redislabs.redisgraph.impl.api.RedisGraph
-
Overrides the abstract function.
- sendReadOnlyQuery(String, String, long) - Method in class com.redislabs.redisgraph.impl.api.RedisGraph
-
Overrides the abstract function.
- setDestination(long) - Method in class com.redislabs.redisgraph.graph_entities.Edge
-
- setId(long) - Method in class com.redislabs.redisgraph.graph_entities.GraphEntity
-
- setName(String) - Method in class com.redislabs.redisgraph.graph_entities.Property
-
- setRedisGraphCaches(RedisGraphCaches) - Method in class com.redislabs.redisgraph.impl.api.ContextedRedisGraph
-
- setRedisGraphCaches(RedisGraphCaches) - Method in interface com.redislabs.redisgraph.impl.api.RedisGraphCacheHolder
-
- setRedisGraphCaches(RedisGraphCaches) - Method in class com.redislabs.redisgraph.impl.api.RedisGraphPipeline
-
- setRedisGraphCaches(RedisGraphCaches) - Method in class com.redislabs.redisgraph.impl.api.RedisGraphTransaction
-
- setRelationshipType(String) - Method in class com.redislabs.redisgraph.graph_entities.Edge
-
- setSource(long) - Method in class com.redislabs.redisgraph.graph_entities.Edge
-
- setValue(T) - Method in class com.redislabs.redisgraph.graph_entities.Property
-
- size() - Method in class com.redislabs.redisgraph.impl.resultset.RecordImpl
-
- size() - Method in class com.redislabs.redisgraph.impl.resultset.ResultSetImpl
-
- size() - Method in interface com.redislabs.redisgraph.Record
-
The number of fields in this record
- size() - Method in interface com.redislabs.redisgraph.ResultSet
-
- Statistics - Interface in com.redislabs.redisgraph
-
- Statistics.Label - Enum in com.redislabs.redisgraph
-
Different Statistics labels
- StatisticsImpl - Class in com.redislabs.redisgraph.impl.resultset
-
Query result statistics interface implementation
- StatisticsImpl(List<byte[]>) - Constructor for class com.redislabs.redisgraph.impl.resultset.StatisticsImpl
-
A raw representation of query execution statistics is a list of strings
(byte arrays which need to be de-serialized).
- sync() - Method in interface com.redislabs.redisgraph.RedisGraphPipeline
-
Synchronize pipeline by reading all responses.
- syncAndReturnAll() - Method in interface com.redislabs.redisgraph.RedisGraphPipeline
-
Synchronize pipeline by reading all responses.