Interface ExecutionContext


  • public interface ExecutionContext
    • Method Detail

      • databaseService

        @Nullable
        @Nullable org.neo4j.graphdb.GraphDatabaseService databaseService()
      • modelCatalog

        @Nullable
        @Nullable org.neo4j.gds.core.model.ModelCatalog modelCatalog()
      • log

        @Nullable
        @Nullable org.neo4j.logging.Log log()
      • procedureTransaction

        @Nullable
        @Nullable org.neo4j.graphdb.Transaction procedureTransaction()
      • transaction

        @Nullable
        @Nullable org.neo4j.kernel.api.KernelTransaction transaction()
      • internalTransaction

        @Lazy
        default org.neo4j.kernel.impl.coreapi.InternalTransaction internalTransaction()
      • callContext

        @Nullable
        @Nullable org.neo4j.internal.kernel.api.procs.ProcedureCallContext callContext()
      • taskRegistryFactory

        @Nullable
        @Nullable org.neo4j.gds.core.utils.progress.TaskRegistryFactory taskRegistryFactory()
      • userLogRegistryFactory

        @Nullable
        @Nullable org.neo4j.gds.core.utils.warnings.UserLogRegistryFactory userLogRegistryFactory()
      • username

        java.lang.String username()
      • relationshipStreamExporterBuilder

        @Nullable
        @Nullable org.neo4j.gds.core.write.RelationshipStreamExporterBuilder<? extends org.neo4j.gds.core.write.RelationshipStreamExporter> relationshipStreamExporterBuilder()
      • relationshipExporterBuilder

        @Nullable
        @Nullable org.neo4j.gds.core.write.RelationshipExporterBuilder<? extends org.neo4j.gds.core.write.RelationshipExporter> relationshipExporterBuilder()
      • nodePropertyExporterBuilder

        @Nullable
        @Nullable org.neo4j.gds.core.write.NodePropertyExporterBuilder<? extends org.neo4j.gds.core.write.NodePropertyExporter> nodePropertyExporterBuilder()
      • databaseId

        @Lazy
        default org.neo4j.gds.api.DatabaseId databaseId()
      • containsOutputField

        @Lazy
        default boolean containsOutputField​(java.lang.String fieldName)
      • isGdsAdmin

        @Lazy
        default boolean isGdsAdmin()