A C D E F G H I J K L M N P Q R S T U V W 
All Classes All Packages

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(Property) - Method in class com.redislabs.redisgraph.graph_entities.GraphEntity
Add a property to the entity
addProperty(String, 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

C

CACHED_EXECUTION - com.redislabs.redisgraph.Statistics.Label
 
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) - Method in class com.redislabs.redisgraph.impl.api.RedisGraphTransaction
Invokes stored procedures without arguments, in multi/exec context
callProcedure(String, String) - Method in interface com.redislabs.redisgraph.RedisGraph
Invokes stored procedures without arguments
callProcedure(String, String) - Method in interface com.redislabs.redisgraph.RedisGraphTransaction
Invokes stored procedures without arguments
callProcedure(String, String, List<String>) - Method in class com.redislabs.redisgraph.impl.api.AbstractRedisGraph
 
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>) - Method in interface com.redislabs.redisgraph.RedisGraph
Invokes stored procedure with 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 class com.redislabs.redisgraph.impl.api.AbstractRedisGraph
 
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, List<String>, Map<String, List<String>>) - Method in interface com.redislabs.redisgraph.RedisGraph
Invoke a stored procedure
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
 
COLUMN_NODE - com.redislabs.redisgraph.Header.ResultSetColumnTypes
 
COLUMN_RELATION - com.redislabs.redisgraph.Header.ResultSetColumnTypes
 
COLUMN_SCALAR - com.redislabs.redisgraph.Header.ResultSetColumnTypes
 
COLUMN_UNKNOWN - com.redislabs.redisgraph.Header.ResultSetColumnTypes
 
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

D

DELETE - com.redislabs.redisgraph.impl.api.RedisGraphCommand
 
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.Path
 
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
 

F

firstNode() - Method in class com.redislabs.redisgraph.graph_entities.Path
Returns the first node in the path.

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.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(int) - Method in interface com.redislabs.redisgraph.Record
The value at the given field index (represented as String)
getString(String) - Method in class com.redislabs.redisgraph.impl.resultset.RecordImpl
 
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(int) - Method in interface com.redislabs.redisgraph.Record
The value at the given field index
getValue(String) - Method in class com.redislabs.redisgraph.impl.resultset.RecordImpl
 
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.Path
 
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
 
INDICES_ADDED - com.redislabs.redisgraph.Statistics.Label
 
INDICES_DELETED - com.redislabs.redisgraph.Statistics.Label
 
indicesAdded() - Method in class com.redislabs.redisgraph.impl.resultset.StatisticsImpl
 
indicesAdded() - Method in interface com.redislabs.redisgraph.Statistics
 
indicesDeleted() - Method in class com.redislabs.redisgraph.impl.resultset.StatisticsImpl
 
indicesDeleted() - Method in interface com.redislabs.redisgraph.Statistics
 

J

JRedisGraphCompileTimeException - Exception in com.redislabs.redisgraph.exceptions
RedisGraph query syntax evaluation exception.
JRedisGraphCompileTimeException(String) - Constructor for exception com.redislabs.redisgraph.exceptions.JRedisGraphCompileTimeException
 
JRedisGraphCompileTimeException(String, Throwable) - Constructor for exception com.redislabs.redisgraph.exceptions.JRedisGraphCompileTimeException
 
JRedisGraphCompileTimeException(Throwable) - Constructor for exception com.redislabs.redisgraph.exceptions.JRedisGraphCompileTimeException
 
JRedisGraphRunTimeException - Exception in com.redislabs.redisgraph.exceptions
RedisGraph runtime exception.
JRedisGraphRunTimeException(String) - Constructor for exception com.redislabs.redisgraph.exceptions.JRedisGraphRunTimeException
 
JRedisGraphRunTimeException(String, Throwable) - Constructor for exception com.redislabs.redisgraph.exceptions.JRedisGraphRunTimeException
 
JRedisGraphRunTimeException(Throwable) - Constructor for exception com.redislabs.redisgraph.exceptions.JRedisGraphRunTimeException
 

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

LABELS_ADDED - com.redislabs.redisgraph.Statistics.Label
 
labelsAdded() - Method in class com.redislabs.redisgraph.impl.resultset.StatisticsImpl
 
labelsAdded() - Method in interface com.redislabs.redisgraph.Statistics
 
lastNode() - Method in class com.redislabs.redisgraph.graph_entities.Path
Returns the last node in the path.
length() - Method in class com.redislabs.redisgraph.graph_entities.Path
Returns the length of the path - number of edges.

M

multi() - Method in class com.redislabs.redisgraph.impl.api.ContextedRedisGraph
Creates a new RedisGraphTransaction transactional object
multi() - Method in interface com.redislabs.redisgraph.RedisGraphContext
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
 
nodeCount() - Method in class com.redislabs.redisgraph.graph_entities.Path
Return the number of nodes in the path.
NODES_CREATED - com.redislabs.redisgraph.Statistics.Label
 
NODES_DELETED - com.redislabs.redisgraph.Statistics.Label
 
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

Path - Class in com.redislabs.redisgraph.graph_entities
This class represents a path in the graph.
Path(List<Node>, List<Edge>) - Constructor for class com.redislabs.redisgraph.graph_entities.Path
Parametrized constructor
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
Deprecated.
prepareQuery(String, Map<String, Object>) - Static method in class com.redislabs.redisgraph.impl.Utils
Prepare and formats a query and query arguments
PROPERTIES_SET - com.redislabs.redisgraph.Statistics.Label
 
propertiesSet() - Method in class com.redislabs.redisgraph.impl.resultset.StatisticsImpl
 
propertiesSet() - Method in interface com.redislabs.redisgraph.Statistics
 
Property<T> - 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, T) - 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) - Method in class com.redislabs.redisgraph.impl.api.AbstractRedisGraph
Execute a Cypher query.
query(String, String) - Method in class com.redislabs.redisgraph.impl.api.RedisGraphTransaction
Execute a Cypher query.
query(String, String) - Method in interface com.redislabs.redisgraph.RedisGraph
Execute a Cypher query.
query(String, String) - Method in interface com.redislabs.redisgraph.RedisGraphTransaction
Execute a Cypher query.
query(String, String, Object...) - Method in class com.redislabs.redisgraph.impl.api.AbstractRedisGraph
query(String, String, Object...) - Method in class com.redislabs.redisgraph.impl.api.RedisGraphTransaction
query(String, String, Object...) - Method in interface com.redislabs.redisgraph.RedisGraph
Deprecated.
query(String, String, Object...) - Method in interface com.redislabs.redisgraph.RedisGraphTransaction
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>) - Method in class com.redislabs.redisgraph.impl.api.RedisGraphTransaction
Executes a cypher query with parameters.
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>) - Method in interface com.redislabs.redisgraph.RedisGraphTransaction
Executes a cypher query with parameters.
QUERY - com.redislabs.redisgraph.impl.api.RedisGraphCommand
 
QUERY_INTERNAL_EXECUTION_TIME - com.redislabs.redisgraph.Statistics.Label
 

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 - Interface in com.redislabs.redisgraph
 
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
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
 
RedisGraphTransaction - Class in com.redislabs.redisgraph.impl.api
This class is extending Jedis Transaction
RedisGraphTransaction - Interface in com.redislabs.redisgraph
An interface which aligned to Jedis transactional interface
RedisGraphTransaction(Client, RedisGraph) - Constructor for class com.redislabs.redisgraph.impl.api.RedisGraphTransaction
 
RELATIONSHIPS_CREATED - com.redislabs.redisgraph.Statistics.Label
 
RELATIONSHIPS_DELETED - com.redislabs.redisgraph.Statistics.Label
 
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
 

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

T

toString() - Method in class com.redislabs.redisgraph.graph_entities.Edge
 
toString() - Method in class com.redislabs.redisgraph.graph_entities.GraphEntity
 
toString() - Method in class com.redislabs.redisgraph.graph_entities.Node
 
toString() - Method in class com.redislabs.redisgraph.graph_entities.Path
 
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.RedisGraphContext
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.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.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.RedisGraphContext
Perform watch over given Redis keys
A C D E F G H I J K L M N P Q R S T U V W 
All Classes All Packages