Uses of Interface
org.apache.ignite.internal.processors.cache.persistence.checkpoint.CheckpointProgress
-
Packages that use CheckpointProgress 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. -
-
Uses of CheckpointProgress in org.apache.ignite.internal.processors.cache.persistence
Methods in org.apache.ignite.internal.processors.cache.persistence that return CheckpointProgress Modifier and Type Method Description CheckpointProgressGridCacheDatabaseSharedManager. forceCheckpoint(String reason)Schedule a new checkpoint.@Nullable CheckpointProgressIgniteCacheDatabaseSharedManager. forceCheckpoint(String reason)Schedule a new checkpoint.<R> CheckpointProgressGridCacheDatabaseSharedManager. forceNewCheckpoint(String reason, IgniteInClosure<? super IgniteInternalFuture<R>> lsnr)Schedule a new checkpoint.<R> @Nullable CheckpointProgressIgniteCacheDatabaseSharedManager. forceNewCheckpoint(String reason, IgniteInClosure<? super IgniteInternalFuture<R>> lsnr)Schedule a new checkpoint. -
Uses of CheckpointProgress in org.apache.ignite.internal.processors.cache.persistence.checkpoint
Classes in org.apache.ignite.internal.processors.cache.persistence.checkpoint that implement CheckpointProgress Modifier and Type Class Description classCheckpointProgressImplData class representing the state of running/scheduled checkpoint.Methods in org.apache.ignite.internal.processors.cache.persistence.checkpoint that return CheckpointProgress Modifier and Type Method Description CheckpointProgressCheckpointer. currentProgress()<R> CheckpointProgressCheckpointManager. forceCheckpoint(String reason, IgniteInClosure<? super IgniteInternalFuture<R>> lsnr)Start the new checkpoint immediately.<R> CheckpointProgressLightweightCheckpointManager. forceCheckpoint(String reason, IgniteInClosure<? super IgniteInternalFuture<R>> lsnr)Start the new checkpoint immediately.CheckpointProgressCheckpointContextImpl. progress()CheckpointProgressCheckpointListener.Context. progress()CheckpointProgressCheckpointer. scheduleCheckpoint(long delayFromNow, String reason)<R> CheckpointProgressCheckpointer. scheduleCheckpoint(long delayFromNow, String reason, IgniteInClosure<? super IgniteInternalFuture<R>> lsnr)Change the information for a scheduled checkpoint if it was scheduled further thandelayFromNow, or do nothing otherwise. -
Uses of CheckpointProgress in org.apache.ignite.internal.processors.cache.persistence.pagemem
Constructor parameters in org.apache.ignite.internal.processors.cache.persistence.pagemem with type arguments of type CheckpointProgress Constructor Description PageMemoryImpl(DirectMemoryProvider directMemoryProvider, long[] sizes, GridCacheSharedContext<?,?> ctx, PageReadWriteManager pmPageMgr, int pageSize, PageStoreWriter flushDirtyPage, boolean trackable, CheckpointLockStateChecker stateChecker, DataRegionMetricsImpl dataRegionMetrics, DataRegionConfiguration dataRegionCfg, @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)
-