Class NodePropertyStepFactory


  • public final class NodePropertyStepFactory
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static NodePropertyStep createNodePropertyStep​(java.lang.String taskName, java.util.Map<java.lang.String,​java.lang.Object> configMap)  
      static NodePropertyStep createNodePropertyStep​(java.lang.String taskName, java.util.Map<java.lang.String,​java.lang.Object> procConfigMap, java.util.List<java.lang.String> contextNodeLabels, java.util.List<java.lang.String> contextRelationshipTypes)  
      static org.neo4j.gds.executor.GdsCallableFinder.GdsCallableDefinition getGdsCallableDefinition​(java.lang.String taskName)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • createNodePropertyStep

        public static NodePropertyStep createNodePropertyStep​(java.lang.String taskName,
                                                              java.util.Map<java.lang.String,​java.lang.Object> configMap)
      • createNodePropertyStep

        public static NodePropertyStep createNodePropertyStep​(java.lang.String taskName,
                                                              java.util.Map<java.lang.String,​java.lang.Object> procConfigMap,
                                                              java.util.List<java.lang.String> contextNodeLabels,
                                                              java.util.List<java.lang.String> contextRelationshipTypes)
      • getGdsCallableDefinition

        public static org.neo4j.gds.executor.GdsCallableFinder.GdsCallableDefinition getGdsCallableDefinition​(java.lang.String taskName)