Uses of Class
com.hazelcast.config.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
Modifier and TypeMethodDescriptionClientNetworkConfig.getGcpConfig()
Returns the currentGcpConfig
.Modifier and TypeMethodDescriptionClientNetworkConfig.setGcpConfig
(GcpConfig gcpConfig) Sets configuration to connect nodes in GCP environment. -
Uses of GcpConfig in com.hazelcast.config
Modifier and TypeMethodDescriptionJoinConfig.getGcpConfig()
WanBatchPublisherConfig.getGcpConfig()
Returns theGcpConfig
used by the discovery mechanism for this WAN publisher.Modifier and TypeMethodDescriptionJoinConfig.setGcpConfig
(GcpConfig gcpConfig) WanBatchPublisherConfig.setGcpConfig
(GcpConfig gcpConfig) Sets theGcpConfig
used by the discovery mechanism for this WAN publisher.