Class NodePropertyStep

    • Constructor Summary

      Constructors 
      Constructor Description
      NodePropertyStep​(org.neo4j.gds.executor.GdsCallableFinder.GdsCallableDefinition callableDefinition, java.util.Map<java.lang.String,​java.lang.Object> config)  
      NodePropertyStep​(org.neo4j.gds.executor.GdsCallableFinder.GdsCallableDefinition callableDefinition, java.util.Map<java.lang.String,​java.lang.Object> config, java.util.List<java.lang.String> contextNodeLabels, java.util.List<java.lang.String> contextRelationshipTypes)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.Object> config()  
      java.util.List<java.lang.String> contextNodeLabels()  
      java.util.List<java.lang.String> contextRelationshipTypes()  
      boolean equals​(java.lang.Object o)  
      org.neo4j.gds.core.utils.mem.MemoryEstimation estimate​(org.neo4j.gds.core.model.ModelCatalog modelCatalog, java.lang.String username, java.util.List<java.lang.String> nodeLabels, java.util.List<java.lang.String> relTypes)  
      void execute​(org.neo4j.gds.executor.ExecutionContext executionContext, java.lang.String graphName, java.util.Collection<org.neo4j.gds.NodeLabel> nodeLabels, java.util.Collection<org.neo4j.gds.RelationshipType> relTypes)  
      int hashCode()  
      java.lang.String mutateNodeProperty()  
      java.lang.String procName()  
      java.lang.String rootTaskName()  
      java.util.Map<java.lang.String,​java.lang.Object> toMap()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NodePropertyStep

        public NodePropertyStep​(org.neo4j.gds.executor.GdsCallableFinder.GdsCallableDefinition callableDefinition,
                                java.util.Map<java.lang.String,​java.lang.Object> config)
      • NodePropertyStep

        public NodePropertyStep​(org.neo4j.gds.executor.GdsCallableFinder.GdsCallableDefinition callableDefinition,
                                java.util.Map<java.lang.String,​java.lang.Object> config,
                                java.util.List<java.lang.String> contextNodeLabels,
                                java.util.List<java.lang.String> contextRelationshipTypes)
    • Method Detail

      • estimate

        public org.neo4j.gds.core.utils.mem.MemoryEstimation estimate​(org.neo4j.gds.core.model.ModelCatalog modelCatalog,
                                                                      java.lang.String username,
                                                                      java.util.List<java.lang.String> nodeLabels,
                                                                      java.util.List<java.lang.String> relTypes)
        Specified by:
        estimate in interface ExecutableNodePropertyStep
      • execute

        public void execute​(org.neo4j.gds.executor.ExecutionContext executionContext,
                            java.lang.String graphName,
                            java.util.Collection<org.neo4j.gds.NodeLabel> nodeLabels,
                            java.util.Collection<org.neo4j.gds.RelationshipType> relTypes)
        Specified by:
        execute in interface ExecutableNodePropertyStep
      • toMap

        public java.util.Map<java.lang.String,​java.lang.Object> toMap()
        Specified by:
        toMap in interface org.neo4j.gds.config.ToMapConvertible
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object