Uses of Interface
org.apache.ignite.internal.util.lang.GridCursor
-
Packages that use GridCursor Package Description org.apache.ignite.internal.cache.query.index org.apache.ignite.internal.cache.query.index.sorted org.apache.ignite.internal.cache.query.index.sorted.inline org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation.org.apache.ignite.internal.processors.cache.persistence This package contain cache with persistence implementation.org.apache.ignite.internal.processors.cache.persistence.tree org.apache.ignite.internal.processors.cache.tree org.apache.ignite.internal.util System-wide utility routine and helper classes. -
-
Uses of GridCursor in org.apache.ignite.internal.cache.query.index
Classes in org.apache.ignite.internal.cache.query.index that implement GridCursor Modifier and Type Class Description classSingleCursor<T>Cursor that holds single value only. -
Uses of GridCursor in org.apache.ignite.internal.cache.query.index.sorted
Classes in org.apache.ignite.internal.cache.query.index.sorted that implement GridCursor Modifier and Type Class Description classIndexValueCursor<V>Cursor over index values.Fields in org.apache.ignite.internal.cache.query.index.sorted declared as GridCursor Modifier and Type Field Description static GridCursorIndexValueCursor. EMPTYEmpty cursor implementation.Methods in org.apache.ignite.internal.cache.query.index.sorted that return GridCursor Modifier and Type Method Description GridCursor<IndexRow>SortedSegmentedIndex. find(@Nullable IndexRow lower, @Nullable IndexRow upper, boolean lowerIncl, boolean upperIncl, int segment, IndexQueryContext qryCtx)Finds index rows by specified range in specifed tree segment with cache filtering.GridCursor<IndexRow>SortedSegmentedIndex. find(@Nullable IndexRow lower, @Nullable IndexRow upper, boolean lowerIncl, boolean upperIncl, IndexQueryContext qryCtx)Finds index rows by specified range in all tree segments with cache filtering.GridCursor<IndexRow>SortedSegmentedIndex. findFirst(int segment, IndexQueryContext qryCtx)Finds first index row for specified tree segment and cache filter.GridCursor<IndexRow>SortedSegmentedIndex. findFirstOrLast(IndexQueryContext qryCtx, boolean first)Takes only one first or last index record.GridCursor<IndexRow>SortedSegmentedIndex. findLast(int segment, IndexQueryContext qryCtx)Finds last index row for specified tree segment and cache filter.Constructors in org.apache.ignite.internal.cache.query.index.sorted with parameters of type GridCursor Constructor Description IndexValueCursor(GridCursor<IndexRow> delegate, Function<IndexRow,V> mapFunc) -
Uses of GridCursor in org.apache.ignite.internal.cache.query.index.sorted.inline
Classes in org.apache.ignite.internal.cache.query.index.sorted.inline that implement GridCursor Modifier and Type Class Description classSortedSegmentedIndexCursorSingle cursor over multiple segments.Methods in org.apache.ignite.internal.cache.query.index.sorted.inline that return GridCursor Modifier and Type Method Description GridCursor<IndexRow>InlineIndexImpl. find(IndexRow lower, IndexRow upper, boolean lowIncl, boolean upIncl, int segment, IndexQueryContext qryCtx)Finds index rows by specified range in specifed tree segment with cache filtering.GridCursor<IndexRow>InlineIndexImpl. find(IndexRow lower, IndexRow upper, boolean lowIncl, boolean upIncl, IndexQueryContext qryCtx)Finds index rows by specified range in all tree segments with cache filtering.GridCursor<IndexRow>InlineIndexImpl. findFirst(int segment, IndexQueryContext qryCtx)Finds first index row for specified tree segment and cache filter.GridCursor<IndexRow>InlineIndexImpl. findFirstOrLast(IndexQueryContext qryCtx, boolean first)Takes only one first or last index record.GridCursor<IndexRow>InlineIndexImpl. findLast(int segment, IndexQueryContext qryCtx)Finds last index row for specified tree segment and cache filter.Methods in org.apache.ignite.internal.cache.query.index.sorted.inline that return types with arguments of type GridCursor Modifier and Type Method Description protected Queue<GridCursor<IndexRow>>SortedSegmentedIndexCursor. cursorsQueue(GridCursor<IndexRow>[] cursors)Methods in org.apache.ignite.internal.cache.query.index.sorted.inline with parameters of type GridCursor Modifier and Type Method Description protected Queue<GridCursor<IndexRow>>SortedSegmentedIndexCursor. cursorsQueue(GridCursor<IndexRow>[] cursors)Constructors in org.apache.ignite.internal.cache.query.index.sorted.inline with parameters of type GridCursor Constructor Description SortedSegmentedIndexCursor(GridCursor<IndexRow>[] cursors, SortedIndexDefinition idxDef) -
Uses of GridCursor in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache that return GridCursor Modifier and Type Method Description GridCursor<? extends CacheDataRow>IgniteCacheOffheapManager.CacheDataStore. cursor()GridCursor<? extends CacheDataRow>IgniteCacheOffheapManager.CacheDataStore. cursor(int cacheId)GridCursor<? extends CacheDataRow>IgniteCacheOffheapManager.CacheDataStore. cursor(int cacheId, KeyCacheObject lower, KeyCacheObject upper)GridCursor<? extends CacheDataRow>IgniteCacheOffheapManager.CacheDataStore. cursor(int cacheId, KeyCacheObject lower, KeyCacheObject upper, Object x)GridCursor<? extends CacheDataRow>IgniteCacheOffheapManager.CacheDataStore. cursor(Object x)GridCursor<? extends CacheDataRow>IgniteCacheOffheapManagerImpl.CacheDataStoreImpl. cursor()GridCursor<? extends CacheDataRow>IgniteCacheOffheapManagerImpl.CacheDataStoreImpl. cursor(int cacheId)GridCursor<? extends CacheDataRow>IgniteCacheOffheapManagerImpl.CacheDataStoreImpl. cursor(int cacheId, KeyCacheObject lower, KeyCacheObject upper)GridCursor<? extends CacheDataRow>IgniteCacheOffheapManagerImpl.CacheDataStoreImpl. cursor(int cacheId, KeyCacheObject lower, KeyCacheObject upper, Object x)GridCursor<? extends CacheDataRow>IgniteCacheOffheapManagerImpl.CacheDataStoreImpl. cursor(Object x) -
Uses of GridCursor in org.apache.ignite.internal.processors.cache.persistence
Fields in org.apache.ignite.internal.processors.cache.persistence declared as GridCursor Modifier and Type Field Description static GridCursor<CacheDataRow>GridCacheOffheapManager. EMPTY_CURSORMethods in org.apache.ignite.internal.processors.cache.persistence that return GridCursor Modifier and Type Method Description GridCursor<? extends CacheDataRow>GridCacheOffheapManager.GridCacheDataStore. cursor()GridCursor<? extends CacheDataRow>GridCacheOffheapManager.GridCacheDataStore. cursor(int cacheId)GridCursor<? extends CacheDataRow>GridCacheOffheapManager.GridCacheDataStore. cursor(int cacheId, KeyCacheObject lower, KeyCacheObject upper)GridCursor<? extends CacheDataRow>GridCacheOffheapManager.GridCacheDataStore. cursor(int cacheId, KeyCacheObject lower, KeyCacheObject upper, Object x)GridCursor<? extends CacheDataRow>GridCacheOffheapManager.GridCacheDataStore. cursor(Object x) -
Uses of GridCursor in org.apache.ignite.internal.processors.cache.persistence.tree
Methods in org.apache.ignite.internal.processors.cache.persistence.tree that return GridCursor Modifier and Type Method Description GridCursor<T>BPlusTree. find(L lower, L upper)Returns a cursor from lower to upper bounds inclusive.GridCursor<T>BPlusTree. find(L lower, L upper, boolean lowIncl, boolean upIncl, BPlusTree.TreeRowClosure<L,T> c, BPlusTree.TreeRowFactory<L,T> rowFactory, Object x)GridCursor<T>BPlusTree. find(L lower, L upper, Object x)Returns a cursor from lower to upper bounds inclusive.GridCursor<T>BPlusTree. find(L lower, L upper, BPlusTree.TreeRowClosure<L,T> c, Object x) -
Uses of GridCursor in org.apache.ignite.internal.processors.cache.tree
Methods in org.apache.ignite.internal.processors.cache.tree that return GridCursor Modifier and Type Method Description GridCursor<CacheDataRow>CacheDataTree. find(CacheSearchRow lower, CacheSearchRow upper, BPlusTree.TreeRowClosure<CacheSearchRow,CacheDataRow> c, Object x) -
Uses of GridCursor in org.apache.ignite.internal.util
Classes in org.apache.ignite.internal.util that implement GridCursor Modifier and Type Class Description classGridCursorIteratorWrapper<V>WrapIteratorand adapt it toGridCursor.Methods in org.apache.ignite.internal.util that return GridCursor Modifier and Type Method Description GridCursor<T>IgniteTree. find(L lower, L upper)Returns a cursor from lower to upper bounds inclusive.GridCursor<T>IgniteTree. find(L lower, L upper, Object x)Returns a cursor from lower to upper bounds inclusive.
-