public class GraphCache extends Object
Constructor and Description |
---|
GraphCache(String graphId) |
Modifier and Type | Method and Description |
---|---|
String |
getLabel(int index,
RedisGraph redisGraph) |
String |
getPropertyName(int index,
RedisGraph redisGraph) |
String |
getRelationshipType(int index,
RedisGraph redisGraph) |
public GraphCache(String graphId)
graphId
- - graph Idpublic String getLabel(int index, RedisGraph redisGraph)
index
- - index of labelpublic String getRelationshipType(int index, RedisGraph redisGraph)
index
- index of the relationship typepublic String getPropertyName(int index, RedisGraph redisGraph)
index
- index of property nameCopyright © 2019 RedisLabs. All rights reserved.