Uses of Interface
org.apache.ignite.internal.cache.query.index.IndexDefinition
-
-
Uses of IndexDefinition in org.apache.ignite.internal.cache.query.index
Methods in org.apache.ignite.internal.cache.query.index that return IndexDefinition Modifier and Type Method Description IndexDefinitionIndex. indexDefinition()IndexDefinitionIndexProcessor. indexDefinition(UUID idxId)Returns IndexDefinition used for creating index specified id.Methods in org.apache.ignite.internal.cache.query.index with parameters of type IndexDefinition Modifier and Type Method Description IndexIndexFactory. createIndex(@Nullable GridCacheContext<?,?> cctx, IndexDefinition definition)Creates index by specified definition for specified cache.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 IndexDefinition in org.apache.ignite.internal.cache.query.index.sorted
Subinterfaces of IndexDefinition in org.apache.ignite.internal.cache.query.index.sorted Modifier and Type Interface Description interfaceSortedIndexDefinitionRepresents a definition of a sorted index.Classes in org.apache.ignite.internal.cache.query.index.sorted that implement IndexDefinition Modifier and Type Class Description classQueryIndexDefinitionDefine query index. -
Uses of IndexDefinition in org.apache.ignite.internal.cache.query.index.sorted.client
Classes in org.apache.ignite.internal.cache.query.index.sorted.client that implement IndexDefinition Modifier and Type Class Description classClientIndexDefinitionDefine index for filtered or client node.Methods in org.apache.ignite.internal.cache.query.index.sorted.client that return IndexDefinition Modifier and Type Method Description IndexDefinitionClientIndex. indexDefinition()Methods in org.apache.ignite.internal.cache.query.index.sorted.client with parameters of type IndexDefinition Modifier and Type Method Description IndexClientIndexFactory. createIndex(GridCacheContext<?,?> cctx, IndexDefinition def)Creates index by specified definition for specified cache.Constructors in org.apache.ignite.internal.cache.query.index.sorted.client with parameters of type IndexDefinition Constructor Description ClientIndex(IndexDefinition def) -
Uses of IndexDefinition in org.apache.ignite.internal.cache.query.index.sorted.inline
Methods in org.apache.ignite.internal.cache.query.index.sorted.inline with parameters of type IndexDefinition Modifier and Type Method Description IndexInlineIndexFactory. createIndex(GridCacheContext<?,?> cctx, IndexDefinition def)Creates index by specified definition for specified cache.
-