Package | Description |
---|---|
org.apache.ignite.configuration |
Contains configuration-related classes.
|
Modifier and Type | Field and Description |
---|---|
static PageReplacementMode |
DataRegionConfiguration.DFLT_PAGE_REPLACEMENT_MODE
Default page replacement mode.
|
Modifier and Type | Method and Description |
---|---|
static @Nullable PageReplacementMode |
PageReplacementMode.fromOrdinal(int ord)
Efficiently gets enumerated value from its ordinal.
|
PageReplacementMode |
DataRegionConfiguration.getPageReplacementMode()
Gets memory pages replacement mode.
|
static PageReplacementMode |
PageReplacementMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PageReplacementMode[] |
PageReplacementMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DataRegionConfiguration |
DataRegionConfiguration.setPageReplacementMode(PageReplacementMode replacementMode)
Sets memory pages replacement mode.
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024