Uses of Class
org.apache.ignite.internal.processors.query.QueryIndexDescriptorImpl
-
Packages that use QueryIndexDescriptorImpl Package Description org.apache.ignite.internal.processors.query org.apache.ignite.internal.processors.query.schema.management -
-
Uses of QueryIndexDescriptorImpl in org.apache.ignite.internal.processors.query
Methods in org.apache.ignite.internal.processors.query that return QueryIndexDescriptorImpl Modifier and Type Method Description QueryIndexDescriptorImplQueryIndexDescriptorImpl. addField(String field, int orderNum, boolean descending)Adds field to this index.static QueryIndexDescriptorImplQueryUtils. createIndexDescriptor(QueryTypeDescriptorImpl typeDesc, QueryIndex idx)Create index descriptor.@Nullable QueryIndexDescriptorImplQueryTypeDescriptorImpl. index(String name)Get index by name.Methods in org.apache.ignite.internal.processors.query that return types with arguments of type QueryIndexDescriptorImpl Modifier and Type Method Description Collection<QueryIndexDescriptorImpl>QueryTypeDescriptorImpl. indexes0()Methods in org.apache.ignite.internal.processors.query with parameters of type QueryIndexDescriptorImpl Modifier and Type Method Description voidQueryTypeDescriptorImpl. addIndex(QueryIndexDescriptorImpl idx)Add index. -
Uses of QueryIndexDescriptorImpl in org.apache.ignite.internal.processors.query.schema.management
Methods in org.apache.ignite.internal.processors.query.schema.management with parameters of type QueryIndexDescriptorImpl Modifier and Type Method Description voidSchemaManager. createIndex(String schemaName, String tblName, QueryIndexDescriptorImpl idxDesc, boolean ifNotExists, SchemaIndexCacheVisitor cacheVisitor)Create index dynamically.
-