A C D F G I P S T V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- A - io.smallrye.stork.servicediscovery.dns.DnsRecordType
- AAAA - io.smallrye.stork.servicediscovery.dns.DnsRecordType
C
- createServiceDiscovery(ConfigWithType, String, ServiceConfig, StorkInfrastructure) - Method in class io.smallrye.stork.servicediscovery.dns.DnsServiceDiscoveryProviderLoader
- createServiceDiscovery(DnsConfiguration, String, ServiceConfig, StorkInfrastructure) - Method in class io.smallrye.stork.servicediscovery.dns.DnsServiceDiscoveryProvider
D
- DNS_NAME - io.smallrye.stork.servicediscovery.dns.DnsMetadataKey
-
DNS hostname.
- DNS_WEIGHT - io.smallrye.stork.servicediscovery.dns.DnsMetadataKey
-
In case of SRV queries, weight for the target.
- DnsConfiguration - Class in io.smallrye.stork.servicediscovery.dns
-
Configuration for the
DnsServiceDiscoveryProviderServiceDiscovery. - DnsConfiguration() - Constructor for class io.smallrye.stork.servicediscovery.dns.DnsConfiguration
-
Creates a new DnsConfiguration
- DnsConfiguration(Map<String, String>) - Constructor for class io.smallrye.stork.servicediscovery.dns.DnsConfiguration
-
Creates a new DnsConfiguration
- DnsMetadataKey - Enum in io.smallrye.stork.servicediscovery.dns
-
The DNS metadata keys.
- DnsRecordType - Enum in io.smallrye.stork.servicediscovery.dns
- DnsServiceDiscovery - Class in io.smallrye.stork.servicediscovery.dns
-
A service discovery implementation retrieving services from DNS.
- DnsServiceDiscoveryProvider - Class in io.smallrye.stork.servicediscovery.dns
-
DNS-based service discovery implementation
- DnsServiceDiscoveryProvider() - Constructor for class io.smallrye.stork.servicediscovery.dns.DnsServiceDiscoveryProvider
- DnsServiceDiscoveryProviderLoader - Class in io.smallrye.stork.servicediscovery.dns
-
ServiceDiscoveryLoader for
DnsServiceDiscoveryProvider - DnsServiceDiscoveryProviderLoader() - Constructor for class io.smallrye.stork.servicediscovery.dns.DnsServiceDiscoveryProviderLoader
F
- fetchNewServiceInstances(List<ServiceInstance>) - Method in class io.smallrye.stork.servicediscovery.dns.DnsServiceDiscovery
G
- getDnsServers() - Method in class io.smallrye.stork.servicediscovery.dns.DnsConfiguration
-
Comma separated list of dns servers.
- getDnsTimeout() - Method in class io.smallrye.stork.servicediscovery.dns.DnsConfiguration
-
Timeout for DNS queries By default: 5s
- getFailOnError() - Method in class io.smallrye.stork.servicediscovery.dns.DnsConfiguration
-
Whether an error in retrieving service instances from one of the DNS servers should cause a failure of the discovery attempt.
- getHostname() - Method in class io.smallrye.stork.servicediscovery.dns.DnsConfiguration
-
The hostname to look up; if not defined Stork service name will be used.
- getName() - Method in enum io.smallrye.stork.servicediscovery.dns.DnsMetadataKey
- getPort() - Method in class io.smallrye.stork.servicediscovery.dns.DnsConfiguration
-
Port of the service instances.
- getRecordType() - Method in class io.smallrye.stork.servicediscovery.dns.DnsConfiguration
-
Type of the DNS record.
- getRecursionDesired() - Method in class io.smallrye.stork.servicediscovery.dns.DnsConfiguration
-
Whether DNS recursion is desired By default: true
- getRefreshPeriod() - Method in class io.smallrye.stork.servicediscovery.dns.DnsConfiguration
-
Service discovery cache refresh period.
- getSecure() - Method in class io.smallrye.stork.servicediscovery.dns.DnsConfiguration
-
Whether the connection with the service should be encrypted with TLS.
I
- io.smallrye.stork.servicediscovery.dns - package io.smallrye.stork.servicediscovery.dns
P
- parameters() - Method in class io.smallrye.stork.servicediscovery.dns.DnsConfiguration
S
- SRV - io.smallrye.stork.servicediscovery.dns.DnsRecordType
T
- type() - Method in class io.smallrye.stork.servicediscovery.dns.DnsConfiguration
- type() - Method in class io.smallrye.stork.servicediscovery.dns.DnsServiceDiscoveryProviderLoader
V
- valueOf(String) - Static method in enum io.smallrye.stork.servicediscovery.dns.DnsMetadataKey
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.smallrye.stork.servicediscovery.dns.DnsRecordType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.smallrye.stork.servicediscovery.dns.DnsMetadataKey
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.smallrye.stork.servicediscovery.dns.DnsRecordType
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- withDnsServers(String) - Method in class io.smallrye.stork.servicediscovery.dns.DnsConfiguration
-
Set the 'dns-servers' attribute.
- withDnsTimeout(String) - Method in class io.smallrye.stork.servicediscovery.dns.DnsConfiguration
-
Set the 'dns-timeout' attribute.
- withFailOnError(String) - Method in class io.smallrye.stork.servicediscovery.dns.DnsConfiguration
-
Set the 'fail-on-error' attribute.
- withHostname(String) - Method in class io.smallrye.stork.servicediscovery.dns.DnsConfiguration
-
Set the 'hostname' attribute.
- withPort(String) - Method in class io.smallrye.stork.servicediscovery.dns.DnsConfiguration
-
Set the 'port' attribute.
- withRecordType(String) - Method in class io.smallrye.stork.servicediscovery.dns.DnsConfiguration
-
Set the 'record-type' attribute.
- withRecursionDesired(String) - Method in class io.smallrye.stork.servicediscovery.dns.DnsConfiguration
-
Set the 'recursion-desired' attribute.
- withRefreshPeriod(String) - Method in class io.smallrye.stork.servicediscovery.dns.DnsConfiguration
-
Set the 'refresh-period' attribute.
- withSecure(String) - Method in class io.smallrye.stork.servicediscovery.dns.DnsConfiguration
-
Set the 'secure' attribute.
All Classes All Packages