| Modifier and Type | Method and Description |
|---|---|
void |
SchemaChangeListener.onIndexCreated(String schemaName,
String tblName,
String idxName,
IndexDescriptor idxDesc)
Callback on index creation.
|
void |
AbstractSchemaChangeListener.onIndexCreated(String schemaName,
String tblName,
String idxName,
IndexDescriptor idxDesc)
Callback on index creation.
|
| Modifier and Type | Method and Description |
|---|---|
IndexDescriptor |
IndexDescriptorFactory.create(GridKernalContext ctx,
GridQueryIndexDescriptor idxDesc,
TableDescriptor tbl,
@Nullable SchemaIndexCacheVisitor cacheVisitor) |
IndexDescriptor |
SortedIndexDescriptorFactory.create(GridKernalContext ctx,
GridQueryIndexDescriptor idxDesc,
TableDescriptor tbl,
@Nullable SchemaIndexCacheVisitor cacheVisitor) |
@Nullable IndexDescriptor |
SchemaManager.index(String schemaName,
String idxName)
Find index by it's identifier.
|
IndexDescriptor |
IndexDescriptor.targetIdx()
Target index descriptor for proxy index.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<IndexDescriptor> |
SchemaManager.allIndexes() |
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaManager.addIndex(TableDescriptor tbl,
IndexDescriptor idxDesc)
Add index to the schema.
|
| Constructor and Description |
|---|
IndexDescriptor(String name,
LinkedHashMap<String,IndexKeyDefinition> keyDefs,
IndexDescriptor targetIdx)
Constructor for proxy index descriptor.
|
| Constructor and Description |
|---|
SqlIndexView(TableDescriptor tbl,
IndexDescriptor idx) |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023