Package org.neo4j.gds.core.cypher
Class RelationshipIds
- java.lang.Object
-
- org.neo4j.gds.core.cypher.CypherGraphStore.StateVisitor.Adapter
-
- org.neo4j.gds.core.cypher.RelationshipIds
-
- All Implemented Interfaces:
CypherGraphStore.StateVisitor
public final class RelationshipIds extends CypherGraphStore.StateVisitor.Adapter
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRelationshipIds.RelationshipIdContextstatic interfaceRelationshipIds.ResolvedRelationshipIdFunction<T>static interfaceRelationshipIds.UpdateListener-
Nested classes/interfaces inherited from interface org.neo4j.gds.core.cypher.CypherGraphStore.StateVisitor
CypherGraphStore.StateVisitor.Adapter
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidregisterUpdateListener(RelationshipIds.UpdateListener updateListener)voidrelationshipTypeAdded(java.lang.String relationshipType)<T> TresolveRelationshipId(long relationshipId, RelationshipIds.ResolvedRelationshipIdFunction<T> relationshipIdConsumer)-
Methods inherited from class org.neo4j.gds.core.cypher.CypherGraphStore.StateVisitor.Adapter
nodeLabelAdded, nodePropertyAdded, nodePropertyRemoved, relationshipPropertyAdded
-
-
-
-
Method Detail
-
resolveRelationshipId
public <T> T resolveRelationshipId(long relationshipId, RelationshipIds.ResolvedRelationshipIdFunction<T> relationshipIdConsumer)
-
registerUpdateListener
public void registerUpdateListener(RelationshipIds.UpdateListener updateListener)
-
relationshipTypeAdded
public void relationshipTypeAdded(java.lang.String relationshipType)
- Specified by:
relationshipTypeAddedin interfaceCypherGraphStore.StateVisitor- Overrides:
relationshipTypeAddedin classCypherGraphStore.StateVisitor.Adapter
-
-