- 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.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.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
- 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
-