Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 46 for adsupdate (0.55 sec)

  1. src/main/java/org/codelibs/fess/es/user/bsbhv/BsUserBhv.java

            doInsert(entity, null);
        }
    
        public void update(User entity) {
            doUpdate(entity, null);
        }
    
        public void update(User entity, RequestOptionCall<IndexRequestBuilder> opLambda) {
            entity.asDocMeta().indexOption(opLambda);
            doUpdate(entity, null);
        }
    
        public void insertOrUpdate(User entity) {
            doInsertOrUpdate(entity, null, null);
        }
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 12K bytes
    - Viewed (0)
  2. pkg/adsc/adsc.go

    	// If nil, the defaults will be used.
    	Metadata *pstruct.Struct
    
    	// Updates includes the type of the last update received from the server.
    	Updates     chan string
    	errChan     chan error
    	XDSUpdates  chan *discovery.DiscoveryResponse
    	VersionInfo map[string]string
    
    	// Last received message, by type
    	Received map[string]*discovery.DiscoveryResponse
    
    	mutex sync.RWMutex
    
    	Mesh *v1alpha1.MeshConfig
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Feb 05 22:18:49 UTC 2024
    - 35K bytes
    - Viewed (0)
  3. src/cmd/go/internal/modload/build.go

    				Err: "module not in current build",
    			},
    		}
    	}
    
    	return moduleInfo(ctx, rs, module.Version{Path: path, Version: v}, 0, nil)
    }
    
    // addUpdate fills in m.Update if an updated version is available.
    func addUpdate(ctx context.Context, m *modinfo.ModulePublic) {
    	if m.Version == "" {
    		return
    	}
    
    	info, err := Query(ctx, m.Path, "upgrade", m.Version, CheckAllowed)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 16 16:56:39 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  4. pilot/pkg/serviceregistry/kube/controller/pod.go

    	endpointsPendingPodUpdate.Record(float64(len(pc.needResync)))
    }
    
    func (pc *PodCache) proxyUpdates(pod *v1.Pod, isPodUpdate bool) {
    	if pc.c != nil {
    		if pc.c.opts.XDSUpdater != nil {
    			ip := pod.Status.PodIP
    			pc.c.opts.XDSUpdater.ProxyUpdate(pc.c.Cluster(), ip)
    		}
    		if isPodUpdate {
    			// Recompute service(s) due to pod label change.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/apf_controller.go

    }
    
    func toFlowSchemaApplyConfiguration(fsUpdate fsStatusUpdate) *flowcontrolapplyconfiguration.FlowSchemaApplyConfiguration {
    	condition := flowcontrolapplyconfiguration.FlowSchemaCondition().
    		WithType(fsUpdate.condition.Type).
    		WithStatus(fsUpdate.condition.Status).
    		WithReason(fsUpdate.condition.Reason).
    		WithLastTransitionTime(fsUpdate.condition.LastTransitionTime).
    		WithMessage(fsUpdate.condition.Message)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 48.8K bytes
    - Viewed (0)
  6. maven-core/pom.xml

                <id>create-buildnumber</id>
                <goals>
                  <goal>create</goal>
                </goals>
                <configuration>
                  <doCheck>false</doCheck>
                  <doUpdate>false</doUpdate>
                  <revisionOnScmFailure>NON_CANONICAL</revisionOnScmFailure>
                </configuration>
              </execution>
            </executions>
          </plugin>
          <plugin>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jun 11 09:06:12 UTC 2024
    - 15.2K bytes
    - Viewed (0)
  7. pilot/pkg/model/context.go

    	a := make(Resources, 0, len(r))
    	for _, rr := range r {
    		a = append(a, &discovery.Resource{Resource: rr})
    	}
    	return a
    }
    
    // XdsUpdates include information about the subset of updated resources.
    // See for example EDS incremental updates.
    type XdsUpdates = sets.Set[ConfigKey]
    
    // XdsLogDetails contains additional metadata that is captured by Generators and used by xds processors
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 08:29:05 UTC 2024
    - 33.6K bytes
    - Viewed (0)
  8. pilot/pkg/serviceregistry/kube/controller/serviceimportcache.go

    		Full:           true,
    		ConfigsUpdated: sets.New(model.ConfigKey{Kind: kind.ServiceEntry, Name: mcsHost.String(), Namespace: ns}),
    
    		Reason: model.NewReasonStats(model.ServiceUpdate),
    	}
    	ic.opts.XDSUpdater.ConfigUpdate(pushReq)
    }
    
    // GetServiceImportIPs returns the list of ClusterSet IPs for the ServiceImport.
    // Exported for testing only.
    func GetServiceImportIPs(si *unstructured.Unstructured) []string {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 28 16:41:38 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  9. pilot/pkg/xds/eds_sh_test.go

    	clusterID := cluster.ID(fmt.Sprintf("cluster%d", networkNum))
    	networkID := network.ID(fmt.Sprintf("network%d", networkNum))
    	memRegistry := memory.NewServiceDiscovery()
    	memRegistry.XdsUpdater = server.Discovery
    	memRegistry.ClusterID = clusterID
    
    	reg := serviceregistry.Simple{
    		ClusterID:           clusterID,
    		ProviderID:          provider.Mock,
    		DiscoveryController: memRegistry,
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jan 12 18:20:36 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  10. src/test/java/org/codelibs/opensearch/extension/analysis/NGramSynonymTokenizer.java

            prevToken = null;
            readBufferIndex = BUFFER_SIZE;
            readBufferLen = 0;
            ch = 0;
            blkStart = 0;
            nextBlkStart = 0;
            if (synonymLoader != null && synonymLoader.isUpdate(lastModified)) {
                lastModified = synonymLoader.getLastModified();
                final SynonymMap map = synonymLoader.getSynonymMap();
                if (map != null) {
                    synonymMap = map;
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Thu Feb 22 01:36:54 UTC 2024
    - 17K bytes
    - Viewed (0)
Back to top