| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.cache.persistence |
This package contain cache with persistence implementation.
|
| org.apache.ignite.internal.processors.cache.persistence.checkpoint | |
| org.apache.ignite.internal.processors.cache.persistence.pagemem |
This package contains page memory implementation for case persitence is enabled.
|
| Modifier and Type | Method and Description |
|---|---|
CheckpointProgress |
GridCacheDatabaseSharedManager.forceCheckpoint(String reason)
Schedule a new checkpoint.
|
@Nullable CheckpointProgress |
IgniteCacheDatabaseSharedManager.forceCheckpoint(String reason)
Schedule a new checkpoint.
|
<R> CheckpointProgress |
GridCacheDatabaseSharedManager.forceNewCheckpoint(String reason,
IgniteInClosure<? super IgniteInternalFuture<R>> lsnr)
Schedule a new checkpoint.
|
<R> @Nullable CheckpointProgress |
IgniteCacheDatabaseSharedManager.forceNewCheckpoint(String reason,
IgniteInClosure<? super IgniteInternalFuture<R>> lsnr)
Schedule a new checkpoint.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CheckpointProgressImpl
Data class representing the state of running/scheduled checkpoint.
|
| Modifier and Type | Method and Description |
|---|---|
CheckpointProgress |
Checkpointer.currentProgress() |
<R> CheckpointProgress |
CheckpointManager.forceCheckpoint(String reason,
IgniteInClosure<? super IgniteInternalFuture<R>> lsnr)
Start the new checkpoint immediately.
|
<R> CheckpointProgress |
LightweightCheckpointManager.forceCheckpoint(String reason,
IgniteInClosure<? super IgniteInternalFuture<R>> lsnr)
Start the new checkpoint immediately.
|
CheckpointProgress |
CheckpointContextImpl.progress() |
CheckpointProgress |
CheckpointListener.Context.progress() |
CheckpointProgress |
Checkpointer.scheduleCheckpoint(long delayFromNow,
String reason) |
<R> CheckpointProgress |
Checkpointer.scheduleCheckpoint(long delayFromNow,
String reason,
IgniteInClosure<? super IgniteInternalFuture<R>> lsnr)
Change the information for a scheduled checkpoint if it was scheduled further than
delayFromNow, or do
nothing otherwise. |
| Constructor and Description |
|---|
PageMemoryImpl(DirectMemoryProvider directMemoryProvider,
long[] sizes,
GridCacheSharedContext<?,?> ctx,
PageReadWriteManager pmPageMgr,
int pageSize,
PageStoreWriter flushDirtyPage,
@Nullable GridInClosure3X<Long,FullPageId,PageMemoryEx> changeTracker,
CheckpointLockStateChecker stateChecker,
DataRegionMetricsImpl dataRegionMetrics,
@Nullable PageMemoryImpl.ThrottlingPolicy throttlingPlc,
IgniteOutClosure<CheckpointProgress> cpProgressProvider) |
PagesWriteSpeedBasedThrottle(PageMemoryImpl pageMemory,
IgniteOutClosure<CheckpointProgress> cpProgress,
CheckpointLockStateChecker stateChecker,
IgniteLogger log) |
PagesWriteThrottle(PageMemoryImpl pageMemory,
IgniteOutClosure<CheckpointProgress> cpProgress,
CheckpointLockStateChecker stateChecker,
boolean throttleOnlyPagesInCheckpoint,
IgniteLogger log) |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.1 Release Date : December 20 2021