Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
com.hazelcast.config.tpc |
This package contains configuration classes for TPC.
|
Modifier and Type | Method and Description |
---|---|
TpcConfig |
Config.getTpcConfig()
Gets the TpcConfig.
|
Modifier and Type | Method and Description |
---|---|
Config |
Config.setTpcConfig(TpcConfig tpcConfig)
Sets the TpcConfig.
|
Modifier and Type | Method and Description |
---|---|
TpcConfig |
TpcConfig.setEnabled(boolean enabled)
Sets the enabled flag which defines TPC is enabled or not.
|
TpcConfig |
TpcConfig.setEventloopCount(int eventloopCount)
In TPC, everything is done in eventloops.
|
Copyright © 2023 Hazelcast, Inc.. All rights reserved.