| 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractIndex
Abstract class for all Index implementations.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Index> |
Index.unwrap(Class<T> clazz)
Provides a standard way to access the underlying concrete index
implementation to provide access to further, proprietary features.
|
| Modifier and Type | Method and Description |
|---|---|
Index |
IndexFactory.createIndex(@Nullable GridCacheContext<?,?> cctx,
IndexDefinition definition)
Creates index by specified definition for specified cache.
|
Index |
IndexProcessor.createIndex(GridCacheContext<?,?> cctx,
IndexFactory factory,
IndexDefinition definition)
Creates a new index.
|
Index |
IndexProcessor.createIndexDynamically(GridCacheContext cctx,
IndexFactory factory,
IndexDefinition definition,
SchemaIndexCacheVisitor cacheVisitor)
Creates a new index.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Index> |
IndexProcessor.indexes(GridCacheContext<?,?> cctx)
Returns collection of indexes for specified cache.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IndexProcessor.store(Collection<? extends Index> idxs,
CacheDataRow newRow,
@Nullable CacheDataRow prevRow,
boolean prevRowAvailable)
Updates index with new row.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SortedSegmentedIndex
Interface for sorted and segmented Ignite indexes.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
InlineIndex
Represents an index that inlines some of index keys.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InlineIndexImpl
Sorted index implementation.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Index> |
InlineIndexImpl.unwrap(Class<T> clazz)
Provides a standard way to access the underlying concrete index
implementation to provide access to further, proprietary features.
|
| Modifier and Type | Method and Description |
|---|---|
Index |
InlineIndexFactory.createIndex(GridCacheContext<?,?> cctx,
IndexDefinition def)
Creates index by specified definition for specified cache.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.1 Release Date : December 20 2021