Uses of Class
org.apache.ignite.kubernetes.configuration.KubernetesConnectionConfiguration
-
Packages that use KubernetesConnectionConfiguration Package Description org.apache.ignite.client Contains Ignite Thin Client API classes.org.apache.ignite.kubernetes.configuration Contains Kubernetes configuration classes.org.apache.ignite.spi.discovery.tcp.ipfinder.kubernetes Contains Kubernetes IP finder implementation. -
-
Uses of KubernetesConnectionConfiguration in org.apache.ignite.client
Constructors in org.apache.ignite.client with parameters of type KubernetesConnectionConfiguration Constructor Description ThinClientKubernetesAddressFinder(KubernetesConnectionConfiguration cfg)
ThinClientKubernetesAddressFinder(KubernetesConnectionConfiguration cfg, int port)
-
Uses of KubernetesConnectionConfiguration in org.apache.ignite.kubernetes.configuration
Methods in org.apache.ignite.kubernetes.configuration that return KubernetesConnectionConfiguration Modifier and Type Method Description KubernetesConnectionConfiguration
KubernetesConnectionConfiguration. setAccountToken(String accountToken)
Specifies the path to the service token file.KubernetesConnectionConfiguration
KubernetesConnectionConfiguration. setDiscoveryPort(int discoveryPort)
Specifies the port which is returned to the caller to use for service discovery.KubernetesConnectionConfiguration
KubernetesConnectionConfiguration. setIncludeNotReadyAddresses(boolean includeNotReadyAddresses)
Determines whether addresses of not-ready pods should be included.KubernetesConnectionConfiguration
KubernetesConnectionConfiguration. setMasterUrl(String master)
Sets the host name of the Kubernetes API server.KubernetesConnectionConfiguration
KubernetesConnectionConfiguration. setNamespace(String namespace)
Sets the namespace the Kubernetes service belongs to.KubernetesConnectionConfiguration
KubernetesConnectionConfiguration. setServiceName(String service)
Sets the name of Kubernetes service for Ignite pods' IP addresses lookup. -
Uses of KubernetesConnectionConfiguration in org.apache.ignite.spi.discovery.tcp.ipfinder.kubernetes
Constructors in org.apache.ignite.spi.discovery.tcp.ipfinder.kubernetes with parameters of type KubernetesConnectionConfiguration Constructor Description TcpDiscoveryKubernetesIpFinder(KubernetesConnectionConfiguration cfg)
Creates an instance of Kubernetes IP finder.
-