Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
Modifier and Type | Method and Description |
---|---|
DurableExecutorConfig |
Config.findDurableExecutorConfig(String name) |
DurableExecutorConfig |
Config.getDurableExecutorConfig(String name)
Returns the DurableExecutorConfig for the given name
|
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.
|
Modifier and Type | Method and Description |
---|---|
Map<String,DurableExecutorConfig> |
Config.getDurableExecutorConfigs() |
Modifier and Type | Method and Description |
---|---|
Config |
Config.addDurableExecutorConfig(DurableExecutorConfig durableExecutorConfig)
Adds a new DurableExecutorConfig by name
|
Modifier and Type | Method and Description |
---|---|
Config |
Config.setDurableExecutorConfigs(Map<String,DurableExecutorConfig> durableExecutorConfigs) |
Constructor and Description |
---|
DurableExecutorConfig(DurableExecutorConfig config) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.