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