MemoryConfiguration |
IgniteConfiguration.getMemoryConfiguration() |
Deprecated.
|
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.
|