Package | Description |
---|---|
org.apache.ignite.configuration |
Contains configuration-related classes.
|
Modifier and Type | Method and Description |
---|---|
static @Nullable DataPageEvictionMode |
DataPageEvictionMode.fromOrdinal(int ord)
Efficiently gets enumerated value from its ordinal.
|
DataPageEvictionMode |
MemoryPolicyConfiguration.getPageEvictionMode()
Deprecated.
Gets memory pages eviction mode.
|
DataPageEvictionMode |
DataRegionConfiguration.getPageEvictionMode()
Gets memory pages eviction mode.
|
static DataPageEvictionMode |
DataPageEvictionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataPageEvictionMode[] |
DataPageEvictionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MemoryPolicyConfiguration |
MemoryPolicyConfiguration.setPageEvictionMode(DataPageEvictionMode evictionMode)
Deprecated.
Sets memory pages eviction mode.
|
DataRegionConfiguration |
DataRegionConfiguration.setPageEvictionMode(DataPageEvictionMode evictionMode)
Sets memory pages eviction mode.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019