Uses of Interface
org.apache.ignite.internal.processors.query.GridQueryIndexDescriptor
-
-
Uses of GridQueryIndexDescriptor in org.apache.ignite.internal.processors.cache.query
Classes in org.apache.ignite.internal.processors.cache.query that implement GridQueryIndexDescriptor Modifier and Type Class Description classQueryEntityIndexDescriptorIndex descriptor.Methods in org.apache.ignite.internal.processors.cache.query that return types with arguments of type GridQueryIndexDescriptor Modifier and Type Method Description Map<String,GridQueryIndexDescriptor>QueryEntityTypeDescriptor. indexes() -
Uses of GridQueryIndexDescriptor in org.apache.ignite.internal.processors.query
Classes in org.apache.ignite.internal.processors.query that implement GridQueryIndexDescriptor Modifier and Type Class Description classQueryIndexDescriptorImplIndex descriptor.classQuerySysIndexDescriptorImplSys Indexes descriptor.Methods in org.apache.ignite.internal.processors.query that return GridQueryIndexDescriptor Modifier and Type Method Description GridQueryIndexDescriptorGridQueryTypeDescriptor. textIndex()Get text index for this type (if any).GridQueryIndexDescriptorQueryTypeDescriptorImpl. textIndex()Get text index for this type (if any).Methods in org.apache.ignite.internal.processors.query that return types with arguments of type GridQueryIndexDescriptor Modifier and Type Method Description Map<String,GridQueryIndexDescriptor>GridQueryTypeDescriptor. indexes()Gets indexes for this type.Map<String,GridQueryIndexDescriptor>QueryTypeDescriptorImpl. indexes()Gets indexes for this type. -
Uses of GridQueryIndexDescriptor in org.apache.ignite.internal.processors.query.schema.management
Methods in org.apache.ignite.internal.processors.query.schema.management with parameters of type GridQueryIndexDescriptor 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)protected static LinkedHashMap<String,IndexKeyDefinition>AbstractIndexDescriptorFactory. indexDescriptorToKeysDefinition(GridQueryIndexDescriptor idxDesc, GridQueryTypeDescriptor typeDesc)
-