Uses of Interface
org.apache.ignite.internal.util.lang.GridCursor
Packages that use GridCursor
Package
Description
-
Uses of GridCursor in com._1c.g5.v8.bm.core.internal.ignite
Methods in com._1c.g5.v8.bm.core.internal.ignite that return GridCursorModifier and TypeMethodDescriptionLongKeyValueStore.cursor()ObjectKeyValueStore.cursor()IndexRowStore.getAllRows()IndexRowStore.getRowsSparse(Function<R, R> lowerBoundSupplier) -
Uses of GridCursor in com._1c.g5.v8.bm.core.internal.ignite.store.index
Classes in com._1c.g5.v8.bm.core.internal.ignite.store.index that implement GridCursorConstructors in com._1c.g5.v8.bm.core.internal.ignite.store.index with parameters of type GridCursorModifierConstructorDescriptionSafeCursorDecorator(GridCursor<T> delegate, StoreOperationOrchestrator orchestrator) -
Uses of GridCursor in com._1c.g5.v8.bm.core.internal.ignite.store.index.binarylong
Methods in com._1c.g5.v8.bm.core.internal.ignite.store.index.binarylong that return GridCursorModifier and TypeMethodDescriptionBinaryLongIndexRowStore.getAllRows()BinaryLongIndexRowStore.getRows(BinaryLongIndexRow lower, BinaryLongIndexRow upper) BinaryLongIndexRowStore.getRowsSparse(Function<BinaryLongIndexRow, BinaryLongIndexRow> lowerBoundSupplier) -
Uses of GridCursor in com._1c.g5.v8.bm.core.internal.ignite.store.index.containment
Methods in com._1c.g5.v8.bm.core.internal.ignite.store.index.containment that return GridCursorModifier and TypeMethodDescriptionContainedObjectIndexRowStore.getAllRows()ContainedObjectIndexRowStore.getRows(ContainedObjectIndexRow lower, ContainedObjectIndexRow upper) ContainedObjectIndexRowStore.getRowsSparse(Function<ContainedObjectIndexRow, ContainedObjectIndexRow> lowerBoundSupplier) -
Uses of GridCursor in com._1c.g5.v8.bm.core.internal.ignite.store.index.intint
Methods in com._1c.g5.v8.bm.core.internal.ignite.store.index.intint that return GridCursorModifier and TypeMethodDescriptionIntIntIndexRowStore.getAllRows()IntIntIndexRowStore.getRows(IntIntIndexRow lower, IntIntIndexRow upper) IntIntIndexRowStore.getRowsSparse(Function<IntIntIndexRow, IntIntIndexRow> lowerBoundSupplier) -
Uses of GridCursor in com._1c.g5.v8.bm.core.internal.ignite.store.longkey
Methods in com._1c.g5.v8.bm.core.internal.ignite.store.longkey that return GridCursorModifier and TypeMethodDescriptionLongKeyValueStoreImpl.cursor()GridCursor<com._1c.g5.v8.bm.core.internal.ignite.store.longkey.LongDataRow>LongKeyDataTree.find(com._1c.g5.v8.bm.core.internal.ignite.store.longkey.LongSearchRow lower, com._1c.g5.v8.bm.core.internal.ignite.store.longkey.LongSearchRow upper, BPlusTree.TreeRowClosure<com._1c.g5.v8.bm.core.internal.ignite.store.longkey.LongSearchRow, com._1c.g5.v8.bm.core.internal.ignite.store.longkey.LongDataRow> c, Object x) -
Uses of GridCursor in com._1c.g5.v8.bm.core.internal.ignite.store.objectkey
Methods in com._1c.g5.v8.bm.core.internal.ignite.store.objectkey that return GridCursorModifier and TypeMethodDescriptionObjectKeyValueStoreImpl.cursor()GridCursor<com._1c.g5.v8.bm.core.internal.ignite.store.objectkey.ObjectDataRow>ObjectKeyDataTree.find(com._1c.g5.v8.bm.core.internal.ignite.store.objectkey.ObjectSearchRow lower, com._1c.g5.v8.bm.core.internal.ignite.store.objectkey.ObjectSearchRow upper, BPlusTree.TreeRowClosure<com._1c.g5.v8.bm.core.internal.ignite.store.objectkey.ObjectSearchRow, com._1c.g5.v8.bm.core.internal.ignite.store.objectkey.ObjectDataRow> c, Object x) -
Uses of GridCursor in org.apache.ignite.internal.persistence.tree
Methods in org.apache.ignite.internal.persistence.tree that return GridCursorModifier and TypeMethodDescriptionfinal GridCursor<T>Returns a cursor from lower to upper bounds inclusive.BPlusTree.find(L lower, L upper, boolean lowIncl, boolean upIncl, BPlusTree.TreeRowClosure<L, T> c, Object x) final GridCursor<T>Returns a cursor from lower to upper bounds inclusive. -
Uses of GridCursor in org.apache.ignite.internal.util
Classes in org.apache.ignite.internal.util that implement GridCursorModifier and TypeClassDescriptionclassWrapIteratorand adapt it toGridCursor.Methods in org.apache.ignite.internal.util that return GridCursor