Uses of Class
org.apache.ignite.internal.processors.cache.persistence.tree.BPlusTree
-
-
Uses of BPlusTree in org.apache.ignite.internal.cache.query.index.sorted.inline
Subclasses of BPlusTree in org.apache.ignite.internal.cache.query.index.sorted.inline Modifier and Type Class Description classInlineIndexTreeBPlusTree where nodes stores inlined index keys.Methods in org.apache.ignite.internal.cache.query.index.sorted.inline with parameters of type BPlusTree Modifier and Type Method Description booleanInlineObjectBytesDetector. apply(BPlusTree<IndexRow,IndexRow> tree, BPlusIO<IndexRow> io, long pageAddr, int idx)Performs inspection or operation on a specified row and returns true if this row is required or matches or /operation successful (depending on the context).booleanInlineTreeFilterClosure. apply(BPlusTree<IndexRow,IndexRow> tree, BPlusIO<IndexRow> io, long pageAddr, int idx)Performs inspection or operation on a specified row and returns true if this row is required or matches or /operation successful (depending on the context). -
Uses of BPlusTree in org.apache.ignite.internal.cache.query.index.sorted.inline.io
Methods in org.apache.ignite.internal.cache.query.index.sorted.inline.io with parameters of type BPlusTree Modifier and Type Method Description IndexRowAbstractInlineInnerIO. getLookupRow(BPlusTree<IndexRow,?> tree, long pageAddr, int idx)Get lookup row.IndexRowAbstractInlineLeafIO. getLookupRow(BPlusTree<IndexRow,?> tree, long pageAddr, int idx)Get lookup row.IndexRowAbstractInnerIO. getLookupRow(BPlusTree<IndexRow,?> tree, long pageAddr, int idx)Get lookup row.IndexRowAbstractLeafIO. getLookupRow(BPlusTree<IndexRow,?> tree, long pageAddr, int idx)Get lookup row. -
Uses of BPlusTree in org.apache.ignite.internal.processors.cache.persistence
Methods in org.apache.ignite.internal.processors.cache.persistence with parameters of type BPlusTree Modifier and Type Method Description IndexStorageImpl.IndexItemIndexStorageImpl.MetaStoreInnerIO. getLookupRow(BPlusTree<IndexStorageImpl.IndexItem,?> tree, long pageAddr, int idx)Get lookup row.IndexStorageImpl.IndexItemIndexStorageImpl.MetaStoreLeafIO. getLookupRow(BPlusTree<IndexStorageImpl.IndexItem,?> tree, long pageAddr, int idx)Get lookup row. -
Uses of BPlusTree in org.apache.ignite.internal.processors.cache.persistence.defragmentation
Methods in org.apache.ignite.internal.processors.cache.persistence.defragmentation with parameters of type BPlusTree Modifier and Type Method Description <L,T extends L>
voidTreeIterator. iterate(BPlusTree<L,T> tree, PageMemoryEx pageMemory, BPlusTree.TreeRowClosure<L,T> c) -
Uses of BPlusTree in org.apache.ignite.internal.processors.cache.persistence.metastorage
Subclasses of BPlusTree in org.apache.ignite.internal.processors.cache.persistence.metastorage Modifier and Type Class Description classMetastorageTreeMethods in org.apache.ignite.internal.processors.cache.persistence.metastorage with parameters of type BPlusTree Modifier and Type Method Description MetastorageRowMetastorageInnerIO. getLookupRow(BPlusTree<MetastorageRow,?> tree, long pageAddr, int idx)Get lookup row.MetastorageRowMetastorageLeafIO. getLookupRow(BPlusTree<MetastorageRow,?> tree, long pageAddr, int idx)Get lookup row. -
Uses of BPlusTree in org.apache.ignite.internal.processors.cache.persistence.tree
Methods in org.apache.ignite.internal.processors.cache.persistence.tree with parameters of type BPlusTree Modifier and Type Method Description booleanBPlusTree.TreeRowClosure. apply(BPlusTree<L,T> tree, BPlusIO<L> io, long pageAddr, int idx)Performs inspection or operation on a specified row and returns true if this row is required or matches or /operation successful (depending on the context).TBPlusTree.TreeRowFactory. create(BPlusTree<L,T> tree, BPlusIO<L> io, long pageAddr, int idx)Creates row. -
Uses of BPlusTree in org.apache.ignite.internal.processors.cache.persistence.tree.io
Methods in org.apache.ignite.internal.processors.cache.persistence.tree.io with parameters of type BPlusTree Modifier and Type Method Description abstract LBPlusIO. getLookupRow(BPlusTree<L,?> tree, long pageAddr, int idx)Get lookup row. -
Uses of BPlusTree in org.apache.ignite.internal.processors.cache.persistence.tree.util
Methods in org.apache.ignite.internal.processors.cache.persistence.tree.util with parameters of type BPlusTree Modifier and Type Method Description PageHandler<?,R>PageHandlerWrapper. wrap(BPlusTree<?,?> tree, PageHandler<?,R> hnd)Wraps givenhnd. -
Uses of BPlusTree in org.apache.ignite.internal.processors.cache.tree
Subclasses of BPlusTree in org.apache.ignite.internal.processors.cache.tree Modifier and Type Class Description classCacheDataTreeclassPendingEntriesTreeMethods in org.apache.ignite.internal.processors.cache.tree with parameters of type BPlusTree Modifier and Type Method Description CacheSearchRowAbstractDataInnerIO. getLookupRow(BPlusTree<CacheSearchRow,?> tree, long pageAddr, int idx)Get lookup row.CacheSearchRowAbstractDataLeafIO. getLookupRow(BPlusTree<CacheSearchRow,?> tree, long pageAddr, int idx)Get lookup row.PendingRowAbstractPendingEntryInnerIO. getLookupRow(BPlusTree<PendingRow,?> tree, long pageAddr, int idx)Get lookup row.PendingRowAbstractPendingEntryLeafIO. getLookupRow(BPlusTree<PendingRow,?> tree, long pageAddr, int idx)Get lookup row.
-