Uses of Class
com.hazelcast.config.tpc.TpcConfig
Packages that use TpcConfig
Package
Description
Provides classes for configuring HazelcastInstance.
This package contains configuration classes for TPC.
-
Uses of TpcConfig in com.hazelcast.config
Methods in com.hazelcast.config that return TpcConfigMethods in com.hazelcast.config with parameters of type TpcConfig -
Uses of TpcConfig in com.hazelcast.config.tpc
Methods in com.hazelcast.config.tpc that return TpcConfigModifier and TypeMethodDescriptionTpcConfig.setEnabled
(boolean enabled) Sets the enabled flag which defines TPC is enabled or not.TpcConfig.setEventloopCount
(int eventloopCount) In TPC, everything is done in eventloops.