Uses of Class
org.apache.ignite.internal.processors.cache.persistence.tree.io.BPlusLeafIO
-
-
Uses of BPlusLeafIO in org.apache.ignite.internal.cache.query.index.sorted.inline.io
Subclasses of BPlusLeafIO in org.apache.ignite.internal.cache.query.index.sorted.inline.io Modifier and Type Class Description classAbstractInlineLeafIOLeaf page to store index rows with inlined keys.classAbstractLeafIOLeaf page to store index rows.classInlineLeafIORepresents common API for inline IOs.classLeafIOLeaf page for index rows without inline payload.Methods in org.apache.ignite.internal.cache.query.index.sorted.inline.io that return types with arguments of type BPlusLeafIO Modifier and Type Method Description static IOVersions<? extends BPlusLeafIO<IndexRow>>AbstractInlineLeafIO. versions(int payload) -
Uses of BPlusLeafIO in org.apache.ignite.internal.processors.cache.persistence
Subclasses of BPlusLeafIO in org.apache.ignite.internal.processors.cache.persistence Modifier and Type Class Description static classIndexStorageImpl.MetaStoreLeafIO -
Uses of BPlusLeafIO in org.apache.ignite.internal.processors.cache.persistence.defragmentation
Fields in org.apache.ignite.internal.processors.cache.persistence.defragmentation with type parameters of type BPlusLeafIO Modifier and Type Field Description static IOVersions<? extends BPlusLeafIO<org.apache.ignite.internal.processors.cache.persistence.defragmentation.LinkMap.LinkMapping>>LinkMap. LEAF_IO_VERSIONS -
Uses of BPlusLeafIO in org.apache.ignite.internal.processors.cache.persistence.metastorage
Subclasses of BPlusLeafIO in org.apache.ignite.internal.processors.cache.persistence.metastorage Modifier and Type Class Description classMetastorageLeafIO -
Uses of BPlusLeafIO in org.apache.ignite.internal.processors.cache.persistence.tree
Methods in org.apache.ignite.internal.processors.cache.persistence.tree that return BPlusLeafIO Modifier and Type Method Description BPlusLeafIO<L>BPlusTree. latestLeafIO() -
Uses of BPlusLeafIO in org.apache.ignite.internal.processors.cache.persistence.tree.io
Methods in org.apache.ignite.internal.processors.cache.persistence.tree.io that return types with arguments of type BPlusLeafIO Modifier and Type Method Description static IOVersions<? extends BPlusLeafIO<?>>PageIO. getLeafVersions(int idx)Methods in org.apache.ignite.internal.processors.cache.persistence.tree.io with parameters of type BPlusLeafIO Modifier and Type Method Description static voidPageIO. registerTest(BPlusInnerIO<?> innerIO, BPlusLeafIO<?> leafIO)Registers IOs for testing.Method parameters in org.apache.ignite.internal.processors.cache.persistence.tree.io with type arguments of type BPlusLeafIO Modifier and Type Method Description static voidPageIO. registerH2ExtraLeaf(IOVersions<? extends BPlusLeafIO<?>> leafExtIOs)Registers extra inner IO versions. -
Uses of BPlusLeafIO in org.apache.ignite.internal.processors.cache.tree
Subclasses of BPlusLeafIO in org.apache.ignite.internal.processors.cache.tree Modifier and Type Class Description classAbstractDataLeafIOclassAbstractPendingEntryLeafIOclassCacheIdAwareDataLeafIOclassCacheIdAwarePendingEntryLeafIOclassDataLeafIOclassPendingEntryLeafIO
-