Interface ExecutableNodePropertyStep

  • All Superinterfaces:
    org.neo4j.gds.config.ToMapConvertible
    All Known Implementing Classes:
    NodePropertyStep

    public interface ExecutableNodePropertyStep
    extends org.neo4j.gds.config.ToMapConvertible
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.Object> config()  
      org.neo4j.gds.core.utils.mem.MemoryEstimation estimate​(org.neo4j.gds.core.model.ModelCatalog modelCatalog, 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)  
      java.lang.String procName()  
      • Methods inherited from interface org.neo4j.gds.config.ToMapConvertible

        toMap
    • Method Detail

      • execute

        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)
      • config

        java.util.Map<java.lang.String,​java.lang.Object> config()
      • procName

        java.lang.String procName()
      • estimate

        org.neo4j.gds.core.utils.mem.MemoryEstimation estimate​(org.neo4j.gds.core.model.ModelCatalog modelCatalog,
                                                               java.util.List<java.lang.String> nodeLabels,
                                                               java.util.List<java.lang.String> relTypes)