Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
Modifier and Type | Method and Description |
---|---|
DurableExecutorConfig |
Config.findDurableExecutorConfig(String name)
Returns a read-only durable executor configuration for the given name.
|
DurableExecutorConfig |
Config.getDurableExecutorConfig(String name)
Returns the DurableExecutorConfig for the given name, creating one
if necessary and adding it to the collection of known configurations.
|
DurableExecutorConfig |
DurableExecutorConfig.setCapacity(int capacity)
Sets the ring buffer capacity of the executor task.
|
DurableExecutorConfig |
DurableExecutorConfig.setDurability(int durability)
Sets the durability of the executor
|
DurableExecutorConfig |
DurableExecutorConfig.setName(String name)
Sets the name of the executor task.
|
DurableExecutorConfig |
DurableExecutorConfig.setPoolSize(int poolSize)
Sets the number of executor threads per member for the executor.
|
DurableExecutorConfig |
DurableExecutorConfig.setSplitBrainProtectionName(String splitBrainProtectionName)
Sets the split brain protection name for operations.
|
DurableExecutorConfig |
DurableExecutorConfig.setStatisticsEnabled(boolean statisticsEnabled)
Enables or disables statistics gathering on the executor task.
|
Modifier and Type | Method and Description |
---|---|
Map<String,DurableExecutorConfig> |
Config.getDurableExecutorConfigs()
Returns the map of durable executor configurations, mapped by config
name.
|
Modifier and Type | Method and Description |
---|---|
Config |
Config.addDurableExecutorConfig(DurableExecutorConfig durableExecutorConfig)
Adds the durable executor configuration.
|
Modifier and Type | Method and Description |
---|---|
Config |
Config.setDurableExecutorConfigs(Map<String,DurableExecutorConfig> durableExecutorConfigs)
Sets the map of durable executor configurations, mapped by config name.
|
Constructor and Description |
---|
DurableExecutorConfig(DurableExecutorConfig config) |
Copyright © 2023 Hazelcast, Inc.. All rights reserved.