- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 141 for loadBalance (0.15 sec)
-
src/main/java/jcifs/smb1/http/NtlmServlet.java
domainController = Config.getProperty("jcifs.smb1.http.domainController"); if (domainController == null) { domainController = defaultDomain; loadBalance = Config.getBoolean("jcifs.smb1.http.loadBalance", true); } enableBasic = Boolean.parseBoolean(Config.getProperty("jcifs.smb1.http.enableBasic"));
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 7.1K bytes - Viewed (0) -
src/main/java/jcifs/http/NtlmServlet.java
if (this.domainController == null) { this.domainController = this.defaultDomain; this.loadBalance = Config.getBoolean(p, "jcifs.http.loadBalance", true); } this.enableBasic = Boolean.parseBoolean(p.getProperty("jcifs.http.enableBasic"));
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 8.1K bytes - Viewed (1) -
docs/federation/lookup/Corefile.example
. { etcd churchofminio.com { endpoint http://localhost:2379 http://localhost:4001 upstream /etc/resolv.conf } debug prometheus cache 160 mydomain.com loadbalance forward . /etc/resolv.confRegistered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Tue Oct 01 16:53:08 UTC 2019 - 216 bytes - Viewed (0) -
src/main/java/jcifs/smb1/http/NtlmHttpFilter.java
domainController = Config.getProperty("jcifs.smb1.http.domainController"); if (domainController == null) { domainController = defaultDomain; loadBalance = Config.getBoolean("jcifs.smb1.http.loadBalance", true); } enableBasic = Boolean.parseBoolean(Config.getProperty("jcifs.smb1.http.enableBasic"));
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 11.3K bytes - Viewed (0) -
src/main/java/jcifs/http/NtlmHttpFilter.java
if (this.domainController == null) { this.domainController = this.defaultDomain; this.loadBalance = Config.getBoolean(p, "jcifs.http.loadBalance", true); } this.enableBasic = Boolean.parseBoolean(p.getProperty("jcifs.http.enableBasic"));
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 15.3K bytes - Viewed (0) -
src/test/java/jcifs/http/NtlmHttpFilterTest.java
initParams.put("jcifs.smb.client.domain", "TEST_DOMAIN"); // Don't set domainController to avoid real connection attempts initParams.put("jcifs.http.loadBalance", "false"); initParams.put("jcifs.http.enableBasic", "false"); when(filterConfig.getInitParameterNames()).thenReturn(Collections.enumeration(initParams.keySet()));
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 21 04:51:33 UTC 2025 - 12.8K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/multichannel/ChannelLoadBalancerTest.java
ChannelInfo first = loadBalancer.selectChannel(readRequest); ChannelInfo second = loadBalancer.selectChannel(readRequest); assertEquals(first, second); } @Test void testStrategyChange() { assertEquals(LoadBalancingStrategy.ADAPTIVE, loadBalancer.getStrategy()); loadBalancer.setStrategy(LoadBalancingStrategy.ROUND_ROBIN);
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 23 05:11:12 UTC 2025 - 7.7K bytes - Viewed (0) -
helm/minio/templates/service.yaml
clusterIP: {{ .Values.service.clusterIP }} {{- end }} {{- if or (eq .Values.service.type "LoadBalancer") (eq .Values.service.type "NodePort") }} externalTrafficPolicy: {{ .Values.service.externalTrafficPolicy | quote }} {{- end }} {{- if and (eq .Values.service.type "LoadBalancer") .Values.service.loadBalancerSourceRanges }} loadBalancerSourceRanges: {{ .Values.service.loadBalancerSourceRanges }} {{ end }}Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Apr 28 10:05:53 UTC 2024 - 1.7K bytes - Viewed (0) -
helm/minio/templates/console-service.yaml
clusterIP: {{ .Values.consoleService.clusterIP }} {{- end }} {{- if or (eq .Values.consoleService.type "LoadBalancer") (eq .Values.consoleService.type "NodePort") }} externalTrafficPolicy: {{ .Values.consoleService.externalTrafficPolicy | quote }} {{- end }} {{- if and (eq .Values.consoleService.type "LoadBalancer") .Values.consoleService.loadBalancerSourceRanges }}Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Apr 28 10:05:53 UTC 2024 - 1.8K bytes - Viewed (0) -
helm/minio/values.yaml
loadBalancerIP: ~ externalIPs: [] annotations: {} ## service.loadBalancerSourceRanges Addresses that are allowed when service is LoadBalancer ## https://kubernetes.io/docs/tasks/access-application-cluster/configure-cloud-provider-firewall/#restrict-access-for-loadbalancer-service ## #loadBalancerSourceRanges: # - 10.10.10.0/24 loadBalancerSourceRanges: []Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 19.7K bytes - Viewed (1)