| Package | Description |
|---|---|
| io.joynr.arbitration |
| Modifier and Type | Method and Description |
|---|---|
ArbitrationStrategy |
DiscoveryQos.getArbitrationStrategy()
The discovery process outputs a list of matching providers.
|
static ArbitrationStrategy |
ArbitrationStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArbitrationStrategy[] |
ArbitrationStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DiscoveryQos.setArbitrationStrategy(ArbitrationStrategy arbitrationStrategy)
The discovery process outputs a list of matching providers.
|
| Constructor and Description |
|---|
DiscoveryQos(long discoveryTimeout,
ArbitrationStrategy arbitrationStrategy,
long cacheMaxAge) |
DiscoveryQos(long discoveryTimeout,
ArbitrationStrategy arbitrationStrategy,
long cacheMaxAge,
DiscoveryScope discoveryScope) |
DiscoveryQos(long discoveryTimeout,
long retryIntervalMs,
ArbitrationStrategy arbitrationStrategy,
long cacheMaxAge,
DiscoveryScope discoveryScope) |
Copyright © 2021. All rights reserved.