Interface GraphStoreWrapper

  • All Superinterfaces:
    org.neo4j.gds.api.GraphStore
    All Known Implementing Classes:
    CypherGraphStore, GraphStoreAdapter

    public interface GraphStoreWrapper
    extends org.neo4j.gds.api.GraphStore
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.neo4j.gds.api.GraphStore innerGraphStore()  
      • Methods inherited from interface org.neo4j.gds.api.GraphStore

        addNodeProperty, addRelationshipType, canRelease, databaseId, deleteRelationships, getCompositeRelationshipIterator, getGraph, getGraph, getGraph, getGraph, getGraph, getGraph, getUnion, hasNodeProperty, hasNodeProperty, hasRelationshipProperty, hasRelationshipType, modificationTime, nodeCount, nodeLabels, nodeProperty, nodeProperty, nodePropertyKeys, nodePropertyKeys, nodePropertyKeys, nodePropertyState, nodePropertyType, nodePropertyValues, nodePropertyValues, nodes, relationshipCount, relationshipCount, relationshipPropertyKeys, relationshipPropertyKeys, relationshipPropertyKeys, relationshipPropertyType, relationshipPropertyValues, relationshipTypes, release, removeNodeProperty, schema
    • Method Detail

      • innerGraphStore

        org.neo4j.gds.api.GraphStore innerGraphStore()