Uses of Class
com.hazelcast.config.tpc.TpcSocketConfig
Package
Description
Provides classes for configuring HazelcastInstance.
This package contains configuration classes for TPC.
-
Uses of TpcSocketConfig in com.hazelcast.config
Modifier and TypeMethodDescriptionEndpointConfig.getTpcSocketConfig()
Gets the TpcSocketConfig.NetworkConfig.getTpcSocketConfig()
Gets the TpcSocketConfig.Modifier and TypeMethodDescriptionEndpointConfig.setTpcSocketConfig
(TpcSocketConfig tpcSocketConfig) Sets the TpcSocketConfig.NetworkConfig.setTpcSocketConfig
(TpcSocketConfig tpcSocketConfig) Sets the TpcSocketConfigRestServerEndpointConfig.setTpcSocketConfig
(TpcSocketConfig tpcSocketConfig) ServerSocketEndpointConfig.setTpcSocketConfig
(TpcSocketConfig tpcSocketConfig) -
Uses of TpcSocketConfig in com.hazelcast.config.tpc
Modifier and TypeMethodDescriptionTpcSocketConfig.setPortRange
(String portRange) Sets the possible port range for TPC sockets to bind.TpcSocketConfig.setReceiveBufferSizeKB
(int receiveBufferSizeKB) Sets the receive-buffer size of the TPC sockets in kilobytes.TpcSocketConfig.setSendBufferSizeKB
(int sendBufferSizeKB) Sets the send-buffer size of the TPC sockets in kilobytes.