Package | Description |
---|---|
org.apache.ignite.configuration |
Contains configuration-related classes.
|
Modifier and Type | Method and Description |
---|---|
MemoryConfiguration |
IgniteConfiguration.getMemoryConfiguration()
Deprecated.
Use
DataStorageConfiguration instead. |
MemoryConfiguration |
MemoryConfiguration.setConcurrencyLevel(int concLvl)
Deprecated.
Sets the number of concurrent segments in Ignite internal page mapping tables.
|
MemoryConfiguration |
MemoryConfiguration.setDefaultMemoryPolicyName(String dfltMemPlcName)
Deprecated.
Sets the name for the default memory policy that will initialize the default memory region.
|
MemoryConfiguration |
MemoryConfiguration.setDefaultMemoryPolicySize(long dfltMemPlcSize)
Deprecated.
Overrides size of default memory policy which is created automatically.
|
MemoryConfiguration |
MemoryConfiguration.setMemoryPolicies(MemoryPolicyConfiguration... memPlcs)
Deprecated.
Sets memory policies configurations.
|
MemoryConfiguration |
MemoryConfiguration.setPageSize(int pageSize)
Deprecated.
Changes the page size.
|
MemoryConfiguration |
MemoryConfiguration.setSystemCacheInitialSize(long sysCacheInitSize)
Deprecated.
Sets initial size of a memory region reserved for system cache.
|
MemoryConfiguration |
MemoryConfiguration.setSystemCacheMaxSize(long sysCacheMaxSize)
Deprecated.
Sets maximum memory region size reserved for system cache.
|
Modifier and Type | Method and Description |
---|---|
IgniteConfiguration |
IgniteConfiguration.setMemoryConfiguration(MemoryConfiguration memCfg)
Deprecated.
Use
DataStorageConfiguration instead. |
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024