| Package | Description | 
|---|---|
| com.hazelcast.config | 
 Provides classes for configuring HazelcastInstance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SqlConfig | 
Config.getSqlConfig()  | 
SqlConfig | 
SqlConfig.setExecutorPoolSize(int executorPoolSize)
Sets the number of threads responsible for execution of SQL statements. 
 | 
SqlConfig | 
SqlConfig.setOperationPoolSize(int operationPoolSize)
Sets the number of threads responsible for network operations processing. 
 | 
SqlConfig | 
SqlConfig.setStatementTimeoutMillis(long statementTimeoutMillis)
Sets the timeout in milliseconds that is applied to statements without an explicit timeout. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Config | 
Config.setSqlConfig(SqlConfig sqlConfig)
Sets SQL config. 
 | 
Copyright © 2022 Hazelcast, Inc.. All rights reserved.