Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 72 for Backend (0.1 sec)

  1. pilot/pkg/networking/core/route/route.go

    	hashByDestination DestinationHashMap,
    ) []host.Name {
    	action := &route.RouteAction{}
    
    	setTimeout(action, in.Timeout, node)
    
    	if model.UseGatewaySemantics(vs) {
    		// return 500 for invalid backends
    		// https://github.com/kubernetes-sigs/gateway-api/blob/cea484e38e078a2c1997d8c7a62f410a1540f519/apis/v1beta1/httproute_types.go#L204
    		action.ClusterNotFoundResponseCode = route.RouteAction_INTERNAL_SERVER_ERROR
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 14:12:39 UTC 2024
    - 56.1K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/authoring-builds/gradle-properties/working_with_files.adoc

    This example mimics copying a generated report into a directory that will be packed into an archive, such as a ZIP or TAR:
    
    ====
    include::sample[dir="snippets/files/copy/kotlin",files="build.gradle.kts[tags=copy-single-file-example]"]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 04:19:09 UTC 2024
    - 70.5K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/syscall_zos_s390x.go

    	tcpinfo.Rto = tcpStats.retransTimeouts
    	tcpinfo.Ato = tcpStats.outDelayAcks
    	tcpinfo.Snd_mss = conn.sendMSS
    	tcpinfo.Rcv_mss = conn.sendMSS // dummy
    	tcpinfo.Unacked = 0            // dummy
    	tcpinfo.Sacked = 0             // dummy
    	tcpinfo.Lost = 0               // dummy
    	tcpinfo.Retrans = conn.reXmtCount
    	tcpinfo.Fackets = 0 // dummy
    	tcpinfo.Last_data_sent = uint32(*(*uint64)(unsafe.Pointer(&conn.lastActivity[0])))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 84.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/storage/cacher/cacher.go

    	}
    	return result, true
    }
    
    func (c *Cacher) processEvent(event *watchCacheEvent) {
    	if curLen := int64(len(c.incoming)); c.incomingHWM.Update(curLen) {
    		// Monitor if this gets backed up, and how much.
    		klog.V(1).Infof("cacher (%v): %v objects queued in incoming channel.", c.groupResource.String(), curLen)
    	}
    	c.incoming <- *event
    }
    
    func (c *Cacher) dispatchEvents() {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  5. guava/src/com/google/common/cache/CacheBuilder.java

     * {@code CaffeinatedGuava} adapter class</a>, which lets you build a Guava {@code Cache} or a Guava
     * {@code LoadingCache} backed by a Guava {@code CacheLoader}.
     *
     * <p>Caffeine's API for asynchronous operations uses {@code CompletableFuture}: <a
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 15 16:12:13 UTC 2024
    - 51.3K bytes
    - Viewed (0)
  6. src/time/format.go

    	q, rem, err := leadingInt(s)
    	x = int(q)
    	if err != nil || len(rem) > 0 {
    		return 0, errAtoi
    	}
    	if neg {
    		x = -x
    	}
    	return x, nil
    }
    
    // The "std" value passed to appendNano contains two packed fields: the number of
    // digits after the decimal and the separator character (period or comma).
    // These functions pack and unpack that variable.
    func stdFracSecond(code, n, c int) int {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 17:09:28 UTC 2024
    - 49.3K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store.go

    // resource, handling details like conflict detection with ResourceVersion and
    // semantics. The RESTCreateStrategy, RESTUpdateStrategy, and
    // RESTDeleteStrategy are generic across all backends, and encapsulate logic
    // specific to the API.
    //
    // TODO: make the default exposed methods exactly match a generic RESTStorage
    type Store struct {
    	// NewFunc returns a new instance of the type this registry returns for a
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 19 23:22:44 UTC 2024
    - 60.8K bytes
    - Viewed (0)
  8. pkg/proxy/iptables/proxier.go

    		return nil, nil
    	}
    	return metaproxier.NewMetaProxier(ipv4Proxier, ipv6Proxier), nil
    }
    
    // Proxier is an iptables based proxy for connections between a localhost:lport
    // and services that provide the actual backends.
    type Proxier struct {
    	// ipFamily defines the IP family which this proxier is tracking.
    	ipFamily v1.IPFamily
    
    	// endpointsChanges and serviceChanges contains all changes to endpoints and
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 65.1K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/transforms/lower_static_tensor_list.cc

    };
    
    // Converts tf.Const containing variant of type TensorList to a tensor of
    // primitive element types. Each of the individual tensor in the list is
    // converted to an ElementsAttr and then those are packed together using
    // tf.Pack op.
    struct ConvertConst : public OpConversionPattern<TF::ConstOp> {
      using OpConversionPattern::OpConversionPattern;
    
      LogicalResult matchAndRewrite(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 70.7K bytes
    - Viewed (0)
  10. src/time/time.go

    		dsec := sec + d
    		if 0 <= dsec && dsec <= 1<<33-1 {
    			t.wall = t.wall&nsecMask | uint64(dsec)<<nsecShift | hasMonotonic
    			return
    		}
    		// Wall second now out of range for packed field.
    		// Move to ext.
    		t.stripMono()
    	}
    
    	// Check if the sum of t.ext and d overflows and handle it properly.
    	sum := t.ext + d
    	if (sum > t.ext) == (d > 0) {
    		t.ext = sum
    	} else if d > 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 50.7K bytes
    - Viewed (0)
Back to top