Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 724 for transfer (0.28 sec)

  1. maven-compat/src/main/java/org/apache/maven/artifact/resolver/ArtifactResolutionResult.java

     * <ul>
     *   <li>missing metadata</li>
     *   <li>version range violations</li>
     *   <li>version circular dependencies</li>
     *   <li>missing artifacts</li>
     *   <li>network/transfer errors</li>
     *   <li>file system errors: permissions</li>
     * </ul>
     *
     * TODO carlos: all these possible has*Exceptions and get*Exceptions methods make the clients too
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Sep 06 11:28:54 UTC 2023
    - 9.9K bytes
    - Viewed (0)
  2. docs/metrics/v3.md

    | `minio_replication_average_data_transfer_rate`    | `gauge` | Average replication data transfer rate in bytes/sec                         | `server` |
    | `minio_replication_current_active_workers`        | `gauge` | Total number of active replication workers                                  | `server` |
    | `minio_replication_current_data_transfer_rate`    | `gauge` | Current replication data transfer rate in bytes/sec                         | `server` |
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 06 09:36:25 UTC 2024
    - 40.9K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/repositories/resolver/IvyResolverTest.groovy

    import org.gradle.internal.resource.local.FileResourceRepository
    import org.gradle.internal.resource.local.FileStore
    import org.gradle.internal.resource.local.LocallyAvailableResourceFinder
    import org.gradle.internal.resource.transfer.CacheAwareExternalResourceAccessor
    import org.gradle.util.TestUtil
    import spock.lang.Specification
    
    import static org.gradle.internal.component.external.model.DefaultModuleComponentIdentifier.newId
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 10K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/repositories/transport/RepositoryTransportFactory.java

    import org.gradle.internal.resource.connector.ResourceConnectorSpecification;
    import org.gradle.internal.resource.local.FileResourceRepository;
    import org.gradle.internal.resource.transfer.ExternalResourceConnector;
    import org.gradle.internal.resource.transport.ResourceConnectorRepositoryTransport;
    import org.gradle.internal.resource.transport.file.FileTransport;
    import org.gradle.internal.service.scopes.Scope;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 25 14:54:57 UTC 2024
    - 11.4K bytes
    - Viewed (0)
  5. docs/metrics/prometheus/list.md

    | `minio_node_replication_average_transfer_rate`          | Average replication transfer rate in bytes/sec                                                           |
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:54 UTC 2024
    - 43.3K bytes
    - Viewed (0)
  6. src/net/splice_linux_test.go

    	// We need to use the actual size for startTestSocketPeer when testing with LimitedReader,
    	// otherwise the child process created in startTestSocketPeer will hang infinitely because of
    	// the mismatch of data size to transfer.
    	size := tc.totalSize
    	if tc.limitReadSize > 0 {
    		if tc.limitReadSize < size {
    			size = tc.limitReadSize
    		}
    	}
    
    	clientUp, serverUp := spawnTestSocketPair(t, tc.upNet)
    	defer serverUp.Close()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 21:49:26 UTC 2024
    - 14.5K bytes
    - Viewed (0)
  7. tensorflow/compiler/jit/xla_device.cc

        }
        host_to_device_stream = host_to_device_stream_;
        device_to_device_streams = device_to_device_streams_;
        // The data transfer requests from device to host could arrive out of order,
        // so a single stream would cause deadlock. For this case,
        // xla_device_context would borrow a stream for each transfer request.
        device_to_host_stream = nullptr;
      } else {
        host_to_device_stream = stream_;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 20 21:05:42 UTC 2024
    - 24.3K bytes
    - Viewed (0)
  8. tensorflow/compiler/jit/xla_launch_util.cc

        if (device->device_type() == DEVICE_GPU) {
          // The GPUDeviceContext enqueues the host->device transfer in a
          // separate stream from the main compute stream. We must ensure the
          // compute stream is synchronized with the host->device transfer
          // stream now otherwise we will create a race condition.
          auto* gpu_device_context =
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 00:36:08 UTC 2024
    - 40.4K bytes
    - Viewed (0)
  9. platforms/software/dependency-management/src/main/java/org/gradle/internal/resource/transfer/DefaultCacheAwareExternalResourceAccessor.java

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.internal.resource.transfer;
    
    import com.google.common.io.Files;
    import org.apache.commons.io.IOUtils;
    import org.apache.commons.lang.StringUtils;
    import org.gradle.api.UncheckedIOException;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 11.2K bytes
    - Viewed (0)
  10. licenses/github.com/hashicorp/hcl/LICENSE

          and apparatus claims, in any patent Licensable by such Contributor that
          would be infringed, but for the grant of the License, by the making,
          using, selling, offering for sale, having made, import, or transfer of
          either its Contributions or its Contributor Version.
    
    1.12. “Secondary License”
    
          means either the GNU General Public License, Version 2.0, the GNU Lesser
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Oct 26 02:47:39 UTC 2019
    - 15.6K bytes
    - Viewed (0)
Back to top