Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 492 for fetches (0.48 sec)

  1. android/guava/src/com/google/common/io/ByteSource.java

       *
       * <p>Note: The input {@code Iterator} will be copied to an {@code ImmutableList} when this method
       * is called. This will fail if the iterator is infinite and may cause problems if the iterator
       * eagerly fetches data for each source when iterated (rather than producing sources that only
       * load data through their streams). Prefer using the {@link #concat(Iterable)} overload if
       * possible.
       *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 17 14:35:11 UTC 2023
    - 26.2K bytes
    - Viewed (0)
  2. cmd/admin-heal-ops.go

    }
    
    // PopHealStatusJSON - Called by heal-status API. It fetches the heal
    // status results from global state and returns its JSON
    // representation. The clientToken helps ensure there aren't
    // conflicting clients fetching status.
    func (ahs *allHealState) PopHealStatusJSON(hpath string,
    	clientToken string) ([]byte, APIErrorCode,
    ) {
    	// fetch heal state for given path
    	h, exists := ahs.getHealSequence(hpath)
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 09 18:04:41 UTC 2024
    - 25.1K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/arm/obj5.go

    		if p.To.Type == obj.TYPE_MEM && (p.To.Name == obj.NAME_EXTERN || p.To.Name == obj.NAME_STATIC) && p.To.Sym != nil {
    			p.To.Type = obj.TYPE_BRANCH
    		}
    	}
    
    	// Replace TLS register fetches on older ARM processors.
    	switch p.As {
    	// Treat MRC 15, 0, <reg>, C13, C0, 3 specially.
    	case AMRC:
    		if p.To.Offset&0xffff0fff == 0xee1d0f70 {
    			// Because the instruction might be rewritten to a BL which returns in R0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 20 17:19:36 UTC 2023
    - 21.4K bytes
    - Viewed (0)
  4. pkg/kubelet/kubelet_node_status.go

    	if _, err := kl.patchNodeStatus(originalNode, node); err != nil {
    		// The originalNode is probably stale, but we know that the current state of kubelet would turn
    		// the node to be ready. Retry using syncNodeStatus() which fetches from the apiserver.
    		klog.ErrorS(err, "Error updating node status, will retry with syncNodeStatus")
    
    		// The reversed kl.syncNodeStatusMux.Unlock/Lock() below to allow kl.syncNodeStatus() execution.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 31.1K bytes
    - Viewed (0)
  5. src/cmd/go/internal/modload/import.go

    			}
    			if !ok || v == "none" {
    				continue
    			}
    			m := module.Version{Path: prefix, Version: v}
    
    			root, isLocal, err := fetch(ctx, m)
    			if err != nil {
    				if sumErr := (*sumMissingError)(nil); errors.As(err, &sumErr) {
    					// We are missing a sum needed to fetch a module in the build list.
    					// We can't verify that the package is unique, and we may not find
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 07 15:21:14 UTC 2024
    - 27.7K bytes
    - Viewed (0)
  6. pilot/pkg/xds/debug.go

    	Labels       map[string]string   `json:"labels"`
    	Metadata     *model.NodeMetadata `json:"metadata,omitempty"`
    	Locality     *core.Locality      `json:"locality,omitempty"`
    	Watches      map[string][]string `json:"watches,omitempty"`
    }
    
    // AdsClients is collection of AdsClient connected to this Istiod.
    type AdsClients struct {
    	Total     int         `json:"totalClients"`
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 00:26:45 UTC 2024
    - 39.5K bytes
    - Viewed (0)
  7. cluster/gce/gci/configure.sh

      - sudo systemctl status kube-node-installation
      - sudo systemctl status kube-node-configuration
    EOF
    }
    
    # A function that fetches a GCE metadata value and echoes it out.
    # Args:
    #   $1 : URL path after /computeMetadata/v1/ (without heading slash).
    #   $2 : An optional default value to echo out if the fetch fails.
    #
    # NOTE: this function is duplicated in configure-helper.sh, any changes here
    # should be duplicated there as well.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 04:14:02 UTC 2024
    - 36.5K bytes
    - Viewed (0)
  8. pkg/kubelet/apis/config/types.go

    const (
    	// GetChangeDetectionStrategy is a mode in which kubelet fetches
    	// necessary objects directly from apiserver.
    	GetChangeDetectionStrategy ResourceChangeDetectionStrategy = "Get"
    	// TTLCacheChangeDetectionStrategy is a mode in which kubelet uses
    	// ttl cache for object directly fetched from apiserver.
    	TTLCacheChangeDetectionStrategy ResourceChangeDetectionStrategy = "Cache"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 21:10:42 UTC 2024
    - 35.1K bytes
    - Viewed (0)
  9. cmd/notification.go

    		go func(index int) {
    			defer wg.Done()
    			errs[index] = sys.peerClients[index].ReloadSiteReplicationConfig(ctx)
    		}(index)
    	}
    
    	wg.Wait()
    	return errs
    }
    
    // GetLastDayTierStats fetches per-tier stats of the last 24hrs from all peers
    func (sys *NotificationSys) GetLastDayTierStats(ctx context.Context) DailyAllTierStats {
    	errs := make([]error, len(sys.allPeerClients))
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 44.9K bytes
    - Viewed (0)
  10. src/syscall/syscall_linux.go

    // Pull in entersyscall/exitsyscall for Syscall/Syscall6.
    //
    // Note that this can't be a push linkname because the runtime already has a
    // nameless linkname to export to assembly here and in x/sys. Additionally,
    // entersyscall fetches the caller PC and SP and thus can't have a wrapper
    // inbetween.
    
    //go:linkname runtime_entersyscall runtime.entersyscall
    func runtime_entersyscall()
    
    //go:linkname runtime_exitsyscall runtime.exitsyscall
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 20:12:46 UTC 2024
    - 35.7K bytes
    - Viewed (0)
Back to top