Uses of Class
com.hazelcast.config.KubernetesConfig
Package
Description
Contains classes related to config for com.hazelcast.client
Provides classes for configuring HazelcastInstance.
-
Uses of KubernetesConfig in com.hazelcast.client.config
Modifier and TypeMethodDescriptionClientNetworkConfig.getKubernetesConfig()
Returns the currentKubernetesConfig
.Modifier and TypeMethodDescriptionClientNetworkConfig.setKubernetesConfig
(KubernetesConfig kubernetesConfig) Sets configuration to connect nodes in Kubernetes environment. -
Uses of KubernetesConfig in com.hazelcast.config
Modifier and TypeMethodDescriptionJoinConfig.getKubernetesConfig()
WanBatchPublisherConfig.getKubernetesConfig()
Returns theKubernetesConfig
used by the discovery mechanism for this WAN publisher.Modifier and TypeMethodDescriptionJoinConfig.setKubernetesConfig
(KubernetesConfig kubernetesConfig) WanBatchPublisherConfig.setKubernetesConfig
(KubernetesConfig kubernetesConfig) Sets theKubernetesConfig
used by the discovery mechanism for this WAN publisher.