Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 280 for Plan (0.04 sec)

  1. pkg/test/framework/resource/config/plan.go

    )
    
    // Plan for configuration that can be applied or deleted as an atomic unit.
    // A Plan is initially created by a Factory, but then can continually be
    // appended to before finally calling Apply or Delete.
    type Plan interface {
    	// Factory for appending to this Config.
    	Factory
    
    	// Copy returns a deep copy of this Plan.
    	Copy() Plan
    
    	// Apply this config.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 27 17:09:00 UTC 2022
    - 1.2K bytes
    - Viewed (0)
  2. okhttp/src/main/kotlin/okhttp3/internal/connection/FastFallbackExchangeFinder.kt

        if (plan is FailedPlan) return plan.result
    
        // Connect TCP asynchronously.
        tcpConnectsInFlight += plan
        val taskName = "$okHttpName connect ${routePlanner.address.url.redact()}"
        taskRunner.newQueue().schedule(
          object : Task(taskName) {
            override fun runOnce(): Long {
              val connectResult =
                try {
                  plan.connectTcp()
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 5.8K bytes
    - Viewed (0)
  3. pkg/test/framework/resource/config/factory.go

    // limitations under the License.
    
    package config
    
    // Factory for config Plan resources.
    type Factory interface {
    	// New return an empty config Plan.
    	New() Plan
    
    	// YAML returns a Plan with the given YAML and target namespace.
    	YAML(ns string, yamlText ...string) Plan
    
    	// File reads the given files and calls YAML.
    	File(ns string, paths ...string) Plan
    
    	// Eval the same as YAML, but it evaluates the template parameters.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 25 19:30:47 UTC 2022
    - 1.1K bytes
    - Viewed (0)
  4. subprojects/core/src/main/java/org/gradle/internal/build/DefaultBuildWorkPreparer.java

        }
    
        @Override
        public void populateWorkGraph(GradleInternal gradle, ExecutionPlan plan, Consumer<? super ExecutionPlan> action) {
            action.accept(plan);
            plan.determineExecutionPlan();
        }
    
        @Override
        public FinalizedExecutionPlan finalizeWorkGraph(GradleInternal gradle, ExecutionPlan plan) {
            TaskExecutionGraphInternal taskGraph = gradle.getTaskGraph();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Aug 26 20:13:45 UTC 2022
    - 2.2K bytes
    - Viewed (0)
  5. subprojects/core/src/main/java/org/gradle/internal/build/BuildOperationFiringBuildWorkPreparer.java

    import org.gradle.api.NonNullApi;
    import org.gradle.api.Task;
    import org.gradle.api.internal.GradleInternal;
    import org.gradle.execution.plan.ExecutionPlan;
    import org.gradle.execution.plan.FinalizedExecutionPlan;
    import org.gradle.execution.plan.QueryableExecutionPlan;
    import org.gradle.execution.plan.ToPlannedNodeConverterRegistry;
    import org.gradle.internal.operations.BuildOperationContext;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 08 13:46:07 UTC 2024
    - 7.9K bytes
    - Viewed (0)
  6. okhttp/src/main/kotlin/okhttp3/internal/connection/RoutePlanner.kt

        fun handleSuccess(): RealConnection
    
        fun cancel()
    
        /**
         * Returns a plan to attempt if canceling this plan was a mistake! The returned plan is not
         * canceled, even if this plan is canceled.
         */
        fun retry(): Plan?
      }
    
      /**
       * What to do once a plan has executed.
       *
       * If [nextPlan] is not-null, another attempt should be made by following it. If [throwable] is
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 4.2K bytes
    - Viewed (0)
  7. subprojects/core/src/test/groovy/org/gradle/execution/DefaultTasksBuildTaskSchedulerTest.groovy

            when:
            action.scheduleRequestedTasks(gradle, selector, plan)
    
            then:
            1 * delegate.scheduleRequestedTasks(gradle, selector, plan)
        }
    
        def "proceeds when no task requests specified in StartParameter"() {
            given:
            _ * startParameter.taskRequests >> []
    
            when:
            action.scheduleRequestedTasks(gradle, selector, plan)
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 02 00:39:25 UTC 2022
    - 3.3K bytes
    - Viewed (0)
  8. subprojects/core/src/main/java/org/gradle/internal/build/BuildWorkPreparer.java

    import org.gradle.api.internal.GradleInternal;
    import org.gradle.execution.plan.ExecutionPlan;
    import org.gradle.execution.plan.FinalizedExecutionPlan;
    
    import java.util.function.Consumer;
    
    public interface BuildWorkPreparer {
        /**
         * Creates a new, empty plan.
         */
        ExecutionPlan newExecutionPlan();
    
        /**
         * Populates the given execution plan using the given action.
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Aug 26 20:13:45 UTC 2022
    - 1.3K bytes
    - Viewed (0)
  9. subprojects/core/src/main/java/org/gradle/execution/plan/ExecutionPlan.java

        /**
         * Adds an entry task to the execution plan. If called multiple times then execution plan follows the method invocation order.
         *
         */
        void addEntryTask(Task task);
    
        /**
         * Adds entry tasks to the execution plan. No ordering can be assumed between the elements of the target collection. If called multiple times then execution plan follows the method invocation order.
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 23 19:05:29 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  10. docs/fr/docs/tutorial/background-tasks.md

    # Tâches d'arrière-plan
    
    Vous pouvez définir des tâches d'arrière-plan qui seront exécutées après avoir retourné une réponse.
    
    Ceci est utile pour les opérations qui doivent avoir lieu après une requête, mais où le client n'a pas réellement besoin d'attendre que l'opération soit terminée pour recevoir une réponse.
    
    Cela comprend, par exemple :
    
    * Les notifications par email envoyées après l'exécution d'une action :
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu May 12 00:06:16 UTC 2022
    - 5.7K bytes
    - Viewed (0)
Back to top