Interface AlgoBaseConfig

    • Method Detail

      • concurrency

        @Default
        default int concurrency()
      • graphName

        @Parameter
        java.util.Optional<java.lang.String> graphName()
      • relationshipTypes

        @Default
        default java.util.List<java.lang.String> relationshipTypes()
      • relationshipTypeIdentifiers

        @Ignore
        default java.util.Collection<RelationshipType> relationshipTypeIdentifiers​(GraphStore graphStore)
      • nodeLabels

        @Default
        default java.util.List<java.lang.String> nodeLabels()
      • nodeLabelIdentifiers

        @Ignore
        default java.util.Collection<NodeLabel> nodeLabelIdentifiers​(GraphStore graphStore)
      • implicitCreateConfig

        @Parameter
        java.util.Optional<GraphCreateConfig> implicitCreateConfig()