Uses of Interface
org.apache.ignite.internal.pagemem.PageStoreManager
Packages that use PageStoreManager
Package
Description
-
Uses of PageStoreManager in com._1c.g5.v8.bm.core.internal.ignite
Constructors in com._1c.g5.v8.bm.core.internal.ignite with parameters of type PageStoreManagerModifierConstructorDescriptionStoreManager(Path path, int pageSize, DataRegionManager pageMemoryRegistry, StoreConfigurationStore storeConfigurationStore, WalManager walManager, PageStoreManager pageStoreManager, PageLockListener pageLockListener, org.apache.ignite.internal.FailureProcessor failureProcessor, IgniteLogger logger, List<Marshaller> marshallers) Constructs a new instance. -
Uses of PageStoreManager in com._1c.g5.v8.bm.core.internal.ignite.infrastructure
Constructors in com._1c.g5.v8.bm.core.internal.ignite.infrastructure with parameters of type PageStoreManagerModifierConstructorDescriptionDataRegionManager(List<DataRegionConfiguration> dataRegionConfigurations, int pageSize, IgnitePredicate<Long> evictablePagePredicate, IgniteClosure<Long, Integer> tagReader, PageStoreManager pageStoreManager, ExecutorService executorService, IgniteLogger logger) -
Uses of PageStoreManager in com._1c.g5.v8.bm.core.internal.ignite.store.objectkey
Constructors in com._1c.g5.v8.bm.core.internal.ignite.store.objectkey with parameters of type PageStoreManagerModifierConstructorDescriptionObjectKeyDataTree(String name, int cacheGrpId, int pageSize, boolean initNew, PageMemory pageMemory, WalManager wal, org.apache.ignite.internal.PageAccessHelper pageAccessHelper, ReuseList reuseList, PageStoreManager pageStoreManager, ObjectRowStore rowStore, StoreContext storeContext, long metaPageId, org.apache.ignite.internal.FailureProcessor failureProcessor, PageLockListener lockLsnr, AtomicLong globalRmvId) -
Uses of PageStoreManager in org.apache.ignite.internal.pagemem
Classes in org.apache.ignite.internal.pagemem that implement PageStoreManagerModifier and TypeClassDescriptionfinal classThe default implementation ofPageStoreManagerinterface.Constructors in org.apache.ignite.internal.pagemem with parameters of type PageStoreManagerModifierConstructorDescriptionPageMemoryImpl(String name, long maximumSize, int pageSize, int concurrencyLevel, DirectMemoryProvider directMemoryProvider, PageStoreManager storeMgr, IgnitePredicate<Long> evictablePagePredicate, IgniteClosure<Long, Integer> tagReader, ExecutorService asyncRunner, IgniteLogger log, DataRegionMetrics memMetrics) Constructs a new instance.