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.
|
Constructor and Description |
---|
ThinClientKubernetesAddressFinder(KubernetesConnectionConfiguration cfg) |
ThinClientKubernetesAddressFinder(KubernetesConnectionConfiguration cfg,
int port) |
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
TcpDiscoveryKubernetesIpFinder(KubernetesConnectionConfiguration cfg)
Creates an instance of Kubernetes IP finder.
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024