Uses of Class
com.hazelcast.config.GcpConfig
Packages that use GcpConfig
Package
Description
Contains classes related to config for com.hazelcast.client
Provides classes for configuring HazelcastInstance.
-
Uses of GcpConfig in com.hazelcast.client.config
Methods in com.hazelcast.client.config that return GcpConfigModifier and TypeMethodDescriptionClientNetworkConfig.getGcpConfig()
Returns the currentGcpConfig
.Methods in com.hazelcast.client.config with parameters of type GcpConfigModifier and TypeMethodDescriptionClientNetworkConfig.setGcpConfig
(GcpConfig gcpConfig) Sets configuration to connect nodes in GCP environment. -
Uses of GcpConfig in com.hazelcast.config
Methods in com.hazelcast.config that return GcpConfigModifier and TypeMethodDescriptionJoinConfig.getGcpConfig()
WanBatchPublisherConfig.getGcpConfig()
Returns theGcpConfig
used by the discovery mechanism for this WAN publisher.Methods in com.hazelcast.config with parameters of type GcpConfigModifier and TypeMethodDescriptionJoinConfig.setGcpConfig
(GcpConfig gcpConfig) WanBatchPublisherConfig.setGcpConfig
(GcpConfig gcpConfig) Sets theGcpConfig
used by the discovery mechanism for this WAN publisher.Constructors in com.hazelcast.config with parameters of type GcpConfig