Package redis.clients.jedis.graph
Interface GraphCache
- All Known Implementing Classes:
GraphCommandObjects.GraphCacheImpl
interface GraphCache
Store a local cache in the client, for a specific graph. Holds the labels, property names and
relationship types.
-
Method Summary
Modifier and TypeMethodDescriptiongetLabel(int index) getPropertyName(int index) getRelationshipType(int index)
-
Method Details
-
getLabel
- Parameters:
index- - index of label- Returns:
- requested label
-
getRelationshipType
- Parameters:
index- index of the relationship type- Returns:
- requested relationship type
-
getPropertyName
- Parameters:
index- index of property name- Returns:
- requested property
-