| Package | Description |
|---|---|
| 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 |
|---|---|
static PageMemoryImpl.ThrottlingPolicy |
PageMemoryImpl.ThrottlingPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PageMemoryImpl.ThrottlingPolicy[] |
PageMemoryImpl.ThrottlingPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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) |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.0 Release Date : September 11 2021