- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for getLoadBalancer (0.07 seconds)
-
src/main/java/jcifs/internal/smb2/multichannel/ChannelManager.java
return multiChannelEnabled; } /** * Get the load balancer * * @return load balancer instance */ public ChannelLoadBalancer getLoadBalancer() { return loadBalancer; } /** * Get all channels * * @return collection of all channels */ public Collection<ChannelInfo> getChannels() {Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 21 11:13:46 GMT 2025 - 20K bytes - Click Count (0) -
src/main/java/jcifs/internal/smb2/multichannel/ChannelFailover.java
// Redistribute to healthy channels for (CommonServerMessageBlock op : operationsCopy) { try { ChannelInfo alternativeChannel = manager.getLoadBalancer().selectChannel(op); alternativeChannel.addPendingOperation(op); // Operation would be resent on alternative channel // For now, skip actual send implementationCreated: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 21 11:13:46 GMT 2025 - 11.6K bytes - Click Count (0)