Uses of Class
io.joynr.arbitration.DiscoveryScope
-
Packages that use DiscoveryScope Package Description io.joynr.arbitration -
-
Uses of DiscoveryScope in io.joynr.arbitration
Methods in io.joynr.arbitration that return DiscoveryScope Modifier and Type Method Description DiscoveryScopeDiscoveryQos. getDiscoveryScope()static DiscoveryScopeDiscoveryScope. 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.Methods in io.joynr.arbitration with parameters of type DiscoveryScope Modifier and Type Method Description voidDiscoveryQos. setDiscoveryScope(DiscoveryScope discoveryScope)Constructors in io.joynr.arbitration with parameters of type DiscoveryScope Constructor Description DiscoveryQos(long discoveryTimeout, long retryIntervalMs, ArbitrationStrategyFunction arbitrationStrategyFunction, long cacheMaxAge, DiscoveryScope discoveryScope)DiscoveryQos(long discoveryTimeout, long retryIntervalMs, ArbitrationStrategy arbitrationStrategy, long cacheMaxAge, DiscoveryScope discoveryScope)DiscoveryQos(long discoveryTimeout, ArbitrationStrategyFunction arbitrationStrategyFunction, long cacheMaxAge, DiscoveryScope discoveryScope)DiscoveryQos(long discoveryTimeout, ArbitrationStrategy arbitrationStrategy, long cacheMaxAge, DiscoveryScope discoveryScope)
-