Uses of Class
com.hazelcast.client.config.ClientTpcConfig
Packages that use ClientTpcConfig
Package
Description
Contains classes related to config for com.hazelcast.client
-
Uses of ClientTpcConfig in com.hazelcast.client.config
Methods in com.hazelcast.client.config that return ClientTpcConfigModifier and TypeMethodDescriptionClientConfig.getTpcConfig()
Returns the ClientTpcConfigClientTpcConfig.setConnectionCount
(int connectionCount) Sets the number of connections to TPC ports offered by a Hazelcast member.ClientTpcConfig.setEnabled
(boolean enabled) Enables or disables the TPC-aware mode.Methods in com.hazelcast.client.config with parameters of type ClientTpcConfigModifier and TypeMethodDescriptionClientConfig.setTpcConfig
(ClientTpcConfig tpcConfig) Sets the TpcConfigConstructors in com.hazelcast.client.config with parameters of type ClientTpcConfig