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 Details

    • getLabel

      String getLabel(int index)
      Parameters:
      index - - index of label
      Returns:
      requested label
    • getRelationshipType

      String getRelationshipType(int index)
      Parameters:
      index - index of the relationship type
      Returns:
      requested relationship type
    • getPropertyName

      String getPropertyName(int index)
      Parameters:
      index - index of property name
      Returns:
      requested property