Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 21 for concurrency (0.04 sec)

  1. android/guava-tests/test/com/google/common/cache/LocalCacheTest.java

    import static com.google.common.util.concurrent.MoreExecutors.listeningDecorator;
    import static java.lang.Math.max;
    import static java.lang.Thread.State.WAITING;
    import static java.util.concurrent.Executors.newSingleThreadExecutor;
    import static java.util.concurrent.TimeUnit.MILLISECONDS;
    import static java.util.concurrent.TimeUnit.MINUTES;
    import static java.util.concurrent.TimeUnit.NANOSECONDS;
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Mon Aug 11 19:31:30 UTC 2025
    - 110.5K bytes
    - Viewed (0)
  2. cmd/admin-handlers.go

    	// if we do run out of capacity, make sure to turn-off autotuning
    	// in such situations.
    	if autotune {
    		newConcurrent := concurrent + (concurrent+1)/2
    		autoTunedCapacityNeeded := uint64(newConcurrent * size)
    		if capacity < autoTunedCapacityNeeded {
    			// Turn-off auto-tuning if next possible concurrency would reach beyond disk capacity.
    			return true, false, ""
    		}
    	}
    
    	return true, autotune, ""
    }
    
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 99.6K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java

        }
    
        /**
         * Deletes a document from the specified index with optimistic concurrency control.
         *
         * @param index       the index name
         * @param id          the document ID
         * @param seqNo       the sequence number for optimistic concurrency control
         * @param primaryTerm the primary term for optimistic concurrency control
         * @return true if the document was deleted successfully, false otherwise
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Aug 31 08:19:00 UTC 2025
    - 121.9K bytes
    - Viewed (0)
  4. docs/en/docs/img/async/concurrent-burgers/concurrent-burgers-05.png

    concurrent-burgers-05.png...
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Wed Aug 17 10:48:05 UTC 2022
    - 156.1K bytes
    - Viewed (0)
  5. docs/en/docs/img/async/concurrent-burgers/concurrent-burgers-03.png

    concurrent-burgers-03.png...
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Wed Aug 17 10:48:05 UTC 2022
    - 168.9K bytes
    - Viewed (0)
  6. docs/en/docs/img/async/concurrent-burgers/concurrent-burgers-04.png

    concurrent-burgers-04.png...
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Wed Aug 17 10:48:05 UTC 2022
    - 159.6K bytes
    - Viewed (0)
  7. docs/en/docs/img/async/concurrent-burgers/concurrent-burgers-07.png

    concurrent-burgers-07.png...
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Wed Aug 17 10:48:05 UTC 2022
    - 166K bytes
    - Viewed (0)
  8. docs/en/docs/img/async/concurrent-burgers/concurrent-burgers-01.png

    concurrent-burgers-01.png...
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Wed Aug 17 10:48:05 UTC 2022
    - 198.6K bytes
    - Viewed (0)
  9. docs/en/docs/img/async/concurrent-burgers/concurrent-burgers-02.png

    concurrent-burgers-02.png...
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Wed Aug 17 10:48:05 UTC 2022
    - 163.1K bytes
    - Viewed (0)
  10. docs/en/docs/img/async/concurrent-burgers/concurrent-burgers-06.png

    concurrent-burgers-06.png...
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Wed Aug 17 10:48:05 UTC 2022
    - 161K bytes
    - Viewed (0)
Back to top