public interface PagesWriteThrottlePolicy
| Modifier and Type | Field and Description |
|---|---|
static long |
LOGGING_THRESHOLD
Max park time.
|
| Modifier and Type | Method and Description |
|---|---|
void |
onBeginCheckpoint()
Callback to notify throttling policy checkpoint was started.
|
void |
onFinishCheckpoint()
Callback to notify throttling policy checkpoint was finished.
|
void |
onMarkDirty(boolean isPageInCheckpoint)
Callback to apply throttling delay.
|
default boolean |
shouldThrottle() |
default void |
tryWakeupThrottledThreads()
Callback to try wakeup throttled threads.
|
void onMarkDirty(boolean isPageInCheckpoint)
isPageInCheckpoint - flag indicating if current page is in scope of current checkpoint.default void tryWakeupThrottledThreads()
void onBeginCheckpoint()
void onFinishCheckpoint()
default boolean shouldThrottle()
True if throttling should be enabled, and False otherwise.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.1 Release Date : December 9 2020