Package | Description |
---|---|
com.redislabs.redisgraph | |
com.redislabs.redisgraph.impl.api | |
com.redislabs.redisgraph.impl.graph_cache | |
com.redislabs.redisgraph.impl.resultset |
Modifier and Type | Interface and Description |
---|---|
interface |
RedisGraphContext |
interface |
RedisGraphContextGenerator |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRedisGraph
An abstract class to handle non implementation specific user requests
|
class |
ContextedRedisGraph
An implementation of RedisGraphContext.
|
class |
RedisGraph |
Constructor and Description |
---|
RedisGraphTransaction(redis.clients.jedis.Client client,
RedisGraph redisGraph) |
Modifier and Type | Method and Description |
---|---|
String |
GraphCache.getLabel(int index,
RedisGraph redisGraph) |
String |
RedisGraphCaches.getLabel(String graphId,
int index,
RedisGraph redisGraph)
Returns a String which represents the name of the label mapped to the label id
|
String |
GraphCache.getPropertyName(int index,
RedisGraph redisGraph) |
String |
RedisGraphCaches.getPropertyName(String graphId,
int index,
RedisGraph redisGraph)
Returns a String which represents the name of the property mapped to the label id
|
String |
GraphCache.getRelationshipType(int index,
RedisGraph redisGraph) |
String |
RedisGraphCaches.getRelationshipType(String graphId,
int index,
RedisGraph redisGraph)
Returns a String which represents the name of the relationship mapped to the label id
|
Constructor and Description |
---|
ResultSetImpl(List<Object> rawResponse,
RedisGraph redisGraph,
GraphCache cache) |
Copyright © 2020 RedisLabs. All rights reserved.