Uses of Interface
org.apache.ignite.internal.cache.query.index.IndexFactory
-
-
Uses of IndexFactory in org.apache.ignite.internal.cache.query.index
Methods in org.apache.ignite.internal.cache.query.index with parameters of type IndexFactory Modifier and Type Method Description IndexIndexProcessor. createIndex(GridCacheContext<?,?> cctx, IndexFactory factory, IndexDefinition definition)Creates a new index.IndexIndexProcessor. createIndexDynamically(GridCacheContext cctx, IndexFactory factory, IndexDefinition definition, SchemaIndexCacheVisitor cacheVisitor)Creates a new index. -
Uses of IndexFactory in org.apache.ignite.internal.cache.query.index.sorted.client
Classes in org.apache.ignite.internal.cache.query.index.sorted.client that implement IndexFactory Modifier and Type Class Description classClientIndexFactoryFactory for client index. -
Uses of IndexFactory in org.apache.ignite.internal.cache.query.index.sorted.defragmentation
Classes in org.apache.ignite.internal.cache.query.index.sorted.defragmentation that implement IndexFactory Modifier and Type Class Description classDefragIndexFactoryCreates temporary index to defragment old index. -
Uses of IndexFactory in org.apache.ignite.internal.cache.query.index.sorted.inline
Classes in org.apache.ignite.internal.cache.query.index.sorted.inline that implement IndexFactory Modifier and Type Class Description classInlineIndexFactoryFactory to createInlineIndex.
-