Package redis.clients.jedis.graph
Class GraphCommandObjects.GraphCacheImpl
java.lang.Object
redis.clients.jedis.graph.GraphCommandObjects.GraphCacheImpl
- All Implemented Interfaces:
GraphCache
- Enclosing class:
GraphCommandObjects
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final GraphCommandObjects.GraphCacheListprivate final GraphCommandObjects.GraphCacheListprivate final GraphCommandObjects.GraphCacheList -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLabel(int index) getPropertyName(int index) getRelationshipType(int index)
-
Field Details
-
labels
-
propertyNames
-
relationshipTypes
-
-
Constructor Details
-
GraphCacheImpl
-
-
Method Details
-
getLabel
- Specified by:
getLabelin interfaceGraphCache- Parameters:
index- - index of label- Returns:
- requested label
-
getRelationshipType
- Specified by:
getRelationshipTypein interfaceGraphCache- Parameters:
index- index of the relationship type- Returns:
- requested relationship type
-
getPropertyName
- Specified by:
getPropertyNamein interfaceGraphCache- Parameters:
index- index of property name- Returns:
- requested property
-