Package org.neo4j.gds.core.cypher
Class CypherGraphStore
- java.lang.Object
-
- org.neo4j.gds.core.cypher.GraphStoreAdapter
-
- org.neo4j.gds.core.cypher.CypherGraphStore
-
- All Implemented Interfaces:
org.neo4j.gds.api.GraphStore,GraphStoreWrapper,NodeLabelUpdater
public class CypherGraphStore extends GraphStoreAdapter implements NodeLabelUpdater
-
-
Constructor Summary
Constructors Constructor Description CypherGraphStore(org.neo4j.gds.api.GraphStore graphStore)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddLabelToNode(long nodeId, org.neo4j.gds.NodeLabel nodeLabel)voidaddNodeLabel(org.neo4j.gds.NodeLabel nodeLabel)voidinitialize(org.neo4j.token.TokenHolders tokenHolders)org.neo4j.gds.api.NodeMappingnodes()RelationshipIdsrelationshipIds()-
Methods inherited from class org.neo4j.gds.core.cypher.GraphStoreAdapter
addNodeProperty, addRelationshipType, canRelease, databaseId, deleteRelationships, getCompositeRelationshipIterator, getGraph, getGraph, getGraph, getGraph, getGraph, getGraph, getUnion, hasNodeProperty, hasNodeProperty, hasRelationshipProperty, hasRelationshipType, innerGraphStore, modificationTime, nodeCount, nodeLabels, nodeProperty, nodeProperty, nodePropertyKeys, nodePropertyKeys, nodePropertyKeys, nodePropertyState, nodePropertyType, nodePropertyValues, nodePropertyValues, relationshipCount, relationshipCount, relationshipPropertyKeys, relationshipPropertyKeys, relationshipPropertyKeys, relationshipPropertyType, relationshipPropertyValues, relationshipTypes, release, removeNodeProperty, schema
-
-
-
-
Method Detail
-
initialize
public void initialize(org.neo4j.token.TokenHolders tokenHolders)
-
nodes
public org.neo4j.gds.api.NodeMapping nodes()
- Specified by:
nodesin interfaceorg.neo4j.gds.api.GraphStore- Overrides:
nodesin classGraphStoreAdapter
-
addNodeLabel
public void addNodeLabel(org.neo4j.gds.NodeLabel nodeLabel)
- Specified by:
addNodeLabelin interfaceNodeLabelUpdater
-
addLabelToNode
public void addLabelToNode(long nodeId, org.neo4j.gds.NodeLabel nodeLabel)- Specified by:
addLabelToNodein interfaceNodeLabelUpdater
-
relationshipIds
public RelationshipIds relationshipIds()
-
-