Uses of Interface
org.apache.ignite.internal.processors.query.schema.SchemaIndexCacheVisitor
-
-
Uses of SchemaIndexCacheVisitor in org.apache.ignite.internal.cache.query.index
Methods in org.apache.ignite.internal.cache.query.index with parameters of type SchemaIndexCacheVisitor Modifier and Type Method Description IndexIndexProcessor. createIndexDynamically(GridCacheContext cctx, IndexFactory factory, IndexDefinition definition, SchemaIndexCacheVisitor cacheVisitor)Creates a new index. -
Uses of SchemaIndexCacheVisitor in org.apache.ignite.internal.processors.query.schema
Classes in org.apache.ignite.internal.processors.query.schema that implement SchemaIndexCacheVisitor Modifier and Type Class Description classSchemaIndexCacheVisitorImplVisitor who create/rebuild indexes in parallel by partition for a given cache. -
Uses of SchemaIndexCacheVisitor in org.apache.ignite.internal.processors.query.schema.management
Methods in org.apache.ignite.internal.processors.query.schema.management with parameters of type SchemaIndexCacheVisitor 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)voidSchemaManager. createIndex(String schemaName, String tblName, QueryIndexDescriptorImpl idxDesc, boolean ifNotExists, SchemaIndexCacheVisitor cacheVisitor)Create index dynamically.
-