| Modifier and Type | Method and Description |
|---|---|
IndexDefinition |
IndexProcessor.indexDefinition(UUID idxId)
Returns IndexDefinition used for creating index specified id.
|
| 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 | Interface and Description |
|---|---|
interface |
SortedIndexDefinition
Represents a definition of a sorted index.
|
| Modifier and Type | Class and Description |
|---|---|
class |
QueryIndexDefinition
Define query index.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClientIndexDefinition
Define index for filtered or client node.
|
| Modifier and Type | Method and Description |
|---|---|
IndexDefinition |
ClientInlineIndex.indexDefinition() |
| Modifier and Type | Method and Description |
|---|---|
Index |
ClientIndexFactory.createIndex(GridCacheContext<?,?> cctx,
IndexDefinition definition)
Creates index by specified definition for specified cache.
|
| Constructor and Description |
|---|
ClientInlineIndex(IndexDefinition def,
int inlineSize) |
| Modifier and Type | Method and Description |
|---|---|
IndexDefinition |
InlineIndex.indexDefinition() |
| 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.15.0 Release Date : April 25 2023