public class NWorkBalancerFactoryImpl extends Object implements net.thevpc.nuts.concurrent.NWorkBalancerFactory
| Constructor and Description |
|---|
NWorkBalancerFactoryImpl(net.thevpc.nuts.concurrent.NWorkBalancerStore store,
Map<String,net.thevpc.nuts.concurrent.NWorkBalancerStrategy> strategies) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.concurrent.NWorkBalancerStrategy |
createStrategy(String strategyId) |
net.thevpc.nuts.concurrent.NWorkBalancerFactory |
defineStrategy(String name,
net.thevpc.nuts.concurrent.NWorkBalancerStrategy definition) |
<T> net.thevpc.nuts.concurrent.NWorkBalancerBuilder<T> |
ofBuilder(String id) |
net.thevpc.nuts.concurrent.NWorkBalancerStore |
store() |
net.thevpc.nuts.concurrent.NWorkBalancerFactory |
withStore(net.thevpc.nuts.concurrent.NWorkBalancerStore store) |
public net.thevpc.nuts.concurrent.NWorkBalancerFactory withStore(net.thevpc.nuts.concurrent.NWorkBalancerStore store)
withStore in interface net.thevpc.nuts.concurrent.NWorkBalancerFactorypublic net.thevpc.nuts.concurrent.NWorkBalancerStore store()
store in interface net.thevpc.nuts.concurrent.NWorkBalancerFactorypublic net.thevpc.nuts.concurrent.NWorkBalancerStrategy createStrategy(String strategyId)
public net.thevpc.nuts.concurrent.NWorkBalancerFactory defineStrategy(String name, net.thevpc.nuts.concurrent.NWorkBalancerStrategy definition)
defineStrategy in interface net.thevpc.nuts.concurrent.NWorkBalancerFactorypublic <T> net.thevpc.nuts.concurrent.NWorkBalancerBuilder<T> ofBuilder(String id)
ofBuilder in interface net.thevpc.nuts.concurrent.NWorkBalancerFactoryCopyright © 2026 vpc open source initiative. All rights reserved.