Uses of Interface
org.apache.ignite.internal.pagemem.PageMemory
Packages that use PageMemory
Package
Description
-
Uses of PageMemory in com._1c.g5.v8.bm.core.internal.ignite.infrastructure
Methods in com._1c.g5.v8.bm.core.internal.ignite.infrastructure that return PageMemoryMethods in com._1c.g5.v8.bm.core.internal.ignite.infrastructure that return types with arguments of type PageMemory -
Uses of PageMemory in com._1c.g5.v8.bm.core.internal.ignite.store.index
Constructors in com._1c.g5.v8.bm.core.internal.ignite.store.index with parameters of type PageMemoryModifierConstructorDescriptionIndexDataTree(String name, int cacheGrpId, int pageSize, boolean initNew, PageMemory pageMem, WalManager wal, org.apache.ignite.internal.PageAccessHelper pageHandler, AtomicLong globalRmvId, long metaPageId, ReuseList reuseList, IOVersions<? extends BPlusInnerIO<R>> innerIos, IOVersions<? extends BPlusLeafIO<R>> leafIos, IndexRowComparator<R, A> rowComparator, org.apache.ignite.internal.FailureProcessor failureProcessor, PageLockListener lockLsnr) -
Uses of PageMemory in com._1c.g5.v8.bm.core.internal.ignite.store.index.binary
Constructors in com._1c.g5.v8.bm.core.internal.ignite.store.index.binary with parameters of type PageMemoryModifierConstructorDescriptionBinaryDataStoreImpl(FreeList freeList, PageMemory pageMem, int groupId, int pageSize, IoStatisticsHolder statisticsHolder) -
Uses of PageMemory in com._1c.g5.v8.bm.core.internal.ignite.store.longkey
Constructors in com._1c.g5.v8.bm.core.internal.ignite.store.longkey with parameters of type PageMemoryModifierConstructorDescriptionLongKeyDataTree(String name, int cacheGrpId, int pageSize, boolean initNew, PageMemory pageMem, WalManager wal, org.apache.ignite.internal.PageAccessHelper pageHandler, AtomicLong globalRmvId, long metaPageId, ReuseList reuseList, org.apache.ignite.internal.FailureProcessor failureProcessor, PageLockListener lockLsnr, LongRowStore rowStore) -
Uses of PageMemory 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 PageMemoryModifierConstructorDescriptionObjectKeyDataTree(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 PageMemory in org.apache.ignite.internal.pagemem
Classes in org.apache.ignite.internal.pagemem that implement PageMemoryModifier and TypeClassDescriptionclassPage header structure is described by the following diagram. -
Uses of PageMemory in org.apache.ignite.internal.persistence.freelist
Constructors in org.apache.ignite.internal.persistence.freelist with parameters of type PageMemoryModifierConstructorDescriptionFreeListImpl(int cacheId, String name, int pageSize, DataRegionMetrics memMetrics, PageMemory pageMemory, ReuseList reuseList, WalManager wal, org.apache.ignite.internal.PageAccessHelper pageHandler, long metaPageId, boolean initNew, PageLockListener lockLsnr, IgniteLogger log, AtomicLong pageListCacheLimit) protectedPagesList(int cacheId, String name, PageMemory pageMem, int buckets, int pageSize, WalManager wal, org.apache.ignite.internal.PageAccessHelper pageHandler, long metaPageId, PageLockListener lockLsnr, IgniteLogger log, byte pageFlag) -
Uses of PageMemory in org.apache.ignite.internal.persistence.store
Methods in org.apache.ignite.internal.persistence.store that return PageMemoryConstructors in org.apache.ignite.internal.persistence.store with parameters of type PageMemoryModifierConstructorDescriptionStoreContext(int storeId, int pageSize, PageMemory pageMemory, Marshaller keyMarshaller, Marshaller valueMarshaller) Constructs a new instance. -
Uses of PageMemory in org.apache.ignite.internal.persistence.tree
Fields in org.apache.ignite.internal.persistence.tree declared as PageMemoryConstructors in org.apache.ignite.internal.persistence.tree with parameters of type PageMemoryModifierConstructorDescriptionprotectedBPlusTree(String name, int cacheGrpId, int pageSize, PageMemory pageMem, WalManager wal, org.apache.ignite.internal.PageAccessHelper pageHandler, AtomicLong globalRmvId, long metaPageId, ReuseList reuseList, org.apache.ignite.internal.FailureProcessor failureProcessor, PageLockListener lsnr) protectedBPlusTree(String name, int cacheGrpId, int pageSize, PageMemory pageMem, WalManager wal, org.apache.ignite.internal.PageAccessHelper pageHandler, AtomicLong globalRmvId, long metaPageId, ReuseList reuseList, IOVersions<? extends BPlusInnerIO<L>> innerIos, IOVersions<? extends BPlusLeafIO<L>> leafIos, org.apache.ignite.internal.FailureProcessor failureProcessor, PageLockListener lockLsnr) TestPairTree(ReuseList reuseList, boolean canGetRow, int cacheId, PageMemory pageMem, WalManager walMgr, org.apache.ignite.internal.PageAccessHelper pageHandler, long metaPageId) -
Uses of PageMemory in org.apache.ignite.internal.persistence.tree.io
Methods in org.apache.ignite.internal.persistence.tree.io with parameters of type PageMemoryModifier and TypeMethodDescriptionintAbstractDataPageIO.addRowFragment(PageMemory pageMem, long pageId, long pageAddr, T row, int written, int rowSize, int pageSize) Adds maximum possible fragment of the given row to this data page and sets respective link to the row. -
Uses of PageMemory in org.apache.ignite.internal.persistence.tree.reuse
Constructors in org.apache.ignite.internal.persistence.tree.reuse with parameters of type PageMemoryModifierConstructorDescriptionReuseListImpl(int cacheId, String name, PageMemory pageMem, WalManager wal, org.apache.ignite.internal.PageAccessHelper pageHandler, long metaPageId, boolean initNew, int pageSize, PageLockListener lockLsnr, IgniteLogger logger, AtomicLong pageListCacheLimit)