Uses of Class
org.apache.ignite.internal.processors.query.schema.management.IndexDescriptor
-
-
Uses of IndexDescriptor in org.apache.ignite.internal.processors.query.schema
Methods in org.apache.ignite.internal.processors.query.schema with parameters of type IndexDescriptor Modifier and Type Method Description voidAbstractSchemaChangeListener. onIndexCreated(String schemaName, String tblName, String idxName, IndexDescriptor idxDesc)Callback on index creation.voidSchemaChangeListener. onIndexCreated(String schemaName, String tblName, String idxName, IndexDescriptor idxDesc)Callback on index creation. -
Uses of IndexDescriptor in org.apache.ignite.internal.processors.query.schema.management
Methods in org.apache.ignite.internal.processors.query.schema.management that return IndexDescriptor Modifier and Type Method Description IndexDescriptorIndexDescriptorFactory. create(GridKernalContext ctx, GridQueryIndexDescriptor idxDesc, TableDescriptor tbl, @Nullable SchemaIndexCacheVisitor cacheVisitor)IndexDescriptorSortedIndexDescriptorFactory. create(GridKernalContext ctx, GridQueryIndexDescriptor idxDesc, TableDescriptor tbl, @Nullable SchemaIndexCacheVisitor cacheVisitor)@Nullable IndexDescriptorSchemaManager. index(String schemaName, String idxName)Find index by it's identifier.IndexDescriptorIndexDescriptor. targetIdx()Target index descriptor for proxy index.Methods in org.apache.ignite.internal.processors.query.schema.management that return types with arguments of type IndexDescriptor Modifier and Type Method Description Collection<IndexDescriptor>SchemaManager. allIndexes()Methods in org.apache.ignite.internal.processors.query.schema.management with parameters of type IndexDescriptor Modifier and Type Method Description voidSchemaManager. addIndex(TableDescriptor tbl, IndexDescriptor idxDesc)Add index to the schema.Constructors in org.apache.ignite.internal.processors.query.schema.management with parameters of type IndexDescriptor Constructor Description IndexDescriptor(String name, LinkedHashMap<String,IndexKeyDefinition> keyDefs, IndexDescriptor targetIdx)Constructor for proxy index descriptor. -
Uses of IndexDescriptor in org.apache.ignite.spi.systemview.view.sql
Constructors in org.apache.ignite.spi.systemview.view.sql with parameters of type IndexDescriptor Constructor Description SqlIndexView(TableDescriptor tbl, IndexDescriptor idx)
-