| Package | Description |
|---|---|
| io.joynr.arbitration |
| Modifier and Type | Method and Description |
|---|---|
DiscoveryScope |
DiscoveryQos.getDiscoveryScope() |
static DiscoveryScope |
DiscoveryScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiscoveryScope[] |
DiscoveryScope.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.setDiscoveryScope(DiscoveryScope discoveryScope) |
| Constructor and Description |
|---|
DiscoveryQos(long discoveryTimeout,
ArbitrationStrategyFunction arbitrationStrategyFunction,
long cacheMaxAge,
DiscoveryScope discoveryScope) |
DiscoveryQos(long discoveryTimeout,
ArbitrationStrategy arbitrationStrategy,
long cacheMaxAge,
DiscoveryScope discoveryScope) |
DiscoveryQos(long discoveryTimeout,
long retryIntervalMs,
ArbitrationStrategyFunction arbitrationStrategyFunction,
long cacheMaxAge,
DiscoveryScope discoveryScope) |
DiscoveryQos(long discoveryTimeout,
long retryIntervalMs,
ArbitrationStrategy arbitrationStrategy,
long cacheMaxAge,
DiscoveryScope discoveryScope) |
Copyright © 2021. All rights reserved.