| Package | Description |
|---|---|
| org.talend.esb.servicelocator.cxf.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSelectionStrategy
Keeps the endpoint as long as there is no failover.
|
class |
EvenDistributionSelectionStrategy
Performs a client side round robin strategy.
|
class |
RandomSelectionStrategy
Selects randomly from the available endpoints for each call.
|
| Modifier and Type | Method and Description |
|---|---|
LocatorSelectionStrategy |
EvenDistributionSelectionStrategyFactory.getInstance() |
LocatorSelectionStrategy |
DefaultSelectionStrategyFactory.getInstance() |
LocatorSelectionStrategy |
LocatorSelectionStrategyFactory.getInstance() |
LocatorSelectionStrategy |
RandomSelectionStrategyFactory.getInstance() |
| Modifier and Type | Method and Description |
|---|---|
void |
LocatorTargetSelector.setLocatorSelectionStrategy(LocatorSelectionStrategy locatorSelectionStrategy) |
Copyright © 2011–2018 Talend Inc.. All rights reserved.