Uses of Class
org.apache.ignite.internal.persistence.tree.io.IOVersions
Packages that use IOVersions
Package
Description
-
Uses of IOVersions 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 IOVersionsModifierConstructorDescriptionIndexDataTree(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 IOVersions in com._1c.g5.v8.bm.core.internal.ignite.store.index.binary
Fields in com._1c.g5.v8.bm.core.internal.ignite.store.index.binary declared as IOVersionsMethods in com._1c.g5.v8.bm.core.internal.ignite.store.index.binary that return IOVersionsModifier and TypeMethodDescriptionIOVersions<? extends AbstractDataPageIO<BinaryData>>BinaryData.ioVersions() -
Uses of IOVersions in com._1c.g5.v8.bm.core.internal.ignite.store.index.binarylong
Fields in com._1c.g5.v8.bm.core.internal.ignite.store.index.binarylong declared as IOVersionsModifier and TypeFieldDescriptionstatic final IOVersions<BPlusInnerIO<BinaryLongTreeRow>>BinaryLongTreeRowAccess.INNER_IO_VERSIONSstatic final IOVersions<BPlusLeafIO<BinaryLongTreeRow>>BinaryLongTreeRowAccess.LEAF_IO_VERSIONS -
Uses of IOVersions in com._1c.g5.v8.bm.core.internal.ignite.store.index.containment
Fields in com._1c.g5.v8.bm.core.internal.ignite.store.index.containment declared as IOVersionsModifier and TypeFieldDescriptionstatic final IOVersions<BPlusInnerIO<ContainedObjectIndexRow>>ContainedObjectIndexRowAccess.INNER_IO_VERSIONSstatic final IOVersions<BPlusLeafIO<ContainedObjectIndexRow>>ContainedObjectIndexRowAccess.LEAF_IO_VERSIONS -
Uses of IOVersions in com._1c.g5.v8.bm.core.internal.ignite.store.index.intint
Fields in com._1c.g5.v8.bm.core.internal.ignite.store.index.intint declared as IOVersionsModifier and TypeFieldDescriptionstatic final IOVersions<BPlusInnerIO<IntIntIndexRow>>IntIntIndexRowAccess.INNER_IO_VERSIONSstatic final IOVersions<BPlusLeafIO<IntIntIndexRow>>IntIntIndexRowAccess.LEAF_IO_VERSIONS -
Uses of IOVersions in com._1c.g5.v8.bm.core.internal.ignite.store.longkey
Fields in com._1c.g5.v8.bm.core.internal.ignite.store.longkey declared as IOVersionsModifier and TypeFieldDescriptionstatic final IOVersions<LongDataInnerIO>LongDataInnerIO.VERSIONSstatic final IOVersions<LongDataLeafIO>LongDataLeafIO.VERSIONSstatic final IOVersions<LongDataPageIO>LongDataPageIO.VERSIONS -
Uses of IOVersions in com._1c.g5.v8.bm.core.internal.ignite.store.objectkey
Fields in com._1c.g5.v8.bm.core.internal.ignite.store.objectkey declared as IOVersionsModifier and TypeFieldDescriptionstatic final IOVersions<ObjectDataInnerIO>ObjectDataInnerIO.VERSIONSstatic final IOVersions<ObjectDataLeafIO>ObjectDataLeafIO.VERSIONSstatic final IOVersions<ObjectDataPageIO>ObjectDataPageIO.VERSIONS -
Uses of IOVersions in org.apache.ignite.internal.persistence.freelist
Methods in org.apache.ignite.internal.persistence.freelist that return IOVersionsModifier and TypeMethodDescriptionIOVersions<? extends AbstractDataPageIO>SimpleDataRow.ioVersions()Methods in org.apache.ignite.internal.persistence.freelist with parameters of type IOVersionsModifier and TypeMethodDescriptionprotected longPagesList.takeEmptyPage(int bucket, IOVersions initIoVers, IoStatisticsHolder statHolder) -
Uses of IOVersions in org.apache.ignite.internal.persistence.freelist.io
Fields in org.apache.ignite.internal.persistence.freelist.io declared as IOVersionsModifier and TypeFieldDescriptionstatic final IOVersions<PagesListMetaIO>PagesListMetaIO.VERSIONSstatic final IOVersions<PagesListNodeIO>PagesListNodeIO.VERSIONS -
Uses of IOVersions in org.apache.ignite.internal.persistence.tree
Methods in org.apache.ignite.internal.persistence.tree with parameters of type IOVersionsModifier and TypeMethodDescriptionvoidBPlusTree.setIos(IOVersions<? extends BPlusInnerIO<L>> innerIos, IOVersions<? extends BPlusLeafIO<L>> leafIos) Constructors in org.apache.ignite.internal.persistence.tree with parameters of type IOVersionsModifierConstructorDescriptionprotectedBPlusTree(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) -
Uses of IOVersions in org.apache.ignite.internal.persistence.tree.io
Fields in org.apache.ignite.internal.persistence.tree.io declared as IOVersionsModifier and TypeFieldDescriptionstatic final IOVersions<BPlusMetaIO>BPlusMetaIO.VERSIONSstatic final IOVersions<PageMetaIO>PageMetaIO.VERSIONSstatic final IOVersions<SimpleDataPageIO>SimpleDataPageIO.VERSIONSMethods in org.apache.ignite.internal.persistence.tree.io that return IOVersionsModifier and TypeMethodDescriptionstatic IOVersions<? extends BPlusInnerIO<?>>PageIO.getInnerVersions(int idx, boolean mvcc) static IOVersions<? extends BPlusLeafIO<?>>PageIO.getLeafVersions(int idx, boolean mvcc) Methods in org.apache.ignite.internal.persistence.tree.io with parameters of type IOVersionsModifier and TypeMethodDescriptionstatic voidPageIO.registerH2(IOVersions<? extends BPlusInnerIO<?>> innerIOs, IOVersions<? extends BPlusLeafIO<?>> leafIOs, IOVersions<? extends BPlusInnerIO<?>> mvccInnerIOs, IOVersions<? extends BPlusLeafIO<?>> mvccLeafIOs) Registers this B+Tree IO versions.static voidPageIO.registerH2ExtraInner(IOVersions<? extends BPlusInnerIO<?>> innerExtIOs, boolean mvcc) Registers extra inner IO versions.static voidPageIO.registerH2ExtraLeaf(IOVersions<? extends BPlusLeafIO<?>> leafExtIOs, boolean mvcc) Registers extra inner IO versions.