Uses of Class
org.apache.ignite.internal.persistence.tree.io.BPlusLeafIO
Packages that use BPlusLeafIO
Package
Description
-
Uses of BPlusLeafIO in com._1c.g5.v8.bm.core.internal.ignite.store.index
Subclasses of BPlusLeafIO in com._1c.g5.v8.bm.core.internal.ignite.store.indexModifier and TypeClassDescriptionclassIndexRowLeafIO<R,A extends IndexRowAccess<R>> Leaf IO forIndexDataTreewhich delegates toIndexRowAccess. -
Uses of BPlusLeafIO 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 BPlusLeafIOModifier and TypeFieldDescriptionstatic final IOVersions<BPlusLeafIO<BinaryLongTreeRow>>BinaryLongTreeRowAccess.LEAF_IO_VERSIONS -
Uses of BPlusLeafIO 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 BPlusLeafIOModifier and TypeFieldDescriptionstatic final IOVersions<BPlusLeafIO<ContainedObjectIndexRow>>ContainedObjectIndexRowAccess.LEAF_IO_VERSIONS -
Uses of BPlusLeafIO 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 BPlusLeafIOModifier and TypeFieldDescriptionstatic final IOVersions<BPlusLeafIO<IntIntIndexRow>>IntIntIndexRowAccess.LEAF_IO_VERSIONS -
Uses of BPlusLeafIO in com._1c.g5.v8.bm.core.internal.ignite.store.longkey
Subclasses of BPlusLeafIO in com._1c.g5.v8.bm.core.internal.ignite.store.longkey -
Uses of BPlusLeafIO in com._1c.g5.v8.bm.core.internal.ignite.store.objectkey
Subclasses of BPlusLeafIO in com._1c.g5.v8.bm.core.internal.ignite.store.objectkey -
Uses of BPlusLeafIO in org.apache.ignite.internal.persistence.tree
Methods in org.apache.ignite.internal.persistence.tree that return BPlusLeafIO -
Uses of BPlusLeafIO in org.apache.ignite.internal.persistence.tree.io
Methods in org.apache.ignite.internal.persistence.tree.io that return types with arguments of type BPlusLeafIOModifier and TypeMethodDescriptionstatic IOVersions<? extends BPlusLeafIO<?>>PageIO.getLeafVersions(int idx, boolean mvcc) Methods in org.apache.ignite.internal.persistence.tree.io with parameters of type BPlusLeafIOModifier 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 BPlusLeafIOModifier and TypeMethodDescriptionstatic voidPageIO.registerH2ExtraLeaf(IOVersions<? extends BPlusLeafIO<?>> leafExtIOs, boolean mvcc) Registers extra inner IO versions.