- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 17 for ADAPTIVE (0.05 seconds)
-
src/test/java/jcifs/config/MultiChannelConfigurationTest.java
assertEquals(1, config.getChannelBindingPolicy(), "Default binding policy should be preferred"); assertEquals("adaptive", config.getLoadBalancingStrategy(), "Default strategy should be adaptive"); assertEquals(10, config.getChannelHealthCheckInterval(), "Default health check interval should be 10"); } @Test
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 21 11:13:46 GMT 2025 - 8.3K bytes - Click Count (0) -
src/main/java/jcifs/internal/smb2/multichannel/LoadBalancingStrategy.java
*/ WEIGHTED_RANDOM, /** * Affinity-based selection for related operations */ AFFINITY_BASED, /** * Adaptive selection based on operation type and performance */ ADAPTIVECreated: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 21 11:13:46 GMT 2025 - 1.4K bytes - Click Count (0) -
src/main/java/jcifs/internal/smb2/multichannel/ChannelLoadBalancer.java
* * @param manager channel manager */ public ChannelLoadBalancer(ChannelManager manager) { this.manager = manager; this.strategy = LoadBalancingStrategy.ADAPTIVE; this.roundRobinCounter = new AtomicInteger(0); } /** * Get current load balancing strategy * * @return current strategy */Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 8.2K bytes - Click Count (0) -
src/main/java/jcifs/internal/smb2/lease/DirectoryChangeNotifier.java
// 2. Wait for response // 3. Process changes // 4. Notify the lease manager // Use adaptive polling interval based on activity long pollInterval = determinePollInterval(handle); Thread.sleep(pollInterval); // Check if still activeCreated: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 13.7K bytes - Click Count (0) -
docs/smb3-features/03-multi-channel-design.md
AFFINITY_BASED, // Stick to same channel for related operations ADAPTIVE // Dynamically adjust based on performance } public ChannelLoadBalancer(ChannelManager manager) { this.manager = manager; this.strategy = LoadBalancingStrategy.ADAPTIVE; } public ChannelInfo selectChannel(SMBMessage message) {Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 02:53:50 GMT 2025 - 39.6K bytes - Click Count (0) -
src/test/java/jcifs/internal/smb2/multichannel/MultiChannelIntegrationTest.java
props.setProperty("jcifs.smb.client.useMultiChannel", "true"); props.setProperty("jcifs.smb.client.maxChannels", "4"); props.setProperty("jcifs.smb.client.loadBalancingStrategy", "adaptive"); props.setProperty("jcifs.smb.client.channelHealthCheckInterval", "5"); multiConfig = new PropertyConfiguration(props); // Mock context and session for ChannelManager
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 21 11:13:46 GMT 2025 - 8.2K bytes - Click Count (0) -
src/test/java/jcifs/internal/smb2/multichannel/ChannelManagerTest.java
when(mockConfig.getMaxChannels()).thenReturn(4); when(mockConfig.getChannelBindingPolicy()).thenReturn(1); // preferred when(mockConfig.getLoadBalancingStrategy()).thenReturn("adaptive"); when(mockConfig.getChannelHealthCheckInterval()).thenReturn(10); channelManager = new ChannelManager(mockContext, mockSession); } @Test void testConstructor() {
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 21 11:13:46 GMT 2025 - 7.6K bytes - Click Count (0) -
src/main/java/jcifs/Configuration.java
/** * Load balancing strategy for multi-channel * * Property {@code jcifs.smb.client.loadBalancingStrategy} (String, default "adaptive") * Values: "round_robin", "least_loaded", "weighted_random", "affinity_based", "adaptive" * * @return load balancing strategy */ String getLoadBalancingStrategy(); /** * Channel health check interval in secondsCreated: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 31 08:00:57 GMT 2025 - 25.4K bytes - Click Count (0) -
fastapi/openapi/docs.py
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Tue Feb 24 09:28:10 GMT 2026 - 12.1K bytes - Click Count (0) -
src/main/webapp/js/popper.min.js
rects.popper,strategy:"absolute",placement:t.placement})},data:{}},ne={top:"auto",right:"auto",bottom:"auto",left:"auto"};function re(e){var n,r=e.popper,o=e.popperRect,i=e.placement,a=e.variation,f=e.offsets,c=e.position,p=e.gpuAcceleration,u=e.adaptive,l=e.roundOffsets,h=e.isFixed,v=f.x,y=void 0===v?0:v,g=f.y,b=void 0===g?0:g,x="function"==typeof l?l({x:y,y:b}):{x:y,y:b};y=x.x,b=x.y;var w=f.hasOwnProperty("x"),O=f.hasOwnProperty("y"),j=P,M=D,k=window;if(u){var W=E(r),H="clientHeight",T="client...
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 12 06:14:02 GMT 2025 - 19.7K bytes - Click Count (0)