Interface GraphStoreWrapper

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

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

      • Nested classes/interfaces inherited from interface org.neo4j.gds.api.GraphStore

        org.neo4j.gds.api.GraphStore.PropertyState
    • 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, nodePropertyKeys, nodePropertyKeys, nodePropertyKeys, nodePropertyState, nodePropertyType, nodePropertyValues, nodePropertyValues, nodes, relationshipCount, relationshipCount, relationshipPropertyKeys, relationshipPropertyKeys, relationshipPropertyKeys, relationshipPropertyType, relationshipTypes, release, removeNodeProperty, schema
    • Method Detail

      • innerGraphStore

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