Class TokenManager

  • All Implemented Interfaces:
    org.neo4j.gds.core.cypher.CypherGraphStore.StateVisitor

    public class TokenManager
    extends java.lang.Object
    implements org.neo4j.gds.core.cypher.CypherGraphStore.StateVisitor
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.neo4j.gds.core.cypher.CypherGraphStore.StateVisitor

        org.neo4j.gds.core.cypher.CypherGraphStore.StateVisitor.Adapter
    • Constructor Summary

      Constructors 
      Constructor Description
      TokenManager​(org.neo4j.token.TokenHolders tokenHolders, InMemoryTransactionStateVisitor transactionStateVisitor, org.neo4j.gds.core.cypher.CypherGraphStore graphStore, org.neo4j.storageengine.api.CommandCreationContext commandCreationContext)  
    • Constructor Detail

      • TokenManager

        public TokenManager​(org.neo4j.token.TokenHolders tokenHolders,
                            InMemoryTransactionStateVisitor transactionStateVisitor,
                            org.neo4j.gds.core.cypher.CypherGraphStore graphStore,
                            org.neo4j.storageengine.api.CommandCreationContext commandCreationContext)
    • Method Detail

      • init

        public void init()
      • nodePropertyRemoved

        public void nodePropertyRemoved​(java.lang.String propertyKey)
        Specified by:
        nodePropertyRemoved in interface org.neo4j.gds.core.cypher.CypherGraphStore.StateVisitor
      • nodePropertyAdded

        public void nodePropertyAdded​(java.lang.String propertyKey)
        Specified by:
        nodePropertyAdded in interface org.neo4j.gds.core.cypher.CypherGraphStore.StateVisitor
      • nodeLabelAdded

        public void nodeLabelAdded​(java.lang.String nodeLabel)
        Specified by:
        nodeLabelAdded in interface org.neo4j.gds.core.cypher.CypherGraphStore.StateVisitor
      • relationshipTypeAdded

        public void relationshipTypeAdded​(java.lang.String relationshipType)
        Specified by:
        relationshipTypeAdded in interface org.neo4j.gds.core.cypher.CypherGraphStore.StateVisitor
      • relationshipPropertyAdded

        public void relationshipPropertyAdded​(java.lang.String relationshipProperty)
        Specified by:
        relationshipPropertyAdded in interface org.neo4j.gds.core.cypher.CypherGraphStore.StateVisitor
      • tokenHolders

        public org.neo4j.token.TokenHolders tokenHolders()