Interface PregelConfig

    • Method Detail

      • isAsynchronous

        @Default
        default boolean isAsynchronous()
      • writeProperty

        @Default
        @ConvertWith("org.apache.commons.lang3.StringUtils#trimToNull")
        default java.lang.String writeProperty()
        Specified by:
        writeProperty in interface WritePropertyConfig
      • mutateProperty

        @Default
        @ConvertWith("org.apache.commons.lang3.StringUtils#trimToNull")
        default java.lang.String mutateProperty()
        Specified by:
        mutateProperty in interface MutatePropertyConfig
      • writeConcurrency

        @Default
        @Key("writeConcurrency")
        default int writeConcurrency()
        Specified by:
        writeConcurrency in interface WriteConfig
      • of

        static PregelConfig of​(java.lang.String username,
                               java.util.Optional<java.lang.String> graphName,
                               java.util.Optional<GraphCreateConfig> maybeImplicitCreate,
                               org.neo4j.graphalgo.core.CypherMapWrapper userInput)