Uses of Class
org.apache.ignite.internal.persistence.tree.io.BPlusInnerIO
Packages that use BPlusInnerIO
Package
Description
-
Uses of BPlusInnerIO in com._1c.g5.v8.bm.core.internal.ignite.store.index
Subclasses of BPlusInnerIO in com._1c.g5.v8.bm.core.internal.ignite.store.indexModifier and TypeClassDescriptionclassIndexRowInnerIO<R,A extends IndexRowAccess<R>> Inner IO forIndexDataTreewhich delegates toIndexRowAccess.Constructor parameters in com._1c.g5.v8.bm.core.internal.ignite.store.index with type arguments of type BPlusInnerIOModifierConstructorDescriptionIndexDataTree(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 BPlusInnerIO 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 with type parameters of type BPlusInnerIOModifier and TypeFieldDescriptionstatic final IOVersions<BPlusInnerIO<BinaryLongTreeRow>>BinaryLongTreeRowAccess.INNER_IO_VERSIONS -
Uses of BPlusInnerIO 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 with type parameters of type BPlusInnerIOModifier and TypeFieldDescriptionstatic final IOVersions<BPlusInnerIO<ContainedObjectIndexRow>>ContainedObjectIndexRowAccess.INNER_IO_VERSIONS -
Uses of BPlusInnerIO 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 with type parameters of type BPlusInnerIOModifier and TypeFieldDescriptionstatic final IOVersions<BPlusInnerIO<IntIntIndexRow>>IntIntIndexRowAccess.INNER_IO_VERSIONS -
Uses of BPlusInnerIO in com._1c.g5.v8.bm.core.internal.ignite.store.longkey
Subclasses of BPlusInnerIO in com._1c.g5.v8.bm.core.internal.ignite.store.longkey -
Uses of BPlusInnerIO in com._1c.g5.v8.bm.core.internal.ignite.store.objectkey
Subclasses of BPlusInnerIO in com._1c.g5.v8.bm.core.internal.ignite.store.objectkey -
Uses of BPlusInnerIO in org.apache.ignite.internal.persistence.tree
Methods in org.apache.ignite.internal.persistence.tree that return BPlusInnerIOMethod parameters in org.apache.ignite.internal.persistence.tree with type arguments of type BPlusInnerIOModifier and TypeMethodDescriptionvoidBPlusTree.setIos(IOVersions<? extends BPlusInnerIO<L>> innerIos, IOVersions<? extends BPlusLeafIO<L>> leafIos) Constructor parameters in org.apache.ignite.internal.persistence.tree with type arguments of type BPlusInnerIOModifierConstructorDescriptionprotectedBPlusTree(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 BPlusInnerIO in org.apache.ignite.internal.persistence.tree.io
Methods in org.apache.ignite.internal.persistence.tree.io that return types with arguments of type BPlusInnerIOModifier and TypeMethodDescriptionstatic IOVersions<? extends BPlusInnerIO<?>>PageIO.getInnerVersions(int idx, boolean mvcc) Methods in org.apache.ignite.internal.persistence.tree.io with parameters of type BPlusInnerIOModifier and TypeMethodDescriptionstatic voidPageIO.registerTest(BPlusInnerIO<?> innerIO, BPlusLeafIO<?> leafIO) Registers IOs for testing.Method parameters in org.apache.ignite.internal.persistence.tree.io with type arguments of type BPlusInnerIOModifier 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. -
Uses of BPlusInnerIO in org.apache.ignite.internal.persistence.wal.record.delta
Methods in org.apache.ignite.internal.persistence.wal.record.delta that return BPlusInnerIOConstructors in org.apache.ignite.internal.persistence.wal.record.delta with parameters of type BPlusInnerIOModifierConstructorDescriptionNewRootInitRecord(int grpId, long pageId, long newRootId, BPlusInnerIO<L> io, long leftChildId, byte[] rowBytes, long rightChildId)