public static enum PageMemoryImpl.ThrottlingPolicy extends Enum<PageMemoryImpl.ThrottlingPolicy>
| Enum Constant and Description |
|---|
CHECKPOINT_BUFFER_ONLY
Only exponential throttling is used to protect from CP buffer overflow.
|
DISABLED
All ways of throttling are disabled.
|
SPEED_BASED
Speed based.
|
TARGET_RATIO_BASED
Target ratio based: CP progress is used as border.
|
| Modifier and Type | Method and Description |
|---|---|
static PageMemoryImpl.ThrottlingPolicy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PageMemoryImpl.ThrottlingPolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PageMemoryImpl.ThrottlingPolicy DISABLED
public static final PageMemoryImpl.ThrottlingPolicy CHECKPOINT_BUFFER_ONLY
public static final PageMemoryImpl.ThrottlingPolicy TARGET_RATIO_BASED
public static final PageMemoryImpl.ThrottlingPolicy SPEED_BASED
public static PageMemoryImpl.ThrottlingPolicy[] values()
for (PageMemoryImpl.ThrottlingPolicy c : PageMemoryImpl.ThrottlingPolicy.values()) System.out.println(c);
public static PageMemoryImpl.ThrottlingPolicy valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.10.0 Release Date : March 10 2021