| Modifier and Type | Method and Description |
|---|---|
long |
SortedSegmentedIndex.count(int segment,
IndexQueryContext qryCtx)
Counts index rows in specified tree segment with cache filter.
|
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.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.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.
|
| Modifier and Type | Method and Description |
|---|---|
long |
ClientInlineIndex.count(int segment,
IndexQueryContext qryCtx)
Counts index rows in specified tree segment with cache filter.
|
GridCursor<IndexRow> |
ClientInlineIndex.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> |
ClientInlineIndex.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> |
ClientInlineIndex.findFirst(int segment,
IndexQueryContext qryCtx)
Finds first index row for specified tree segment and cache filter.
|
GridCursor<IndexRow> |
ClientInlineIndex.findFirstOrLast(IndexQueryContext qryCtx,
boolean first)
Takes only one first or last index record.
|
GridCursor<IndexRow> |
ClientInlineIndex.findLast(int segment,
IndexQueryContext qryCtx)
Finds last index row for specified tree segment and cache filter.
|
| Modifier and Type | Method and Description |
|---|---|
long |
InlineIndexImpl.count(int segment,
IndexQueryContext qryCtx)
Counts index rows in specified tree segment with cache filter.
|
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.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.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.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023