Skip navigation links
A C D E G H I K L M N P Q R S T U V W 

A

AbstractRedisGraph - Class in com.redislabs.redisgraph.impl.api
An abstract class to handle non implementation specific user requests
AbstractRedisGraph() - Constructor for class com.redislabs.redisgraph.impl.api.AbstractRedisGraph
 
addLabel(String) - Method in class com.redislabs.redisgraph.graph_entities.Node
 
addProperty(String, ResultSet.ResultSetScalarTypes, Object) - Method in class com.redislabs.redisgraph.graph_entities.GraphEntity
Adds a property to the entity, by composing name, type and value to a property object
addProperty(Property) - Method in class com.redislabs.redisgraph.graph_entities.GraphEntity
Add a property to the entity

C

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
com.redislabs.redisgraph - package com.redislabs.redisgraph
 
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 implementaion of RedisGraphContexted.
ContextedRedisGraph(Jedis) - Constructor for class com.redislabs.redisgraph.impl.api.ContextedRedisGraph
Generates a new instance with a specific Jedis connection

D

deleteGraph(String) - Method in class com.redislabs.redisgraph.impl.api.ContextedRedisGraph
Deletes the entire graph
deleteGraph(String) - Method in class com.redislabs.redisgraph.impl.api.RedisGraph
Deletes the entire graph
deleteGraph(String) - Method in class com.redislabs.redisgraph.impl.api.RedisGraphTransaction
Deletes the entire graph, in multi/exec context
deleteGraph(String) - Method in interface com.redislabs.redisgraph.RedisGraph
Deletes the entire graph
deleteGraph(String) - Method in interface com.redislabs.redisgraph.RedisGraphTransaction
Deletes the entire graph
discard() - Method in interface com.redislabs.redisgraph.RedisGraphTransaction
Flushes all previously queued commands in a transaction and restores the connection state to normal
DUMMY_LIST - Static variable in class com.redislabs.redisgraph.impl.Utils
 
DUMMY_MAP - Static variable in class com.redislabs.redisgraph.impl.Utils
 

E

Edge - Class in com.redislabs.redisgraph.graph_entities
A class represent an edge (graph entity).
Edge() - Constructor for class com.redislabs.redisgraph.graph_entities.Edge
 
equals(Object) - Method in class com.redislabs.redisgraph.graph_entities.Edge
 
equals(Object) - Method in class com.redislabs.redisgraph.graph_entities.GraphEntity
 
equals(Object) - Method in class com.redislabs.redisgraph.graph_entities.Node
 
equals(Object) - Method in class com.redislabs.redisgraph.graph_entities.Property
 
equals(Object) - Method in class com.redislabs.redisgraph.impl.resultset.HeaderImpl
 
equals(Object) - Method in class com.redislabs.redisgraph.impl.resultset.RecordImpl
 
equals(Object) - Method in class com.redislabs.redisgraph.impl.resultset.ResultSetImpl
 
equals(Object) - Method in class com.redislabs.redisgraph.impl.resultset.StatisticsImpl
 
exec() - Method in interface com.redislabs.redisgraph.RedisGraphTransaction
executes the transaction
execGetResponse() - Method in interface com.redislabs.redisgraph.RedisGraphTransaction
 

G

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.RedisGraphContexted
Returns implementing class connection context
getContextedAPI() - Method in class com.redislabs.redisgraph.impl.api.RedisGraph
Returns a new ContextedRedisGraph bounded to a Jedis connection from the Jedis pool
getContextedAPI() - Method in interface com.redislabs.redisgraph.RedisGraphGeneralContext
Generate a connection bounded api
getDestination() - Method in class com.redislabs.redisgraph.graph_entities.Edge
 
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
 
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
getType() - Method in class com.redislabs.redisgraph.graph_entities.Property
 
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
 

H

hashCode() - Method in class com.redislabs.redisgraph.graph_entities.Edge
 
hashCode() - Method in class com.redislabs.redisgraph.graph_entities.GraphEntity
 
hashCode() - Method in class com.redislabs.redisgraph.graph_entities.Node
 
hashCode() - Method in class com.redislabs.redisgraph.graph_entities.Property
 
hashCode() - Method in class com.redislabs.redisgraph.impl.resultset.HeaderImpl
 
hashCode() - Method in class com.redislabs.redisgraph.impl.resultset.RecordImpl
 
hashCode() - Method in class com.redislabs.redisgraph.impl.resultset.ResultSetImpl
 
hashCode() - Method in class com.redislabs.redisgraph.impl.resultset.StatisticsImpl
 
hasNext() - Method in class com.redislabs.redisgraph.impl.resultset.ResultSetImpl
 
Header - Interface in com.redislabs.redisgraph
Query response header interface.
Header.ResultSetColumnTypes - Enum in com.redislabs.redisgraph
 
HeaderImpl - Class in com.redislabs.redisgraph.impl.resultset
Query result header interface implementation
HeaderImpl(List<List<Object>>) - Constructor for class com.redislabs.redisgraph.impl.resultset.HeaderImpl
Parameterized constructor A raw representation of a header (query response schema) is a list.

I

id - Variable in class com.redislabs.redisgraph.graph_entities.GraphEntity
 
indicesAdded() - Method in class com.redislabs.redisgraph.impl.resultset.StatisticsImpl
 
indicesAdded() - Method in interface com.redislabs.redisgraph.Statistics
 

K

keys() - Method in class com.redislabs.redisgraph.impl.resultset.RecordImpl
 
keys() - Method in interface com.redislabs.redisgraph.Record
The keys of the record

L

labelsAdded() - Method in class com.redislabs.redisgraph.impl.resultset.StatisticsImpl
 
labelsAdded() - Method in interface com.redislabs.redisgraph.Statistics
 

M

multi() - Method in class com.redislabs.redisgraph.impl.api.ContextedRedisGraph
Creates a new RedisGraphTransaction transactional object
multi() - Method in interface com.redislabs.redisgraph.RedisGraphContexted
Returns a Redis transactional object, over the connection context, with graph API capabilities

N

next() - Method in class com.redislabs.redisgraph.impl.resultset.ResultSetImpl
 
Node - Class in com.redislabs.redisgraph.graph_entities
* A class represent an node (graph entity).
Node() - Constructor for class com.redislabs.redisgraph.graph_entities.Node
 
nodesCreated() - Method in class com.redislabs.redisgraph.impl.resultset.StatisticsImpl
 
nodesCreated() - Method in interface com.redislabs.redisgraph.Statistics
 
nodesDeleted() - Method in class com.redislabs.redisgraph.impl.resultset.StatisticsImpl
 
nodesDeleted() - Method in interface com.redislabs.redisgraph.Statistics
 

P

prepareProcedure(String, List<String>, Map<String, List<String>>) - Static method in class com.redislabs.redisgraph.impl.Utils
Prepare and format a procedure call and its arguments
prepareQuery(String, Object...) - Static method in class com.redislabs.redisgraph.impl.Utils
Prepare and formats a query and query arguments
propertiesSet() - Method in class com.redislabs.redisgraph.impl.resultset.StatisticsImpl
 
propertiesSet() - Method in interface com.redislabs.redisgraph.Statistics
 
Property - Class in com.redislabs.redisgraph.graph_entities
A Graph entity property.
Property() - Constructor for class com.redislabs.redisgraph.graph_entities.Property
Default constructor
Property(String, ResultSet.ResultSetScalarTypes, Object) - Constructor for class com.redislabs.redisgraph.graph_entities.Property
Parameterized constructor
propertyMap - Variable in class com.redislabs.redisgraph.graph_entities.GraphEntity
 

Q

query(String, String, Object...) - Method in class com.redislabs.redisgraph.impl.api.AbstractRedisGraph
Execute a Cypher query with arguments
query(String, String, Object...) - Method in class com.redislabs.redisgraph.impl.api.RedisGraphTransaction
Execute a Cypher query with arguments
query(String, String, Object...) - Method in interface com.redislabs.redisgraph.RedisGraph
Execute a Cypher query with arguments
query(String, String, Object...) - Method in interface com.redislabs.redisgraph.RedisGraphTransaction
Execute a Cypher query with arguments

R

Record - Interface in com.redislabs.redisgraph
Container for RedisGraph result values.
RecordImpl - Class in com.redislabs.redisgraph.impl.resultset
 
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
 
RedisGraphContexted - Interface in com.redislabs.redisgraph
 
RedisGraphGeneralContext - Interface in com.redislabs.redisgraph
 
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
ResultSet.ResultSetScalarTypes - Enum in com.redislabs.redisgraph
 
ResultSetImpl - Class in com.redislabs.redisgraph.impl.resultset
 
ResultSetImpl(List<Object>, RedisGraph, GraphCache) - Constructor for class com.redislabs.redisgraph.impl.resultset.ResultSetImpl
 

S

sendQuery(String, String) - Method in class com.redislabs.redisgraph.impl.api.AbstractRedisGraph
Sends a query to the redis graph.
sendQuery(String, String) - 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.
setDestination(int) - Method in class com.redislabs.redisgraph.graph_entities.Edge
 
setId(int) - 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.RedisGraphTransaction
 
setRelationshipType(String) - Method in class com.redislabs.redisgraph.graph_entities.Edge
 
setSource(int) - Method in class com.redislabs.redisgraph.graph_entities.Edge
 
setType(ResultSet.ResultSetScalarTypes) - Method in class com.redislabs.redisgraph.graph_entities.Property
 
setValue(Object) - 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

T

toString() - Method in class com.redislabs.redisgraph.graph_entities.Edge
 
toString() - Method in class com.redislabs.redisgraph.graph_entities.GraphEntity
Default toString implementation.
toString() - Method in class com.redislabs.redisgraph.graph_entities.Node
 
toString() - Method in class com.redislabs.redisgraph.graph_entities.Property
Default toString implementation
toString() - Method in class com.redislabs.redisgraph.impl.resultset.HeaderImpl
 
toString() - Method in class com.redislabs.redisgraph.impl.resultset.RecordImpl
 
toString() - Method in class com.redislabs.redisgraph.impl.resultset.ResultSetImpl
 
toString() - Method in class com.redislabs.redisgraph.impl.resultset.StatisticsImpl
 
toString() - Method in enum com.redislabs.redisgraph.Statistics.Label
 

U

unwatch() - Method in class com.redislabs.redisgraph.impl.api.ContextedRedisGraph
Removes watch from all keys
unwatch() - Method in interface com.redislabs.redisgraph.RedisGraphContexted
Removes watch from all keys
Utils - Class in com.redislabs.redisgraph.impl
Utilities class

V

valueOf(String) - Static method in enum com.redislabs.redisgraph.Header.ResultSetColumnTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.redislabs.redisgraph.impl.api.RedisGraphCommand
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.redislabs.redisgraph.ResultSet.ResultSetScalarTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.redislabs.redisgraph.Statistics.Label
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.redislabs.redisgraph.Header.ResultSetColumnTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.redislabs.redisgraph.impl.api.RedisGraphCommand
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.redislabs.redisgraph.impl.resultset.RecordImpl
 
values() - Method in interface com.redislabs.redisgraph.Record
The values of the record
values() - Static method in enum com.redislabs.redisgraph.ResultSet.ResultSetScalarTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.redislabs.redisgraph.Statistics.Label
Returns an array containing the constants of this enum type, in the order they are declared.

W

watch(String...) - Method in class com.redislabs.redisgraph.impl.api.ContextedRedisGraph
Perfrom watch over given Redis keys
watch(String...) - Method in interface com.redislabs.redisgraph.RedisGraphContexted
Perform watch over given Redis keys
A C D E G H I K L M N P Q R S T U V W 
Skip navigation links

Copyright © 2019 RedisLabs. All rights reserved.