Uses of Class
org.apache.ignite.internal.processors.cache.persistence.pagemem.PageMemoryImpl.ThrottlingPolicy
-
Packages that use PageMemoryImpl.ThrottlingPolicy 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. -
-
Uses of PageMemoryImpl.ThrottlingPolicy in org.apache.ignite.internal.processors.cache.persistence.checkpoint
-
Uses of PageMemoryImpl.ThrottlingPolicy in org.apache.ignite.internal.processors.cache.persistence.pagemem
Methods in org.apache.ignite.internal.processors.cache.persistence.pagemem that return PageMemoryImpl.ThrottlingPolicy Modifier and Type Method Description static PageMemoryImpl.ThrottlingPolicyPageMemoryImpl.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.Constructors in org.apache.ignite.internal.processors.cache.persistence.pagemem with parameters of type PageMemoryImpl.ThrottlingPolicy 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)
-